File tree 1 file changed +2
-2
lines changed
sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ class CustomFormModel(object):
518
518
:class:`~azure.ai.formrecognizer.CustomFormModelStatus`.
519
519
Possible values include: 'creating', 'ready', 'invalid'.
520
520
:ivar ~datetime.datetime training_started_on:
521
- The date and time (UTC) when model training was requested .
521
+ The date and time (UTC) when model training was started .
522
522
:ivar ~datetime.datetime training_completed_on:
523
523
Date and time (UTC) when model training completed.
524
524
:ivar list[~azure.ai.formrecognizer.CustomFormSubmodel] submodels:
@@ -698,7 +698,7 @@ class CustomFormModelInfo(object):
698
698
The status of the model, :class:`~azure.ai.formrecognizer.CustomFormModelStatus`.
699
699
Possible values include: 'creating', 'ready', 'invalid'.
700
700
:ivar ~datetime.datetime training_started_on:
701
- Date and time (UTC) when model training was requested .
701
+ Date and time (UTC) when model training was started .
702
702
:ivar ~datetime.datetime training_completed_on:
703
703
Date and time (UTC) when model training completed.
704
704
"""
You can’t perform that action at this time.
0 commit comments