@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HyperParameterTuningJobConsumedResources extends Object implements Serializable, Cloneable, StructuredPojo
The total resources consumed by your hyperparameter tuning job.
| Constructor and Description | 
|---|
| HyperParameterTuningJobConsumedResources() | 
| Modifier and Type | Method and Description | 
|---|---|
| HyperParameterTuningJobConsumedResources | clone() | 
| boolean | equals(Object obj) | 
| Integer | getRuntimeInSeconds()
 The wall clock runtime in seconds used by your hyperparameter tuning job. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setRuntimeInSeconds(Integer runtimeInSeconds)
 The wall clock runtime in seconds used by your hyperparameter tuning job. | 
| String | toString()Returns a string representation of this object. | 
| HyperParameterTuningJobConsumedResources | withRuntimeInSeconds(Integer runtimeInSeconds)
 The wall clock runtime in seconds used by your hyperparameter tuning job. | 
public HyperParameterTuningJobConsumedResources()
public void setRuntimeInSeconds(Integer runtimeInSeconds)
The wall clock runtime in seconds used by your hyperparameter tuning job.
runtimeInSeconds - The wall clock runtime in seconds used by your hyperparameter tuning job.public Integer getRuntimeInSeconds()
The wall clock runtime in seconds used by your hyperparameter tuning job.
public HyperParameterTuningJobConsumedResources withRuntimeInSeconds(Integer runtimeInSeconds)
The wall clock runtime in seconds used by your hyperparameter tuning job.
runtimeInSeconds - The wall clock runtime in seconds used by your hyperparameter tuning job.public String toString()
toString in class ObjectObject.toString()public HyperParameterTuningJobConsumedResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.