ProductionVariantServerlessConfig
Specifies the serverless configuration for an endpoint variant.
Types
Properties
Link copied to clipboard
The maximum number of concurrent invocations your serverless endpoint can process.
Link copied to clipboard
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.
Link copied to clipboard
The amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency
.
Functions
Link copied to clipboard
inline fun copy(block: ProductionVariantServerlessConfig.Builder.() -> Unit = {}): ProductionVariantServerlessConfig