Closed nathanielrindlaub closed 4 years ago
To access the sagemaker-hosted endpoint from a client, I think we need to create an API using API Gateway and Lambda. Instructions here: https://aws.amazon.com/blogs/machine-learning/call-an-amazon-sagemaker-model-endpoint-using-amazon-api-gateway-and-aws-lambda/
Just used AWS SDK sagemaker.envokeEndpoint() API
To access the sagemaker-hosted endpoint from a client, I think we need to create an API using API Gateway and Lambda. Instructions here: https://aws.amazon.com/blogs/machine-learning/call-an-amazon-sagemaker-model-endpoint-using-amazon-api-gateway-and-aws-lambda/