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

ProcessingS3Input

import type { ProcessingS3Input } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface ProcessingS3Input {
LocalPath?: string | null;
S3CompressionType?: ProcessingS3CompressionType | null;
S3DataDistributionType?: ProcessingS3DataDistributionType | null;
S3InputMode?: ProcessingS3InputMode | null;
S3Uri: string;
}

§Properties

§
LocalPath?: string | null
[src]
§
S3CompressionType?: ProcessingS3CompressionType | null
[src]
§
S3DataDistributionType?: ProcessingS3DataDistributionType | null
[src]
§
S3InputMode?: ProcessingS3InputMode | null
[src]
§
S3Uri: string
[src]