Endpoint Configuration Production Variant Serverless Config Args
data class EndpointConfigurationProductionVariantServerlessConfigArgs(val maxConcurrency: Output<Int>, val memorySizeInMb: Output<Int>) : ConvertibleToJava<EndpointConfigurationProductionVariantServerlessConfigArgs>
Properties
Link copied to clipboard
The maximum number of concurrent invocations your serverless endpoint can process. Valid values are between 1 and 200.
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.