Required. The processor version resource name to be deployed. It takes the form projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}.
Authorization requires the following IAM permission on the specified resource name:
documentai.processorVersions.update
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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"]],["Last updated 2024-04-07 UTC."],[[["This webpage documents how to deploy a processor version using the `projects.locations.processors.processorVersions.deploy` method."],["The HTTP request to deploy a processor version is a `POST` request to a specific endpoint with the format `https://{endpoint}/v1beta3/{name}:deploy`."],["Deployment requires specifying the processor version resource name in the `name` parameter, in the format `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}`."],["The request body for deployment must be empty, and the response will be an `Operation` instance if the deployment is successful."],["Deploying a processor version requires the `documentai.processorVersions.update` IAM permission on the specified resource name and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]