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

The overview of a training job.

Syntax

To declare this entity in your 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