This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::AIWorkloadConfig AIWorkloadInputDataConfig
A channel of input data for an AI workload configuration. Each channel has a name and a data source.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ChannelName" :String, "DataSource" :AIWorkloadDataSource}
YAML
ChannelName:StringDataSource:AIWorkloadDataSource
Properties
ChannelName-
The logical name for the data channel.
Required: Yes
Type: String
Pattern:
^[A-Za-z0-9\.\-_]+$Minimum:
1Maximum:
64Update requires: Replacement
DataSource-
The data source for this channel.
Required: Yes
Type: AIWorkloadDataSource
Update requires: Replacement