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

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Marketplace.

Syntax

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

Properties

ProfileName

The name of the profile for the model package.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$

Minimum: 1

Maximum: 63

Update requires: Replacement

TransformJobDefinition

The TransformJobDefinition object that describes the transform job used for the validation of the model package.

Required: Yes

Type: TransformJobDefinition

Update requires: Replacement