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 theEndpointConfigspecified in the request to a new fleet of instances.default UpdateEndpointResponseSageMakerClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Deploys theEndpointConfigspecified in the request to a new fleet of instances.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 theEndpointConfigspecified in the request to a new fleet of instances.default CompletableFuture<UpdateEndpointResponse>SageMakerAsyncClient. updateEndpoint(UpdateEndpointRequest updateEndpointRequest)Deploys theEndpointConfigspecified in the request to a new fleet of instances.
-