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 using a GET request."],["The `parent` path parameter, representing the processor version, is required and must follow the format `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`."],["The `pageSize` query parameter controls the number of evaluations returned per page, with a maximum of 100, and the `pageToken` query parameter allows for retrieving subsequent pages."],["The request body must be empty, and the response includes an array of `evaluations` objects and an optional `nextPageToken` for paginated results."],["To use this endpoint, the caller requires the `documentai.evaluations.list` IAM permission on the `parent` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]