Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapratico committed Jun 26, 2020
1 parent 830c113 commit 75626fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ class CustomFormModel(object):
:class:`~azure.ai.formrecognizer.CustomFormModelStatus`.
Possible values include: 'creating', 'ready', 'invalid'.
:ivar ~datetime.datetime training_started_on:
The date and time (UTC) when model training was requested.
The date and time (UTC) when model training was started.
:ivar ~datetime.datetime training_completed_on:
Date and time (UTC) when model training completed.
:ivar list[~azure.ai.formrecognizer.CustomFormSubmodel] submodels:
Expand Down Expand Up @@ -698,7 +698,7 @@ class CustomFormModelInfo(object):
The status of the model, :class:`~azure.ai.formrecognizer.CustomFormModelStatus`.
Possible values include: 'creating', 'ready', 'invalid'.
:ivar ~datetime.datetime training_started_on:
Date and time (UTC) when model training was requested.
Date and time (UTC) when model training was started.
:ivar ~datetime.datetime training_completed_on:
Date and time (UTC) when model training completed.
"""
Expand Down

0 comments on commit 75626fa

Please sign in to comment.