HyperParameterTuningJobObjective class

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

Properties

hashCode int
The hash code for this object.
no setterinherited
metricName String
The name of the metric to use for the objective metric.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type HyperParameterTuningJobObjectiveType
Whether to minimize or maximize the objective metric.
final

Methods

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

Operators

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