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