AWS::SageMaker::ModelPackage MetricsSource - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::ModelPackage MetricsSource

Details about the metrics source.

Syntax

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

JSON

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

YAML

ContentDigest: String ContentType: String S3Uri: String

Properties

ContentDigest

The hash key used for the metrics source.

Required: No

Type: String

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

Maximum: 72

Update requires: Replacement

ContentType

The metric source content type.

Required: Yes

Type: String

Pattern: .*

Maximum: 256

Update requires: Replacement

S3Uri

The S3 URI for the metrics source.

Required: Yes

Type: String

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

Maximum: 1024

Update requires: Replacement