This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::ModelPackage ModelDataSource
Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "S3DataSource" :
S3ModelDataSource
}
Properties
S3DataSource
-
Specifies the S3 location of ML model data to deploy.
Required: No
Type: S3ModelDataSource
Update requires: No interruption