Fix version variable name
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit
Some checks failed
s434704-predict-s426206-from-registry/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1915fc1e8a
commit
acb8e81b4f
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user