AutoMlCandidate

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

Types

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

Properties

Link copied to clipboard

The name of the candidate.

Link copied to clipboard

The properties of an AutoML candidate job.

Link copied to clipboard

The candidate's status.

Link copied to clipboard

Information about the candidate's steps.

Link copied to clipboard

The creation time.

Link copied to clipboard

The end time.

Link copied to clipboard

The failure reason.

Link copied to clipboard

The best candidate result from an AutoML training job.

Link copied to clipboard

The mapping of all supported processing unit (CPU, GPU, etc...) to inference container definitions for the candidate. This field is populated for the AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2) related to image or text classification problem types only.

Link copied to clipboard

Information about the recommended inference container definitions.

Link copied to clipboard

The last modified time.

Link copied to clipboard

The objective's status.

Functions

Link copied to clipboard
inline fun copy(block: AutoMlCandidate.Builder.() -> Unit = {}): AutoMlCandidate
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