Skip to content

Commit 9fc4848

Browse files
committed
update the comment
1 parent da5e81b commit 9fc4848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/opctl/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ def init(debug: bool, **kwargs: Dict[str, Any]) -> None:
621621
@click.option("--debug", "-d", help="set debug mode", is_flag=True, default=False)
622622
def predict(**kwargs):
623623
"""
624-
Deactivates a data science service.
624+
Make prediction using the model with the payload.
625625
"""
626626
suppress_traceback(kwargs["debug"])(predict_cmd)(**kwargs)
627627

0 commit comments

Comments
 (0)