I put in the model name "train_Prediction__XGBOOST_REGRESSION__on_Train_sample_prepared" , looks like the scenario run successfully. But the documentation says it's not equal to model name....
@zhlj if you open the model from the flow and look at the URL, it will look something like this:
INSTANCE_URL/projects/projectKey/savedmodels/modelID/versions/
You can copy the modelID from here.
The Name of your model looks very long. I've run into problems were long names have cause problems. I invite you to consider if you can reduce the length of this name, and then try again. I have found that this has fixed problems for me in the past.
--Tom
Thanks Tom. although my model name is long, it worked. I am just wondering why? it should be model_id instead of model name. Maybe it can accept either?
@zhlj if you open the model from the flow and look at the URL, it will look something like this:
INSTANCE_URL/projects/projectKey/savedmodels/modelID/versions/
You can copy the modelID from here.
thanks Liev for the answer.