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

AutoMLS3DataSource

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

The Amazon S3 data source.

interface AutoMLS3DataSource {
S3DataType: AutoMLS3DataType;
S3Uri: string;
}

§Properties

§

The data type.

§
S3Uri: string
[src]

The URL to the Amazon S3 data source.