public static interface AutoMLJobCompletionCriteria.Builder extends SdkPojo, CopyableBuilder<AutoMLJobCompletionCriteria.Builder,AutoMLJobCompletionCriteria>
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobCompletionCriteria.Builder |
maxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum time, in seconds, an AutoML job is allowed to wait for a trial 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 job is allowed to run.
|
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 job is allowed to run.
maxRuntimePerTrainingJobInSeconds - The maximum time, in seconds, a job is allowed to run.AutoMLJobCompletionCriteria.Builder maxAutoMLJobRuntimeInSeconds(Integer maxAutoMLJobRuntimeInSeconds)
The maximum time, in seconds, an AutoML job is allowed to wait for a trial to complete. It must be equal to or greater than MaxRuntimePerTrainingJobInSeconds.
maxAutoMLJobRuntimeInSeconds - The maximum time, in seconds, an AutoML job is allowed to wait for a trial to complete. It must be
equal to or greater than MaxRuntimePerTrainingJobInSeconds.Copyright © 2020. All rights reserved.