@Generated(value="software.amazon.awssdk:codegen") public final class AutoMLJobCompletionCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoMLJobCompletionCriteria.Builder,AutoMLJobCompletionCriteria>
How long a job is allowed to run, or how many candidates a job is allowed to generate.
Modifier and Type | Class and Description |
---|---|
static interface |
AutoMLJobCompletionCriteria.Builder |
Modifier and Type | Method and Description |
---|---|
static AutoMLJobCompletionCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxAutoMLJobRuntimeInSeconds()
The maximum runtime, in seconds, an AutoML job has to complete.
|
Integer |
maxCandidates()
The maximum number of times a training job is allowed to run.
|
Integer |
maxRuntimePerTrainingJobInSeconds()
The maximum time, in seconds, that each training job executed inside hyperparameter tuning is allowed to run as
part of a hyperparameter tuning job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoMLJobCompletionCriteria.Builder> |
serializableBuilderClass() |
AutoMLJobCompletionCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer maxCandidates()
The maximum number of times a training job is allowed to run.
public final Integer maxRuntimePerTrainingJobInSeconds()
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 used by the action.
public final Integer maxAutoMLJobRuntimeInSeconds()
The maximum runtime, in seconds, an AutoML job has to complete.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.
If an AutoML job exceeds the maximum runtime, the job is stopped automatically and its processing is ended gracefully. The AutoML job identifies the best model whose training was completed and marks it as the best-performing model. Any unfinished steps of the job, such as automatic one-click Autopilot model deployment, are not completed.
public AutoMLJobCompletionCriteria.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AutoMLJobCompletionCriteria.Builder,AutoMLJobCompletionCriteria>
public static AutoMLJobCompletionCriteria.Builder builder()
public static Class<? extends AutoMLJobCompletionCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.