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

ListInferenceEventsResponse

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

§Properties

§
InferenceEventSummaries?: InferenceEventSummary[] | null
[src]

Provides an array of information about the individual inference events returned from the ListInferenceEvents operation, including scheduler used, event start time, event end time, diagnostics, and so on.

§
NextToken?: string | null
[src]

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