Skip to content

Commit 49472b0

Browse files
[textanalytics] custom model docstrings edits (Azure#21498)
* update model docstrings * fix
1 parent 2075653 commit 49472b0

File tree

1 file changed

+7
-7
lines changed
  • sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics

1 file changed

+7
-7
lines changed

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,8 +2270,8 @@ def _from_generated(cls, sentence):
22702270

22712271
class RecognizeCustomEntitiesAction(DictMixin):
22722272
"""RecognizeCustomEntitiesAction encapsulates the parameters for starting a long-running custom entity
2273-
recognition operation. To train a model to recognize your custom entities, see
2274-
https://aka.ms/azsdk/textanalytics/customentityrecognition
2273+
recognition operation. For information on regional support of custom features and how to train a model to
2274+
recognize custom entities, see https://aka.ms/azsdk/textanalytics/customentityrecognition
22752275
22762276
:param str project_name: Required. This field indicates the project name for the model.
22772277
:param str deployment_name: This field indicates the deployment name for the model.
@@ -2394,8 +2394,8 @@ def _from_generated(cls, result):
23942394

23952395
class MultiCategoryClassifyAction(DictMixin):
23962396
"""MultiCategoryClassifyAction encapsulates the parameters for starting a long-running custom multi category
2397-
classification operation. To train a model to classify your documents, see
2398-
https://aka.ms/azsdk/textanalytics/customfunctionalities
2397+
classification operation. For information on regional support of custom features and how to train a model to
2398+
classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities
23992399
24002400
:param str project_name: Required. This field indicates the project name for the model.
24012401
:param str deployment_name: Required. This field indicates the deployment name for the model.
@@ -2508,8 +2508,8 @@ def _from_generated(cls, result):
25082508

25092509
class SingleCategoryClassifyAction(DictMixin):
25102510
"""SingleCategoryClassifyAction encapsulates the parameters for starting a long-running custom single category
2511-
classification operation. To train a model to classify your documents, see
2512-
https://aka.ms/azsdk/textanalytics/customfunctionalities
2511+
classification operation. For information on regional support of custom features and how to train a model to
2512+
classify your documents, see https://aka.ms/azsdk/textanalytics/customfunctionalities
25132513
25142514
:param str project_name: Required. This field indicates the project name for the model.
25152515
:param str deployment_name: Required. This field indicates the deployment name for the model.
@@ -2621,7 +2621,7 @@ def _from_generated(cls, result):
26212621
class ClassificationCategory(DictMixin):
26222622
"""ClassificationCategory represents a classification of the input document.
26232623
2624-
:ivar str category: Classification type.
2624+
:ivar str category: Custom classification category for the document.
26252625
:ivar float confidence_score: Confidence score between 0 and 1 of the recognized classification.
26262626
"""
26272627

0 commit comments

Comments
 (0)