Skip to content

Commit

Permalink
register model under outputs/mlflow-model (#2407)
Browse files Browse the repository at this point in the history
* register model under outputs/mlflow-model

* update SDK register.py
  • Loading branch information
novaturient95 authored Aug 2, 2023
1 parent 352a21f commit 01f65c5
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model/".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main(args):
runid = line.split(":")[1].strip()

# Construct Model URI from run ID extract previously
model_uri = "runs:/{}/outputs/".format(runid)
model_uri = "runs:/{}/outputs/mlflow-model".format(runid)
print("Model URI: " + model_uri)

# Register the model with Model URI and Name of choice
Expand Down

0 comments on commit 01f65c5

Please sign in to comment.