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

DataSource

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

Describes the location of the channel data.

interface DataSource {
FileSystemDataSource?: FileSystemDataSource | null;
S3DataSource?: S3DataSource | null;
}

§Properties

§
FileSystemDataSource?: FileSystemDataSource | null
[src]

The file system that is associated with a channel.

§
S3DataSource?: S3DataSource | null
[src]

The S3 location of the data source that is associated with a channel.