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

ListInferenceExecutionsResponse

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

§Properties

§
InferenceExecutionSummaries?: InferenceExecutionSummary[] | null
[src]

Provides an array of information about the individual inference executions returned from the ListInferenceExecutions operation, including model used, inference scheduler, data configuration, and so on.

§
NextToken?: string | null
[src]

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