Skip to content

Commit c7c1aa3

Browse files
updated action message
1 parent 2d4c633 commit c7c1aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ads/model/generic_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,7 +3019,7 @@ def download_artifact(
30193019
Parameter to ignore error when collecting conda information.
30203020
region: (str, optional). Defaults to `None`.
30213021
The destination Object Storage bucket region.
3022-
By default the value will be extracted from the `OCI_REGION_METADATA` environment variables.
3022+
By default, the value will be extracted from the `OCI_REGION_METADATA` environment variables.
30233023
timeout: (int, optional). Defaults to 10 seconds.
30243024
The connection timeout in seconds for the client.
30253025
"""
@@ -3179,7 +3179,7 @@ def load_model_metadata(
31793179
model._summary_status.update_action(
31803180
detail="Local tested .predict from score.py",
31813181
action="Local artifact is not available. "
3182-
"Call .from_id() with load_artifact flag set to True.",
3182+
"Set load_artifact flag to True.",
31833183
)
31843184
model._summary_status.update_status(
31853185
detail="Conducted Introspect Test",

0 commit comments

Comments
 (0)