class Aws::SageMaker::Types::TrainingJobStatusCounters

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

@!attribute [rw] completed

The number of completed training jobs launched by the hyperparameter
tuning job.
@return [Integer]

@!attribute [rw] in_progress

The number of in-progress training jobs launched by a hyperparameter
tuning job.
@return [Integer]

@!attribute [rw] retryable_error

The number of training jobs that failed, but can be retried. A
failed training job can be retried only if it failed because an
internal service error occurred.
@return [Integer]

@!attribute [rw] non_retryable_error

The number of training jobs that failed and can't be retried. A
failed training job can't be retried if it failed because a client
error occurred.
@return [Integer]

@!attribute [rw] stopped

The number of training jobs launched by a hyperparameter tuning job
that were manually stopped.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrainingJobStatusCounters AWS API Documentation

Constants

SENSITIVE