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 describes the `projects.locations.processors.processorVersions.deploy` method for deploying a processor version."],["The deployment is initiated via a `POST` request to a specific endpoint, which can be found within the supported service endpoints."],["The `name` parameter is required and specifies the processor version resource name, following a predefined format."],["An empty request body is required for this deployment method."],["Successful deployment returns an instance of `Operation`, and the operation requires `documentai.processorVersions.update` IAM permission and `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]