AWS::SageMaker::EndpointConfig ServerlessConfig
Specifies the serverless configuration for an endpoint variant.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaxConcurrency" :Integer, "MemorySizeInMB" :Integer, "ProvisionedConcurrency" :Integer}
YAML
MaxConcurrency:IntegerMemorySizeInMB:IntegerProvisionedConcurrency:Integer
Properties
MaxConcurrency-
The maximum number of concurrent invocations your serverless endpoint can process.
Required: Yes
Type: Integer
Minimum:
1Maximum:
200Update requires: Replacement
MemorySizeInMB-
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.
Required: Yes
Type: Integer
Minimum:
1024Maximum:
6144Update requires: Replacement
ProvisionedConcurrencyProperty description not available.
Required: No
Type: Integer
Update requires: Replacement