AWS::SageMaker::Pipeline S3Location - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Bucket" : String, "ETag" : String, "Key" : String, "Version" : String }

YAML

Bucket: String ETag: String Key: String Version: String

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