AutoMlJobCompletionCriteria
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Types
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
inline fun copy(block: AutoMlJobCompletionCriteria.Builder.() -> Unit = {}): AutoMlJobCompletionCriteria