@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HPOResourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the resource configuration for hyperparameter optimization (HPO).
Constructor and Description |
---|
HPOResourceConfig() |
Modifier and Type | Method and Description |
---|---|
HPOResourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getMaxNumberOfTrainingJobs()
The maximum number of training jobs.
|
String |
getMaxParallelTrainingJobs()
The maximum number of parallel training jobs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxNumberOfTrainingJobs(String maxNumberOfTrainingJobs)
The maximum number of training jobs.
|
void |
setMaxParallelTrainingJobs(String maxParallelTrainingJobs)
The maximum number of parallel training jobs.
|
String |
toString()
Returns a string representation of this object.
|
HPOResourceConfig |
withMaxNumberOfTrainingJobs(String maxNumberOfTrainingJobs)
The maximum number of training jobs.
|
HPOResourceConfig |
withMaxParallelTrainingJobs(String maxParallelTrainingJobs)
The maximum number of parallel training jobs.
|
public void setMaxNumberOfTrainingJobs(String maxNumberOfTrainingJobs)
The maximum number of training jobs.
maxNumberOfTrainingJobs
- The maximum number of training jobs.public String getMaxNumberOfTrainingJobs()
The maximum number of training jobs.
public HPOResourceConfig withMaxNumberOfTrainingJobs(String maxNumberOfTrainingJobs)
The maximum number of training jobs.
maxNumberOfTrainingJobs
- The maximum number of training jobs.public void setMaxParallelTrainingJobs(String maxParallelTrainingJobs)
The maximum number of parallel training jobs.
maxParallelTrainingJobs
- The maximum number of parallel training jobs.public String getMaxParallelTrainingJobs()
The maximum number of parallel training jobs.
public HPOResourceConfig withMaxParallelTrainingJobs(String maxParallelTrainingJobs)
The maximum number of parallel training jobs.
maxParallelTrainingJobs
- The maximum number of parallel training jobs.public String toString()
toString
in class Object
Object.toString()
public HPOResourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.