We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568cb2a commit ac1a124Copy full SHA for ac1a124
1 file changed
watson_developer_cloud/natural_language_understanding_v1.py
@@ -95,7 +95,7 @@ def deleteModel(self, model_id=None):
95
"""
96
Deletes a custom model
97
:param model_id: The ID of the model to delete
98
- :return: dict of analyzed text
+ :return: dict with status of model deletion
99
100
if model_id is None:
101
raise ValueError("Missing parameter 'model_id'")
0 commit comments