Full name: projects.locations.processors.processorVersions.evaluations.list
Retrieves a set of evaluations for a given processor version.
HTTP request
GET https://{endpoint}/v1beta3/{parent}/evaluations
Where {endpoint}
is one of the supported service endpoints.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
The standard list page size. If unspecified, at most |
pageToken |
A page token, received from a previous |
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:
JSON representation |
---|
{
"evaluations": [
{
object ( |
Fields | |
---|---|
evaluations[] |
The evaluations requested. |
nextPageToken |
A token, which can be sent as |
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 parent
resource:
documentai.evaluations.list
For more information, see the IAM documentation.