public static interface ProductionVariantServerlessConfig.Builder extends SdkPojo, CopyableBuilder<ProductionVariantServerlessConfig.Builder,ProductionVariantServerlessConfig>
| Modifier and Type | Method and Description |
|---|---|
ProductionVariantServerlessConfig.Builder |
maxConcurrency(Integer maxConcurrency)
The maximum number of concurrent invocations your serverless endpoint can process.
|
ProductionVariantServerlessConfig.Builder |
memorySizeInMB(Integer memorySizeInMB)
The memory size of your serverless endpoint.
|
ProductionVariantServerlessConfig.Builder |
provisionedConcurrency(Integer provisionedConcurrency)
The amount of provisioned concurrency to allocate for the serverless endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProductionVariantServerlessConfig.Builder memorySizeInMB(Integer memorySizeInMB)
The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
memorySizeInMB - The memory size of your serverless endpoint. Valid values are in 1 GB increments: 1024 MB, 2048 MB,
3072 MB, 4096 MB, 5120 MB, or 6144 MB.ProductionVariantServerlessConfig.Builder maxConcurrency(Integer maxConcurrency)
The maximum number of concurrent invocations your serverless endpoint can process.
maxConcurrency - The maximum number of concurrent invocations your serverless endpoint can process.ProductionVariantServerlessConfig.Builder provisionedConcurrency(Integer provisionedConcurrency)
The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal
to MaxConcurrency.
provisionedConcurrency - The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or
equal to MaxConcurrency.Copyright © 2023. All rights reserved.