Skip to content

Commit

Permalink
slight wording adjustment for docstring of 'deploy' placeholder step
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienmorgan committed Dec 30, 2024
1 parent 4d8a940 commit 020f834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def deploy(self):
"""
placeholder for the serving SDK deploy call
(on the target production platform).
Include any artifact you want, consider including the model card !
consider including the portable pipelione-card itself !
"""

if self.model_version_blessed and (self.local_serve_is_ready == 1):
Expand Down
2 changes: 1 addition & 1 deletion sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,7 @@ def deploy(self):
"""
placeholder for the serving SDK deploy call
(on the target production platform).
Include any artifact you want, consider including the model card !
consider including the portable pipelione-card itself !
"""

if self.model_version_blessed and (self.local_serve_is_ready == 1):
Expand Down

0 comments on commit 020f834

Please sign in to comment.