Full name: projects.locations.processors.setDefaultProcessorVersion
Set the default (active) version of a Processor
that will be used in processors.process
and processors.batchProcess
.
HTTP request
POST https://{endpoint}/v1/{processor}:setDefaultProcessorVersion
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
processor |
Required. The resource name of the Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "defaultProcessorVersion": string } |
Fields | |
---|---|
defaultProcessorVersion |
Required. The resource name of child |
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the processor
resource:
documentai.processors.update
For more information, see the IAM documentation.