ProductionVariantServerlessUpdateConfig

Specifies the serverless update concurrency configuration for an endpoint variant.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The updated maximum number of concurrent invocations your serverless endpoint can process.

Link copied to clipboard

The updated amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to MaxConcurrency.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String