-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async Version of annotate_note
#118
Comments
@cascadianblue When using the auto-generated client, there is a way to set configuration = annotator.Configuration(host=host)
with annotator.ApiClient(configuration) as api_client:
api_instance = text_date_annotation_api.TextDateAnnotationApi(api_client)
annotations = api_instance.create_text_date_annotations(
text_date_annotation_request=text_date_request,
async_req=True
) The object returned
If I create a parameter |
@thomasyu888 Is there an update regarding this ticket? Is this a low hanging fruit? Is it a must-have for the launch on June 8th? |
@tschaffter not a must have for launch, and there hasn't been much development on this front for awhile. |
nlpsandbox-client/nlpsandboxclient/client.py
Line 344 in 540fbfe
It would be very useful to have an asynchronous version of
annotate_note
(as well as a few of the other methods in this module).E.g. I call something like this:
The text was updated successfully, but these errors were encountered: