@Generated(value="software.amazon.awssdk:codegen") public final class ResourceLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceLimits.Builder,ResourceLimits>
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
Modifier and Type | Class and Description |
---|---|
static interface |
ResourceLimits.Builder |
Modifier and Type | Method and Description |
---|---|
static ResourceLimits.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxNumberOfTrainingJobs()
The maximum number of training jobs that a hyperparameter tuning job can launch.
|
Integer |
maxParallelTrainingJobs()
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceLimits.Builder> |
serializableBuilderClass() |
ResourceLimits.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer maxNumberOfTrainingJobs()
The maximum number of training jobs that a hyperparameter tuning job can launch.
public final Integer maxParallelTrainingJobs()
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
public ResourceLimits.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ResourceLimits.Builder,ResourceLimits>
public static ResourceLimits.Builder builder()
public static Class<? extends ResourceLimits.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.