Class ListEvaluationsRequest (2.7.0)

ListEvaluationsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Retrieves a list of evaluations for a given ProcessorVersion.

Attributes

NameDescription
parent str
Required. The resource name of the ProcessorVersion to list evaluations for. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
page_size int
The standard list page size. If unspecified, at most 5 evaluations will be returned. The maximum value is 100; values above 100 will be coerced to 100.
page_token str
A page token, received from a previous ListEvaluations call. Provide this to retrieve the subsequent page.