Required. The resource name of the ProcessorVersion to list evaluations for. 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 parent:
documentai.evaluations.list
Query parameters
Parameters
pageSize
integer
The standard list page size. If unspecified, at most 5 evaluations are returned. The maximum value is 100. Values above 100 are coerced to 100.
pageToken
string
A page token, received from a previous evaluations.list call. Provide this to retrieve the subsequent page.
Request body
The request body must be empty.
Response body
The response from evaluations.list.
If successful, the response 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.evaluations.list` retrieves a list of evaluations for a specified processor version."],["The API uses a `GET` request to the endpoint `https://{endpoint}/v1beta3/{parent}/evaluations`, where `{parent}` is the resource name of the processor version."],["The request requires `documentai.evaluations.list` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The response includes a list of `evaluations` and an optional `nextPageToken` for retrieving additional pages of results; it can return up to 100 evaluations per page."],["You can use `pageSize` and `pageToken` query parameters to manage the number of evaluations returned per page and to navigate between multiple pages."]]],[]]