/dhall-aws-cloudformation/cloudformation/AWS::SageMaker::EndpointConfig/ServerlessConfig.dhall

Copy path to clipboard

Source

{ Type =
{ MaxConcurrency : Integer
, MemorySizeInMB : Integer
, ProvisionedConcurrency : Optional Integer
}
, default.ProvisionedConcurrency = None Integer
}