Reference documentation and code samples for the Google Cloud Document Ai V1 Client class ListEvaluationsRequest.
Retrieves a list of evaluations for a given ProcessorVersion .
Generated from protobuf message google.cloud.documentai.v1.ListEvaluationsRequest
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
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 are returned. The maximum value is 100
. Values above 100
are coerced to 100
.
↳ page_token
string
A page token, received from a previous ListEvaluations
call. Provide this to retrieve the subsequent page.
getParent
Required. The resource name of the ProcessorVersion to list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
string
setParent
Required. The resource name of the ProcessorVersion to list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
var
string
$this
getPageSize
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
.
int
setPageSize
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
.
var
int
$this
getPageToken
A page token, received from a previous ListEvaluations
call.
Provide this to retrieve the subsequent page.
string
setPageToken
A page token, received from a previous ListEvaluations
call.
Provide this to retrieve the subsequent page.
var
string
$this
static::build
parent
string
Required. The resource name of the ProcessorVersion
to list
evaluations for. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
Please see Google\Cloud\DocumentAI\V1\DocumentProcessorServiceClient::processorVersionName()
for help formatting this field.