Hi
I have the model in the existing endpoint, and I know if I want to apply this model to the new data, I need to create a Predictor object and provide it the endpoint name.
So here is the question...
How to provide the endpoint name? Could you show me the query I can use?
I tried
kmeans_predictor = predictor("kmeans-2018-05-02-16-48-42-652")
but doesn't work.
Thank you!