Required. The resource name of the ProcessorVersion to evaluate. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion} It takes the form projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorversion}.
Authorization requires the following IAM permission on the specified resource processorVersion:
documentai.evaluations.create
Request body
The request body contains data with the following structure:
[[["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 API endpoint `projects.locations.processors.processorVersions.evaluateProcessorVersion` allows for the evaluation of a specified ProcessorVersion against annotated documents."],["The endpoint uses a `POST` request to the specified URL with the `processorVersion` path parameter, which includes project, location, processor, and version identifiers."],["The request body can optionally include `evaluationDocuments`, otherwise it defaults to the processor's dataset for evaluation."],["Successful calls to this endpoint will return an `Operation` instance within the response body."],["Utilizing this endpoint requires the `documentai.evaluations.create` IAM permission on the `processorVersion` resource, and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]