Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EndpointMetadata.Builder
-
Packages that use EndpointMetadata.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointMetadata.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointMetadata.Builder Modifier and Type Method Description static EndpointMetadata.BuilderEndpointMetadata. builder()EndpointMetadata.BuilderEndpointMetadata.Builder. endpointConfigName(String endpointConfigName)The name of the endpoint configuration.EndpointMetadata.BuilderEndpointMetadata.Builder. endpointName(String endpointName)The name of the endpoint.EndpointMetadata.BuilderEndpointMetadata.Builder. endpointStatus(String endpointStatus)The status of the endpoint.EndpointMetadata.BuilderEndpointMetadata.Builder. endpointStatus(EndpointStatus endpointStatus)The status of the endpoint.EndpointMetadata.BuilderEndpointMetadata.Builder. failureReason(String failureReason)If the status of the endpoint isFailed, or the status isInServicebut update operation fails, this provides the reason why it failed.EndpointMetadata.BuilderEndpointMetadata. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointMetadata.Builder Modifier and Type Method Description static Class<? extends EndpointMetadata.Builder>EndpointMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointMetadata.Builder Modifier and Type Method Description default DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. endpointMetadata(Consumer<EndpointMetadata.Builder> endpointMetadata)The metadata of the endpoint on which the inference experiment ran.
-