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
§
S3DataDistributionType?: ProcessingS3DataDistributionType | null
[src]§
S3InputMode?: ProcessingS3InputMode | null
[src]