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

AutoMLDataSource

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

The data source for the Autopilot job.

interface AutoMLDataSource {
S3DataSource: AutoMLS3DataSource;
}

§Properties

§

The Amazon S3 location of the input data.