Skip to content

Commit

Permalink
update scoring_runtime bit
Browse files Browse the repository at this point in the history
  • Loading branch information
hersonoliveira committed Dec 3, 2024
1 parent 1c8a028 commit b27c3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1 H2O AI Cloud: Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"outputs": [],
"source": [
"mlops_scoring_runtime = mlops.runtimes.scoring.list(\n",
" artifact_type=mlops_churn_model.get_experiment().scoring_artifact_types[1],\n",
" artifact_type=mlops_churn_model.get_experiment().scoring_artifact_types[0],\n",
" uid=\"dai_mojo_runtime\",\n",
")[0]"
]
Expand Down

0 comments on commit b27c3cd

Please sign in to comment.