Cancel a long-running operation
Stay organized with collections
Save and categorize content based on your preferences.
Cancels a long-running operation (LRO)
Explore further
For detailed documentation that includes this code sample, see the following:
Code sample
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],[],[[["This content explains how to cancel a long-running operation (LRO) within Google Cloud's Document AI service."],["It provides a Python code sample demonstrating the use of the `cancel_operation` method, utilizing the `CancelOperationRequest` from the `google.longrunning` library."],["The process involves authenticating to Document AI using Application Default Credentials and specifying the location and operation name."],["The provided sample can be run with a location other than \"us\" by setting the `api_endpoint`."],["The Google Cloud Sample Browser is provided as a resource to help look for other code examples."]]],[]]