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 8194381 commit c55b692Copy full SHA for c55b692
ads/model/generic_model.py
@@ -154,7 +154,7 @@ def __init__(self, state: str):
154
155
class ArtifactsNotAvailableError(Exception):
156
def __init__(
157
- self, msg="Model artifacts are either not generated or not available locally. "
+ self, msg="Model artifacts are either not generated or not available locally."
158
):
159
super().__init__(msg)
160
@@ -1472,6 +1472,7 @@ def download_artifact(
1472
self.local_copy_dir = model_artifact.local_copy_dir
1473
self.model_artifact = model_artifact
1474
self.reload_runtime_info()
1475
+
1476
self._summary_status.update_status(
1477
detail="Generated score.py",
1478
status=ModelState.DONE.value,
0 commit comments