@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.
|
List<ContainerDefinition> |
getSupplementalContainers()
The description of additional optional containers that you defined when creating the model.
|
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.
|
void |
setSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
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.
|
DescribeModelResult |
withSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
DescribeModelResult |
withSupplementalContainers(ContainerDefinition... supplementalContainers)
The description of additional optional containers that you defined when creating the model.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 List<ContainerDefinition> getSupplementalContainers()
The description of additional optional containers that you defined when creating the model.
public void setSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
supplementalContainers - The description of additional optional containers that you defined when creating the model.public DescribeModelResult withSupplementalContainers(ContainerDefinition... supplementalContainers)
The description of additional optional containers that you defined when creating the model.
NOTE: This method appends the values to the existing list (if any). Use
setSupplementalContainers(java.util.Collection) or
withSupplementalContainers(java.util.Collection) if you want to override the existing values.
supplementalContainers - The description of additional optional containers that you defined when creating the model.public DescribeModelResult withSupplementalContainers(Collection<ContainerDefinition> supplementalContainers)
The description of additional optional containers that you defined when creating the model.
supplementalContainers - The description of additional optional containers that you defined when creating the model.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 ObjectObject.toString()public DescribeModelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.