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

ListInferenceSchedulersResponse

import type { ListInferenceSchedulersResponse } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListInferenceSchedulersResponse {
InferenceSchedulerSummaries?: InferenceSchedulerSummary[] | null;
NextToken?: string | null;
}

§Properties

§
InferenceSchedulerSummaries?: InferenceSchedulerSummary[] | null
[src]

Provides information about the specified inference scheduler, including data upload frequency, model name and ARN, and status.

§
NextToken?: string | null
[src]

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