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::TrainingJob DataSource
Describes the location of the channel data.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FileSystemDataSource" :FileSystemDataSource, "S3DataSource" :S3DataSource}
Properties
FileSystemDataSource-
The file system that is associated with a channel.
Required: No
Type: FileSystemDataSource
Update requires: Replacement
S3DataSource-
The S3 location of the data source that is associated with a channel.
Required: No
Type: S3DataSource
Update requires: Replacement