I have a simple sagemaker endpoint hello world model. The container works fine locally but when deployed in Sagemaker endpoint givs error below..
{
"ErrorCode": "INVALID_INFERENCE_TYPE",
"Message": "Endpoint myEndpoint does not support this inference type."
}