@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceLimits extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.
Constructor and Description |
---|
ResourceLimits() |
Modifier and Type | Method and Description |
---|---|
ResourceLimits |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxNumberOfTrainingJobs()
The maximum number of training jobs that a hyperparameter tuning job can launch.
|
Integer |
getMaxParallelTrainingJobs()
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxNumberOfTrainingJobs(Integer maxNumberOfTrainingJobs)
The maximum number of training jobs that a hyperparameter tuning job can launch.
|
void |
setMaxParallelTrainingJobs(Integer maxParallelTrainingJobs)
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
|
String |
toString()
Returns a string representation of this object.
|
ResourceLimits |
withMaxNumberOfTrainingJobs(Integer maxNumberOfTrainingJobs)
The maximum number of training jobs that a hyperparameter tuning job can launch.
|
ResourceLimits |
withMaxParallelTrainingJobs(Integer maxParallelTrainingJobs)
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
|
public void setMaxNumberOfTrainingJobs(Integer maxNumberOfTrainingJobs)
The maximum number of training jobs that a hyperparameter tuning job can launch.
maxNumberOfTrainingJobs
- The maximum number of training jobs that a hyperparameter tuning job can launch.public Integer getMaxNumberOfTrainingJobs()
The maximum number of training jobs that a hyperparameter tuning job can launch.
public ResourceLimits withMaxNumberOfTrainingJobs(Integer maxNumberOfTrainingJobs)
The maximum number of training jobs that a hyperparameter tuning job can launch.
maxNumberOfTrainingJobs
- The maximum number of training jobs that a hyperparameter tuning job can launch.public void setMaxParallelTrainingJobs(Integer maxParallelTrainingJobs)
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
maxParallelTrainingJobs
- The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.public Integer getMaxParallelTrainingJobs()
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
public ResourceLimits withMaxParallelTrainingJobs(Integer maxParallelTrainingJobs)
The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.
maxParallelTrainingJobs
- The maximum number of concurrent training jobs that a hyperparameter tuning job can launch.public String toString()
toString
in class Object
Object.toString()
public ResourceLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.