You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work from autorest to support this, which is pending.
This will allow us to return AsyncLROPoller for our async methods and support continuation tokens. Because of the change in return type we will do a re-naming to align with other languages (feel free to spin-off on a different issue):
sync method begin_train_model -> begin_training
async method train_model -> begin_training
all async methods will now have begin prefix added to them
The text was updated successfully, but these errors were encountered:
kristapratico
changed the title
[formrecognizer] Update async methods to return AsyncLROPoller
[formrecognizer] Update async methods to return AsyncLROPoller and support continuation token
May 27, 2020
Currently waiting on:
This will allow us to return
AsyncLROPoller
for our async methods and support continuation tokens. Because of the change in return type we will do a re-naming to align with other languages (feel free to spin-off on a different issue):begin_train_model
->begin_training
train_model
->begin_training
begin
prefix added to themThe text was updated successfully, but these errors were encountered: