Uh oh!
There was an error while loading. Please reload this page.
SK-1964: add sample for handling deidentify file response in async fo… - #236
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new Python SDK sample demonstrating asynchronous handling of the deidentify_file response using concurrent.futures.ThreadPoolExecutor. The sample shows how to submit the deidentify_file call to a background thread and use callbacks to handle the response.
Changes:
- Added
deidentify_file_async.pysample showing async file deidentification using ThreadPoolExecutor and callbacks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Why:
Add samples for handling deidentify file response in async manner
Goal:
Provide a new Python SDK sample that shows asynchronous consumption of the deidentify_file response using concurrent.futures.