FinalAutoMLJobObjectiveMetric class

The best candidate result from an AutoML training job.

Constructors

FinalAutoMLJobObjectiveMetric({required AutoMLMetricEnum metricName, required double value, AutoMLJobObjectiveType? type})
FinalAutoMLJobObjectiveMetric.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
metricName AutoMLMetricEnum
The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AutoMLJobObjectiveType?
The type of metric with the best result.
final
value double
The value of the metric with the best result.
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