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.
|
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.Copyright © 2023. All rights reserved.