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.
This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.
provisionedConcurrency - The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or
equal to MaxConcurrency. This field is not supported for serverless endpoint recommendations for Inference Recommender jobs. For more information about creating an Inference Recommender job, see CreateInferenceRecommendationsJobs.
Copyright © 2023. All rights reserved.