Uses of Class
software.amazon.awssdk.services.sagemaker.model.DesiredWeightAndCapacity
-
Packages that use DesiredWeightAndCapacity Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DesiredWeightAndCapacity in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DesiredWeightAndCapacity Modifier and Type Method Description List<DesiredWeightAndCapacity>UpdateEndpointWeightsAndCapacitiesRequest. desiredWeightsAndCapacities()An object that provides new capacity and weight values for a variant.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DesiredWeightAndCapacity Modifier and Type Method Description UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. desiredWeightsAndCapacities(DesiredWeightAndCapacity... desiredWeightsAndCapacities)An object that provides new capacity and weight values for a variant.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DesiredWeightAndCapacity Modifier and Type Method Description UpdateEndpointWeightsAndCapacitiesRequest.BuilderUpdateEndpointWeightsAndCapacitiesRequest.Builder. desiredWeightsAndCapacities(Collection<DesiredWeightAndCapacity> desiredWeightsAndCapacities)An object that provides new capacity and weight values for a variant.
-