EndpointConfigurationShadowProductionVariantServerlessConfig class
Constructors
-
EndpointConfigurationShadowProductionVariantServerlessConfig({required Input<
int> maxConcurrency, required Input<int> memorySizeInMb, Input<int?> ? provisionedConcurrency}) -
Creates a new EndpointConfigurationShadowProductionVariantServerlessConfig.
maxConcurrencyMaximum number of concurrent invocations your serverless endpoint can process. Valid values are between1and200.memorySizeInMbMemory size of your serverless endpoint. Valid values are in 1 GB increments:1024MB,2048MB,3072MB,4096MB,5120MB, or6144MB.provisionedConcurrencyAmount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal tomaxConcurrency. Valid values are between1and200.const -
EndpointConfigurationShadowProductionVariantServerlessConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maxConcurrency
→ Input<
int> -
Maximum number of concurrent invocations your serverless endpoint can process. Valid values are between
1and200.final -
memorySizeInMb
→ Input<
int> -
Memory size of your serverless endpoint. Valid values are in 1 GB increments:
1024MB,2048MB,3072MB,4096MB,5120MB, or6144MB.final -
provisionedConcurrency
→ Input<
int?> ? -
Amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to
maxConcurrency. Valid values are between1and200.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited