Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateEndpointWeightsAndCapacitiesResponse
-
Packages that use UpdateEndpointWeightsAndCapacitiesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateEndpointWeightsAndCapacitiesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateEndpointWeightsAndCapacitiesResponse Modifier and Type Method Description default UpdateEndpointWeightsAndCapacitiesResponseSageMakerClient. updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint.default UpdateEndpointWeightsAndCapacitiesResponseSageMakerClient. updateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateEndpointWeightsAndCapacitiesResponse Modifier and Type Method Description default CompletableFuture<UpdateEndpointWeightsAndCapacitiesResponse>SageMakerAsyncClient. updateEndpointWeightsAndCapacities(Consumer<UpdateEndpointWeightsAndCapacitiesRequest.Builder> updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint.default CompletableFuture<UpdateEndpointWeightsAndCapacitiesResponse>SageMakerAsyncClient. updateEndpointWeightsAndCapacities(UpdateEndpointWeightsAndCapacitiesRequest updateEndpointWeightsAndCapacitiesRequest)Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint.
-