We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e5474 commit 57e9197Copy full SHA for 57e9197
docs/source/user_guide/model_registration/quick_start.rst
@@ -368,7 +368,7 @@ With Model Version Set
368
369
# Check if the artifacts are generated correctly.
370
# The verify method invokes the ``predict`` function defined inside ``score.py`` in the artifact_dir
371
- generic_model.verify([2])
+ generic_model.verify(2)
372
373
# Register the model
374
model_id = generic_model.save(display_name="Custom Framework Model")
0 commit comments