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

EndpointInput

import type { EndpointInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface EndpointInput {
EndpointName: string;
EndTimeOffset?: string | null;
FeaturesAttribute?: string | null;
InferenceAttribute?: string | null;
LocalPath: string;
ProbabilityAttribute?: string | null;
ProbabilityThresholdAttribute?: number | null;
S3DataDistributionType?: ProcessingS3DataDistributionType | null;
S3InputMode?: ProcessingS3InputMode | null;
StartTimeOffset?: string | null;
}

§Properties

§
EndpointName: string
[src]
§
EndTimeOffset?: string | null
[src]
§
FeaturesAttribute?: string | null
[src]
§
InferenceAttribute?: string | null
[src]
§
LocalPath: string
[src]
§
ProbabilityAttribute?: string | null
[src]
§
ProbabilityThresholdAttribute?: number | null
[src]
§
S3DataDistributionType?: ProcessingS3DataDistributionType | null
[src]
§
S3InputMode?: ProcessingS3InputMode | null
[src]
§
StartTimeOffset?: string | null
[src]