aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
10.04k stars 6.75k forks source link

sagemaker invoke endpoint with content type: recordIO protobuf #967

Open desmanda opened 4 years ago

desmanda commented 4 years ago

hey, can you please provide an example (documentation) of using content_type = 'x-recordio-protobuf', when invoking a sagemaker endpoint? thanks

nmakarun commented 4 years ago

https://docs.aws.amazon.com/sagemaker/latest/dg/cdf-inference.html,

I hope this link might be of some help to you.