@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParentHyperParameterTuningJob extends Object implements Serializable, Cloneable, StructuredPojo
A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
Constructor and Description |
---|
ParentHyperParameterTuningJob() |
Modifier and Type | Method and Description |
---|---|
ParentHyperParameterTuningJob |
clone() |
boolean |
equals(Object obj) |
String |
getHyperParameterTuningJobName()
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
|
String |
toString()
Returns a string representation of this object.
|
ParentHyperParameterTuningJob |
withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
|
public void setHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
hyperParameterTuningJobName
- The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning
job.public String getHyperParameterTuningJobName()
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
public ParentHyperParameterTuningJob withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.
hyperParameterTuningJobName
- The name of the hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning
job.public String toString()
toString
in class Object
Object.toString()
public ParentHyperParameterTuningJob 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.