| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointMetadata |
EndpointMetadata.clone() |
EndpointMetadata |
DescribeInferenceExperimentResult.getEndpointMetadata()
The metadata of the endpoint on which the inference experiment ran.
|
EndpointMetadata |
EndpointMetadata.withEndpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
EndpointMetadata |
EndpointMetadata.withEndpointName(String endpointName)
The name of the endpoint.
|
EndpointMetadata |
EndpointMetadata.withEndpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointMetadata |
EndpointMetadata.withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointMetadata |
EndpointMetadata.withFailureReason(String failureReason)
If the status of the endpoint is
Failed, or the status is InService but update
operation fails, this provides the reason why it failed. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInferenceExperimentResult.setEndpointMetadata(EndpointMetadata endpointMetadata)
The metadata of the endpoint on which the inference experiment ran.
|
DescribeInferenceExperimentResult |
DescribeInferenceExperimentResult.withEndpointMetadata(EndpointMetadata endpointMetadata)
The metadata of the endpoint on which the inference experiment ran.
|
Copyright © 2024. All rights reserved.