| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantServerlessUpdateConfig.Builder |
ProductionVariantServerlessUpdateConfig.builder() |
ProductionVariantServerlessUpdateConfig.Builder |
ProductionVariantServerlessUpdateConfig.Builder.maxConcurrency(Integer maxConcurrency)
The updated maximum number of concurrent invocations your serverless endpoint can process.
|
ProductionVariantServerlessUpdateConfig.Builder |
ProductionVariantServerlessUpdateConfig.Builder.provisionedConcurrency(Integer provisionedConcurrency)
The updated amount of provisioned concurrency to allocate for the serverless endpoint.
|
ProductionVariantServerlessUpdateConfig.Builder |
ProductionVariantServerlessUpdateConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProductionVariantServerlessUpdateConfig.Builder> |
ProductionVariantServerlessUpdateConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DesiredWeightAndCapacity.Builder |
DesiredWeightAndCapacity.Builder.serverlessUpdateConfig(Consumer<ProductionVariantServerlessUpdateConfig.Builder> serverlessUpdateConfig)
Specifies the serverless update concurrency configuration for an endpoint variant.
|
Copyright © 2023. All rights reserved.