Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProductionVariantCapacityReservationConfig.Builder
-
Packages that use ProductionVariantCapacityReservationConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantCapacityReservationConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantCapacityReservationConfig.Builder Modifier and Type Method Description static ProductionVariantCapacityReservationConfig.BuilderProductionVariantCapacityReservationConfig. builder()ProductionVariantCapacityReservationConfig.BuilderProductionVariantCapacityReservationConfig.Builder. capacityReservationPreference(String capacityReservationPreference)Options that you can choose for the capacity reservation.ProductionVariantCapacityReservationConfig.BuilderProductionVariantCapacityReservationConfig.Builder. capacityReservationPreference(CapacityReservationPreference capacityReservationPreference)Options that you can choose for the capacity reservation.ProductionVariantCapacityReservationConfig.BuilderProductionVariantCapacityReservationConfig.Builder. mlReservationArn(String mlReservationArn)The Amazon Resource Name (ARN) that uniquely identifies the ML capacity reservation that SageMaker AI applies when it deploys the endpoint.ProductionVariantCapacityReservationConfig.BuilderProductionVariantCapacityReservationConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantCapacityReservationConfig.Builder Modifier and Type Method Description static Class<? extends ProductionVariantCapacityReservationConfig.Builder>ProductionVariantCapacityReservationConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantCapacityReservationConfig.Builder Modifier and Type Method Description default ProductionVariant.BuilderProductionVariant.Builder. capacityReservationConfig(Consumer<ProductionVariantCapacityReservationConfig.Builder> capacityReservationConfig)Settings for the capacity reservation for the compute instances that SageMaker AI reserves for an endpoint.
-