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

InferenceInputConfiguration

import type { InferenceInputConfiguration } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";

Specifies configuration information for the input data for the inference, including Amazon S3 location of input data..

interface InferenceInputConfiguration {
InferenceInputNameConfiguration?: InferenceInputNameConfiguration | null;
InputTimeZoneOffset?: string | null;
S3InputConfiguration?: InferenceS3InputConfiguration | null;
}

§Properties

§
InferenceInputNameConfiguration?: InferenceInputNameConfiguration | null
[src]

Specifies configuration information for the input data for the inference, including timestamp format and delimiter.

§
InputTimeZoneOffset?: string | null
[src]

Indicates the difference between your time zone and Coordinated Universal Time (UTC).

§
S3InputConfiguration?: InferenceS3InputConfiguration | null
[src]

Specifies configuration information for the input data for the inference, including Amazon S3 location of input data.