@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateModelResult() |
Modifier and Type | Method and Description |
---|---|
CreateModelResult |
clone() |
boolean |
equals(Object obj) |
String |
getModelArn()
The ARN of the model created in Amazon SageMaker.
|
int |
hashCode() |
void |
setModelArn(String modelArn)
The ARN of the model created in Amazon SageMaker.
|
String |
toString()
Returns a string representation of this object.
|
CreateModelResult |
withModelArn(String modelArn)
The ARN of the model created in Amazon SageMaker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelArn(String modelArn)
The ARN of the model created in Amazon SageMaker.
modelArn
- The ARN of the model created in Amazon SageMaker.public String getModelArn()
The ARN of the model created in Amazon SageMaker.
public CreateModelResult withModelArn(String modelArn)
The ARN of the model created in Amazon SageMaker.
modelArn
- The ARN of the model created in Amazon SageMaker.public String toString()
toString
in class Object
Object.toString()
public CreateModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.