You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParamValidationError: Parameter validation failed:
Missing required parameter in ProductionVariants[0].ServerlessConfig: "MemorySizeInMB"
Unknown parameter in ProductionVariants[0].ServerlessConfig: "MemorySizeInMb", must be one of: MemorySizeInMB,
MaxConcurrency, ProvisionedConcurrency
Expected behavior
No error raised.
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
Bug information
A description of your system. Please provide:
SageMaker Core version: 1.0.16
Python version: 3.11
Additional context
I'm guessing that there's some case sensitive issue happening here...?
The text was updated successfully, but these errors were encountered:
Similar error:
Unknown parameter in InferenceSpecification: "SupportedResponseMimeTypes", must be one of: Containers, SupportedTransformInstanceTypes, SupportedRealtimeInferenceInstanceTypes, SupportedContentTypes, SupportedResponseMIMETypes
Describe the bug
getting an error when trying to create model endpoint config.
To reproduce
Getting error:
Expected behavior
No error raised.
Screenshots or logs
If applicable, add screenshots or logs to help explain your problem.
Bug information
A description of your system. Please provide:
Additional context
I'm guessing that there's some case sensitive issue happening here...?
The text was updated successfully, but these errors were encountered: