Skip to content

Commit 4b3eb84

Browse files
committed
fixed by comments: use local path in user guide
1 parent e48c4e2 commit 4b3eb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/model_registration/model_artifact.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The provided ``score.py`` will be added into model artifact.
114114
use_case_type=UseCaseType.MULTINOMIAL_CLASSIFICATION,
115115
X_sample=trainx,
116116
y_sample=trainy,
117-
score_py_uri="oci://my-bucket@my-namespace/score.py"
117+
score_py_uri="/path/to/score.py"
118118
)
119119
120120
.. include:: _template/score.rst

0 commit comments

Comments
 (0)