EndpointConfigurationShadowProductionVariantServerlessConfig class

Constructors

EndpointConfigurationShadowProductionVariantServerlessConfig({required Input<int> maxConcurrency, required Input<int> memorySizeInMb, Input<int?>? provisionedConcurrency})
Creates a new EndpointConfigurationShadowProductionVariantServerlessConfig. maxConcurrency Maximum number of concurrent invocations your serverless endpoint can process. Valid values are between 1 and 200. memorySizeInMb 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. provisionedConcurrency Amount of provisioned concurrency to allocate for the serverless endpoint. Should be less than or equal to maxConcurrency. Valid values are between 1 and 200.
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 1 and 200.
final
memorySizeInMb → Input<int>
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.
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 between 1 and 200.
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