@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.
|
CreateHyperParameterTuningJobResult |
withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter
tuning job when you create it.public String getHyperParameterTuningJobArn()
The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
public CreateHyperParameterTuningJobResult withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter tuning job when you create it.
hyperParameterTuningJobArn
- The Amazon Resource Name (ARN) of the tuning job. Amazon SageMaker assigns an ARN to a hyperparameter
tuning job when you create it.public String toString()
toString
in class Object
Object.toString()
public CreateHyperParameterTuningJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.