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

ListInferenceExecutionsRequest

import type { ListInferenceExecutionsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListInferenceExecutionsRequest {
DataEndTimeBefore?: Date | number | null;
DataStartTimeAfter?: Date | number | null;
InferenceSchedulerName: string;
MaxResults?: number | null;
NextToken?: string | null;
Status?: InferenceExecutionStatus | null;
}

§Properties

§
DataEndTimeBefore?: Date | number | null
[src]

The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.

§
DataStartTimeAfter?: Date | number | null
[src]

The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.

§
InferenceSchedulerName: string
[src]

The name of the inference scheduler for the inference execution listed.

§
MaxResults?: number | null
[src]

Specifies the maximum number of inference executions to list.

§
NextToken?: string | null
[src]

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

§

The status of the inference execution.