@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeModelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeModelResult() |
Modifier and Type | Method and Description |
---|---|
DescribeModelResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
A timestamp that shows when the model was created.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the model.
|
String |
getModelName()
Name of the Amazon SageMaker model.
|
ContainerDefinition |
getPrimaryContainer()
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
A timestamp that shows when the model was created.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
void |
setModelName(String modelName)
Name of the Amazon SageMaker model.
|
void |
setPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeModelResult |
withCreationTime(Date creationTime)
A timestamp that shows when the model was created.
|
DescribeModelResult |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
|
DescribeModelResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
DescribeModelResult |
withModelName(String modelName)
Name of the Amazon SageMaker model.
|
DescribeModelResult |
withPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference
code uses when it is deployed in production.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(String modelName)
Name of the Amazon SageMaker model.
modelName
- Name of the Amazon SageMaker model.public String getModelName()
Name of the Amazon SageMaker model.
public DescribeModelResult withModelName(String modelName)
Name of the Amazon SageMaker model.
modelName
- Name of the Amazon SageMaker model.public void setPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
primaryContainer
- The location of the primary inference code, associated artifacts, and custom environment map that the
inference code uses when it is deployed in production.public ContainerDefinition getPrimaryContainer()
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
public DescribeModelResult withPrimaryContainer(ContainerDefinition primaryContainer)
The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.
primaryContainer
- The location of the primary inference code, associated artifacts, and custom environment map that the
inference code uses when it is deployed in production.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role that you specified for the model.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
public DescribeModelResult withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the model.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role that you specified for the model.public void setCreationTime(Date creationTime)
A timestamp that shows when the model was created.
creationTime
- A timestamp that shows when the model was created.public Date getCreationTime()
A timestamp that shows when the model was created.
public DescribeModelResult withCreationTime(Date creationTime)
A timestamp that shows when the model was created.
creationTime
- A timestamp that shows when the model was created.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn
- The Amazon Resource Name (ARN) of the model.public String getModelArn()
The Amazon Resource Name (ARN) of the model.
public DescribeModelResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn
- The Amazon Resource Name (ARN) of the model.public String toString()
toString
in class Object
Object.toString()
public DescribeModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.