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

FileSource

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

Contains details regarding the file source.

interface FileSource {
ContentDigest?: string | null;
ContentType?: string | null;
S3Uri: string;
}

§Properties

§
ContentDigest?: string | null
[src]

The digest of the file source.

§
ContentType?: string | null
[src]

The type of content stored in the file source.

§
S3Uri: string
[src]

The Amazon S3 URI for the file source.