Reputation: 558
I have trained a credit-fraud data set on AWS Sagemaker and created an endpoint of the model. Suppose I want to provide it as a service to my friend. He has some credit data and wanted to know whether the transaction is fraud or not. He wishes to use my endpoint. How do I share it?
Upvotes: 2
Views: 492
Reputation: 2452
To share your model as an endpoint, you should use lambda and API Gateway to create your API.
Upvotes: 6