You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.