| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantServerlessUpdateConfig |
ProductionVariantServerlessUpdateConfig.clone() |
ProductionVariantServerlessUpdateConfig |
DesiredWeightAndCapacity.getServerlessUpdateConfig()
Specifies the serverless update concurrency configuration for an endpoint variant.
|
ProductionVariantServerlessUpdateConfig |
ProductionVariantServerlessUpdateConfig.withMaxConcurrency(Integer maxConcurrency)
The updated maximum number of concurrent invocations your serverless endpoint can process.
|
ProductionVariantServerlessUpdateConfig |
ProductionVariantServerlessUpdateConfig.withProvisionedConcurrency(Integer provisionedConcurrency)
The updated amount of provisioned concurrency to allocate for the serverless endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DesiredWeightAndCapacity.setServerlessUpdateConfig(ProductionVariantServerlessUpdateConfig serverlessUpdateConfig)
Specifies the serverless update concurrency configuration for an endpoint variant.
|
DesiredWeightAndCapacity |
DesiredWeightAndCapacity.withServerlessUpdateConfig(ProductionVariantServerlessUpdateConfig serverlessUpdateConfig)
Specifies the serverless update concurrency configuration for an endpoint variant.
|
Copyright © 2024. All rights reserved.