AWS::SageMaker::ModelPackage FileSource - 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::ModelPackage FileSource

Contains details regarding the file source.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ContentDigest" : String, "ContentType" : String, "S3Uri" : String }

YAML

ContentDigest: String ContentType: String S3Uri: String

Properties

ContentDigest

The digest of the file source.

Required: No

Type: String

Pattern: ^[Ss][Hh][Aa]256:[0-9a-fA-F]{64}$

Maximum: 72

Update requires: Replacement

ContentType

The type of content stored in the file source.

Required: No

Type: String

Pattern: .*

Maximum: 256

Update requires: Replacement

S3Uri

The Amazon S3 URI for the file source.

Required: Yes

Type: String

Pattern: ^(https|s3)://([^/]+)/?(.*)$

Maximum: 1024

Update requires: Replacement