Fix version variable name
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-23 22:38:08 +02:00
parent 1915fc1e8a
commit acb8e81b4f

View File

@ -13,7 +13,7 @@ arguments = sys.argv[1:]
mlflow.set_tracking_uri("http://172.17.0.1:5000")
client = MlflowClient()
version = 1
model_version = 1
model_name = "s426206"
input = str(arguments[0])