Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateEndpointResponse
-
Packages that use UpdateEndpointResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateEndpointResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateEndpointResponse Modifier and Type Method Description default UpdateEndpointResponseSageMakerClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Deploys the newEndpointConfigspecified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previousEndpointConfig(there is no availability loss).default UpdateEndpointResponseSageMakerClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Deploys the newEndpointConfigspecified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previousEndpointConfig(there is no availability loss).Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateEndpointResponse Modifier and Type Method Description default CompletableFuture<UpdateEndpointResponse>SageMakerAsyncClient. updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)Deploys the newEndpointConfigspecified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previousEndpointConfig(there is no availability loss).default CompletableFuture<UpdateEndpointResponse>SageMakerAsyncClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Deploys the newEndpointConfigspecified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previousEndpointConfig(there is no availability loss).
-