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

ListInferenceSchedulersRequest

import type { ListInferenceSchedulersRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListInferenceSchedulersRequest {
InferenceSchedulerNameBeginsWith?: string | null;
MaxResults?: number | null;
ModelName?: string | null;
NextToken?: string | null;
Status?: InferenceSchedulerStatus | null;
}

§Properties

§
InferenceSchedulerNameBeginsWith?: string | null
[src]

The beginning of the name of the inference schedulers to be listed.

§
MaxResults?: number | null
[src]

Specifies the maximum number of inference schedulers to list.

§
ModelName?: string | null
[src]

The name of the ML model used by the inference scheduler to be listed.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of inference schedulers.

§

Specifies the current status of the inference schedulers to list.