Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListRxNormInferenceJobsRequest

import type { ListRxNormInferenceJobsRequest } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";
interface ListRxNormInferenceJobsRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§

Filters the jobs that are returned. You can filter jobs based on their names, status, or the date and time that they were submitted. You can only set one filter at a time.

§
MaxResults?: number | null
[src]

Identifies the next page of results to return.

§
NextToken?: string | null
[src]

Identifies the next page of results to return.