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

Channel

import type { Channel } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface Channel {
ChannelName: string;
CompressionType?: CompressionType | null;
ContentType?: string | null;
DataSource: DataSource;
InputMode?: TrainingInputMode | null;
RecordWrapperType?: RecordWrapper | null;
ShuffleConfig?: ShuffleConfig | null;
}

§Properties

§
ChannelName: string
[src]
§
CompressionType?: CompressionType | null
[src]
§
ContentType?: string | null
[src]
§
DataSource: DataSource
[src]
§
InputMode?: TrainingInputMode | null
[src]
§
RecordWrapperType?: RecordWrapper | null
[src]
§
ShuffleConfig?: ShuffleConfig | null
[src]