ObjectiveStatusCounters class

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.

Constructors

ObjectiveStatusCounters({int? failed, int? pending, int? succeeded})
ObjectiveStatusCounters.fromJson(Map<String, dynamic> json)
factory

Properties

failed int?
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.
final
hashCode int
The hash code for this object.
no setterinherited
pending int?
The number of training jobs that are in progress and pending evaluation of their final objective metric.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
succeeded int?
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited