@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInferenceComponentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInferenceComponentResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInferenceComponentResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time when the inference component was created.
|
String |
getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
String |
getEndpointName()
The name of the endpoint that hosts the inference component.
|
String |
getFailureReason()
If the inference component status is
Failed , the reason for the failure. |
String |
getInferenceComponentArn()
The Amazon Resource Name (ARN) of the inference component.
|
String |
getInferenceComponentName()
The name of the inference component.
|
String |
getInferenceComponentStatus()
The status of the inference component.
|
Date |
getLastModifiedTime()
The time when the inference component was last updated.
|
InferenceComponentRuntimeConfigSummary |
getRuntimeConfig()
Details about the runtime settings for the model that is deployed with the inference component.
|
InferenceComponentSpecificationSummary |
getSpecification()
Details about the resources that are deployed with this inference component.
|
String |
getVariantName()
The name of the production variant that hosts the inference component.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time when the inference component was created.
|
void |
setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
void |
setEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
|
void |
setFailureReason(String failureReason)
If the inference component status is
Failed , the reason for the failure. |
void |
setInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
void |
setInferenceComponentName(String inferenceComponentName)
The name of the inference component.
|
void |
setInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
|
void |
setRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
|
void |
setSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
|
void |
setVariantName(String variantName)
The name of the production variant that hosts the inference component.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInferenceComponentResult |
withCreationTime(Date creationTime)
The time when the inference component was created.
|
DescribeInferenceComponentResult |
withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResult |
withEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
|
DescribeInferenceComponentResult |
withFailureReason(String failureReason)
If the inference component status is
Failed , the reason for the failure. |
DescribeInferenceComponentResult |
withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
|
DescribeInferenceComponentResult |
withInferenceComponentName(String inferenceComponentName)
The name of the inference component.
|
DescribeInferenceComponentResult |
withInferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)
The status of the inference component.
|
DescribeInferenceComponentResult |
withInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
|
DescribeInferenceComponentResult |
withLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
|
DescribeInferenceComponentResult |
withRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
|
DescribeInferenceComponentResult |
withSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
|
DescribeInferenceComponentResult |
withVariantName(String variantName)
The name of the production variant that hosts the inference component.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInferenceComponentName(String inferenceComponentName)
The name of the inference component.
inferenceComponentName
- The name of the inference component.public String getInferenceComponentName()
The name of the inference component.
public DescribeInferenceComponentResult withInferenceComponentName(String inferenceComponentName)
The name of the inference component.
inferenceComponentName
- The name of the inference component.public void setInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
inferenceComponentArn
- The Amazon Resource Name (ARN) of the inference component.public String getInferenceComponentArn()
The Amazon Resource Name (ARN) of the inference component.
public DescribeInferenceComponentResult withInferenceComponentArn(String inferenceComponentArn)
The Amazon Resource Name (ARN) of the inference component.
inferenceComponentArn
- The Amazon Resource Name (ARN) of the inference component.public void setEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
endpointName
- The name of the endpoint that hosts the inference component.public String getEndpointName()
The name of the endpoint that hosts the inference component.
public DescribeInferenceComponentResult withEndpointName(String endpointName)
The name of the endpoint that hosts the inference component.
endpointName
- The name of the endpoint that hosts the inference component.public void setEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.public String getEndpointArn()
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
public DescribeInferenceComponentResult withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
endpointArn
- The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.public void setVariantName(String variantName)
The name of the production variant that hosts the inference component.
variantName
- The name of the production variant that hosts the inference component.public String getVariantName()
The name of the production variant that hosts the inference component.
public DescribeInferenceComponentResult withVariantName(String variantName)
The name of the production variant that hosts the inference component.
variantName
- The name of the production variant that hosts the inference component.public void setFailureReason(String failureReason)
If the inference component status is Failed
, the reason for the failure.
failureReason
- If the inference component status is Failed
, the reason for the failure.public String getFailureReason()
If the inference component status is Failed
, the reason for the failure.
Failed
, the reason for the failure.public DescribeInferenceComponentResult withFailureReason(String failureReason)
If the inference component status is Failed
, the reason for the failure.
failureReason
- If the inference component status is Failed
, the reason for the failure.public void setSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
specification
- Details about the resources that are deployed with this inference component.public InferenceComponentSpecificationSummary getSpecification()
Details about the resources that are deployed with this inference component.
public DescribeInferenceComponentResult withSpecification(InferenceComponentSpecificationSummary specification)
Details about the resources that are deployed with this inference component.
specification
- Details about the resources that are deployed with this inference component.public void setRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
runtimeConfig
- Details about the runtime settings for the model that is deployed with the inference component.public InferenceComponentRuntimeConfigSummary getRuntimeConfig()
Details about the runtime settings for the model that is deployed with the inference component.
public DescribeInferenceComponentResult withRuntimeConfig(InferenceComponentRuntimeConfigSummary runtimeConfig)
Details about the runtime settings for the model that is deployed with the inference component.
runtimeConfig
- Details about the runtime settings for the model that is deployed with the inference component.public void setCreationTime(Date creationTime)
The time when the inference component was created.
creationTime
- The time when the inference component was created.public Date getCreationTime()
The time when the inference component was created.
public DescribeInferenceComponentResult withCreationTime(Date creationTime)
The time when the inference component was created.
creationTime
- The time when the inference component was created.public void setLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
lastModifiedTime
- The time when the inference component was last updated.public Date getLastModifiedTime()
The time when the inference component was last updated.
public DescribeInferenceComponentResult withLastModifiedTime(Date lastModifiedTime)
The time when the inference component was last updated.
lastModifiedTime
- The time when the inference component was last updated.public void setInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
inferenceComponentStatus
- The status of the inference component.InferenceComponentStatus
public String getInferenceComponentStatus()
The status of the inference component.
InferenceComponentStatus
public DescribeInferenceComponentResult withInferenceComponentStatus(String inferenceComponentStatus)
The status of the inference component.
inferenceComponentStatus
- The status of the inference component.InferenceComponentStatus
public DescribeInferenceComponentResult withInferenceComponentStatus(InferenceComponentStatus inferenceComponentStatus)
The status of the inference component.
inferenceComponentStatus
- The status of the inference component.InferenceComponentStatus
public String toString()
toString
in class Object
Object.toString()
public DescribeInferenceComponentResult clone()