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(
3019
3019
Parameter to ignore error when collecting conda information.
3020
3020
region: (str, optional). Defaults to `None`.
3021
3021
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.
3023
3023
timeout: (int, optional). Defaults to 10 seconds.
3024
3024
The connection timeout in seconds for the client.
3025
3025
"""
@@ -3179,7 +3179,7 @@ def load_model_metadata(
3179
3179
model ._summary_status .update_action (
3180
3180
detail = "Local tested .predict from score.py" ,
3181
3181
action = "Local artifact is not available. "
3182
- "Call .from_id() with load_artifact flag set to True." ,
3182
+ "Set load_artifact flag to True." ,
3183
3183
)
3184
3184
model ._summary_status .update_status (
3185
3185
detail = "Conducted Introspect Test" ,
You can’t perform that action at this time.
0 commit comments