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

ListInferenceEventsRequest

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

§Properties

§
InferenceSchedulerName: string
[src]

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

§
IntervalEndTime: Date | number
[src]

Returns all the inference events with an end start time equal to or greater than less than the end time given

§
IntervalStartTime: Date | number
[src]

Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

§
MaxResults?: number | null
[src]

Specifies the maximum number of inference events to list.

§
NextToken?: string | null
[src]

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