@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHyperParameterTuningJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateHyperParameterTuningJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateHyperParameterTuningJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
|
int |
hashCode() |
void |
setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateHyperParameterTuningJobResult |
withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job.public String getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job.
public CreateHyperParameterTuningJobResult withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
hyperParameterTuningJobArn - The Amazon Resource Name (ARN) of the tuning job.public String toString()
toString in class ObjectObject.toString()public CreateHyperParameterTuningJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.