Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantCapacityReservationConfig
-
Packages that use ProductionVariantCapacityReservationConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantCapacityReservationConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantCapacityReservationConfig Modifier and Type Method Description ProductionVariantCapacityReservationConfigProductionVariant. capacityReservationConfig()Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantCapacityReservationConfig Modifier and Type Method Description ProductionVariant.BuilderProductionVariant.Builder. capacityReservationConfig(ProductionVariantCapacityReservationConfig capacityReservationConfig)Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.
-