AWS::SageMaker::Pipeline S3Location
The location of the pipeline definition stored in Amazon S3. If specified, SageMaker will retrieve the pipeline definition from this location.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Bucket
-
The name of the S3 bucket.
Required: Yes
Type: String
Update requires: No interruption
ETag
-
A file checksum of the pipeline definition file.
Required: No
Type: String
Update requires: No interruption
Key
-
The object key (or key name) which uniquely identifies the object in an S3 bucket.
Required: Yes
Type: String
Update requires: No interruption
Version
-
The version ID of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
Required: No
Type: String
Update requires: No interruption