HPOObjective class

The metric to optimize during hyperparameter optimization (HPO).

Constructors

HPOObjective({String? metricName, String? metricRegex, String? type})
HPOObjective.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
metricName String?
The name of the metric.
final
metricRegex String?
A regular expression for finding the metric in the training job logs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of the metric. Valid values are Maximize and Minimize.
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