AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Defines a named input source, called a channel, to be used by an algorithm.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ChannelSpecification

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ChannelSpecification

The ChannelSpecification type exposes the following members

Constructors

NameDescription
Public Method ChannelSpecification()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A brief description of the channel.

Public Property IsRequired System.Boolean

Gets and sets the property IsRequired.

Indicates whether the channel is required by the algorithm.

Public Property Name System.String

Gets and sets the property Name.

The name of the channel.

Public Property SupportedCompressionTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedCompressionTypes.

The allowed compression types, if data compression is used.

Public Property SupportedContentTypes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedContentTypes.

The supported MIME types for the data.

Public Property SupportedInputModes System.Collections.Generic.List<System.String>

Gets and sets the property SupportedInputModes.

The allowed input mode, either FILE or PIPE.

In FILE mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode.

In PIPE mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5