FinalAutoMlJobObjectiveMetric

The best candidate result from an AutoML training job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the metric with the best result. For a description of the possible objective metrics, see AutoMLJobObjective$MetricName.

Link copied to clipboard

The name of the standard metric. For a description of the standard metrics, see Autopilot candidate metrics.

Link copied to clipboard

The type of metric with the best result.

Link copied to clipboard
val value: Float?

The value of the metric with the best result.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String