AWS::SageMaker::ModelCard TrainingJobDetails
The overview of a training job.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HyperParameters" :[ TrainingHyperParameter, ... ], "TrainingArn" :String, "TrainingDatasets" :[ String, ... ], "TrainingEnvironment" :TrainingEnvironment, "TrainingMetrics" :[ TrainingMetric, ... ], "UserProvidedHyperParameters" :[ TrainingHyperParameter, ... ], "UserProvidedTrainingMetrics" :[ TrainingMetric, ... ]}
YAML
HyperParameters:- TrainingHyperParameterTrainingArn:StringTrainingDatasets:- StringTrainingEnvironment:TrainingEnvironmentTrainingMetrics:- TrainingMetricUserProvidedHyperParameters:- TrainingHyperParameterUserProvidedTrainingMetrics:- TrainingMetric
Properties
HyperParameters-
The hyper parameters used in the training job.
Required: No
Type: List of TrainingHyperParameter
Update requires: No interruption
TrainingArn-
The SageMaker training job Amazon Resource Name (ARN)
Required: No
Type: String
Update requires: No interruption
TrainingDatasets-
The location of the datasets used to train the model.
Required: No
Type: List of String
Update requires: No interruption
TrainingEnvironment-
The SageMaker training job image URI.
Required: No
Type: TrainingEnvironment
Update requires: No interruption
TrainingMetrics-
The SageMaker training job results.
Required: No
Type: List of TrainingMetric
Update requires: No interruption
UserProvidedHyperParameters-
Additional hyper parameters that you've specified when training the model.
Required: No
Type: List of TrainingHyperParameter
Update requires: No interruption
UserProvidedTrainingMetrics-
Custom training job results.
Required: No
Type: List of TrainingMetric
Update requires: No interruption