| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantManagedInstanceScaling |
ProductionVariantManagedInstanceScaling.clone() |
ProductionVariantManagedInstanceScaling |
ProductionVariant.getManagedInstanceScaling()
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
ProductionVariantManagedInstanceScaling |
PendingProductionVariantSummary.getManagedInstanceScaling()
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
ProductionVariantManagedInstanceScaling |
ProductionVariantSummary.getManagedInstanceScaling()
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
ProductionVariantManagedInstanceScaling |
ProductionVariantManagedInstanceScaling.withMaxInstanceCount(Integer maxInstanceCount)
The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in
traffic.
|
ProductionVariantManagedInstanceScaling |
ProductionVariantManagedInstanceScaling.withMinInstanceCount(Integer minInstanceCount)
The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in
traffic.
|
ProductionVariantManagedInstanceScaling |
ProductionVariantManagedInstanceScaling.withStatus(ManagedInstanceScalingStatus status)
Indicates whether managed instance scaling is enabled.
|
ProductionVariantManagedInstanceScaling |
ProductionVariantManagedInstanceScaling.withStatus(String status)
Indicates whether managed instance scaling is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductionVariant.setManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
void |
PendingProductionVariantSummary.setManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
void |
ProductionVariantSummary.setManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
ProductionVariant |
ProductionVariant.withManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
ProductionVariantSummary |
ProductionVariantSummary.withManagedInstanceScaling(ProductionVariantManagedInstanceScaling managedInstanceScaling)
Settings that control the range in the number of instances that the endpoint provisions as it scales up or down
to accommodate traffic.
|
Copyright © 2024. All rights reserved.