| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointMetadata.Builder |
EndpointMetadata.builder() |
EndpointMetadata.Builder |
EndpointMetadata.Builder.endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
EndpointMetadata.Builder |
EndpointMetadata.Builder.endpointName(String endpointName)
The name of the endpoint.
|
EndpointMetadata.Builder |
EndpointMetadata.Builder.endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointMetadata.Builder |
EndpointMetadata.Builder.endpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointMetadata.Builder |
EndpointMetadata.Builder.failureReason(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. |
EndpointMetadata.Builder |
EndpointMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointMetadata.Builder> |
EndpointMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInferenceExperimentResponse.Builder |
DescribeInferenceExperimentResponse.Builder.endpointMetadata(Consumer<EndpointMetadata.Builder> endpointMetadata)
The metadata of the endpoint on which the inference experiment ran.
|
Copyright © 2023. All rights reserved.