AWS::SageMaker::ModelCard TrainingJobDetails - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::ModelCard TrainingJobDetails

The overview of a training job.

Syntax

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

Properties

HyperParameters

The hyper parameters used in the training job.

Required: No

Type: Array of TrainingHyperParameter

Update requires: No interruption

TrainingArn

The SageMaker AI training job Amazon Resource Name (ARN)

Required: No

Type: String

Maximum: 1024

Update requires: No interruption

TrainingDatasets

The location of the datasets used to train the model.

Required: No

Type: Array of String

Maximum: 1024 | 15

Update requires: No interruption

TrainingEnvironment

The SageMaker AI training job image URI.

Required: No

Type: TrainingEnvironment

Update requires: No interruption

TrainingMetrics

The SageMaker AI training job results.

Required: No

Type: Array of TrainingMetric

Update requires: No interruption

UserProvidedHyperParameters

Additional hyper parameters that you've specified when training the model.

Required: No

Type: Array of TrainingHyperParameter

Update requires: No interruption

UserProvidedTrainingMetrics

Custom training job results.

Required: No

Type: Array of TrainingMetric

Update requires: No interruption