AutoMlJobCompletionCriteria

How long a job is allowed to run, or how many candidates a job is allowed to generate.

Types

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

Properties

Link copied to clipboard

The maximum runtime, in seconds, an AutoML job has to complete.

Link copied to clipboard

The maximum number of times a training job is allowed to run.

Link copied to clipboard

The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as part of a hyperparameter tuning job. For more information, see the StoppingCondition used by the CreateHyperParameterTuningJob action.

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