You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::ObjectiveStatusCounters

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#failedInteger

The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

Returns:

  • (Integer)

    The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process.

#pendingInteger

The number of training jobs that are in progress and pending evaluation of their final objective metric.

Returns:

  • (Integer)

    The number of training jobs that are in progress and pending evaluation of their final objective metric.

#succeededInteger

The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

Returns:

  • (Integer)

    The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.