Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ProductionVariantManagedInstanceScaling.Builder
-
Packages that use ProductionVariantManagedInstanceScaling.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantManagedInstanceScaling.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantManagedInstanceScaling.Builder Modifier and Type Method Description static ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling. builder()ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling.Builder. maxInstanceCount(Integer maxInstanceCount)The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling.Builder. minInstanceCount(Integer minInstanceCount)The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling.Builder. status(String status)Indicates whether managed instance scaling is enabled.ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling.Builder. status(ManagedInstanceScalingStatus status)Indicates whether managed instance scaling is enabled.ProductionVariantManagedInstanceScaling.BuilderProductionVariantManagedInstanceScaling. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ProductionVariantManagedInstanceScaling.Builder Modifier and Type Method Description static Class<? extends ProductionVariantManagedInstanceScaling.Builder>ProductionVariantManagedInstanceScaling. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantManagedInstanceScaling.Builder Modifier and Type Method Description default PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. managedInstanceScaling(Consumer<ProductionVariantManagedInstanceScaling.Builder> managedInstanceScaling)Settings that control the range in the number of instances that the endpoint provisions as it scales up or down to accommodate traffic.default ProductionVariant.BuilderProductionVariant.Builder. managedInstanceScaling(Consumer<ProductionVariantManagedInstanceScaling.Builder> managedInstanceScaling)Settings that control the range in the number of instances that the endpoint provisions as it scales up or down to accommodate traffic.default ProductionVariantSummary.BuilderProductionVariantSummary.Builder. managedInstanceScaling(Consumer<ProductionVariantManagedInstanceScaling.Builder> managedInstanceScaling)Settings that control the range in the number of instances that the endpoint provisions as it scales up or down to accommodate traffic.
-