Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateEndpointRequest
-
Packages that use UpdateEndpointRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of UpdateEndpointRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type UpdateEndpointRequest Modifier and Type Method Description 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).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). -
Uses of UpdateEndpointRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type UpdateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEndpointRequestMarshaller. marshall(UpdateEndpointRequest updateEndpointRequest)
-