public static interface AutoMLJobCompletionCriteria.Builder extends SdkPojo, CopyableBuilder<AutoMLJobCompletionCriteria.Builder,AutoMLJobCompletionCriteria>
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobCompletionCriteria.Builder |
maxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
|
AutoMLJobCompletionCriteria.Builder |
maxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
|
AutoMLJobCompletionCriteria.Builder |
maxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, a training job is allowed to run as part of an AutoML job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoMLJobCompletionCriteria.Builder maxCandidates(Integer maxCandidates)
The maximum number of times a training job is allowed to run.
maxCandidates - The maximum number of times a training job is allowed to run.AutoMLJobCompletionCriteria.Builder maxRuntimePerTrainingJobInSeconds(Integer maxRuntimePerTrainingJobInSeconds)
The maximum time, in seconds, a training job is allowed to run as part of an AutoML job.
maxRuntimePerTrainingJobInSeconds - The maximum time, in seconds, a training job is allowed to run as part of an AutoML job.AutoMLJobCompletionCriteria.Builder maxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum runtime, in seconds, an AutoML job has to complete.
maxAutoMLJobRuntimeInSeconds - The maximum runtime, in seconds, an AutoML job has to complete.Copyright © 2021. All rights reserved.