File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments