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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource name of the ProcessorVersion to list evaluations for. |
↳ 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 |
string
A page token, received from a previous |
getParent
Required. The resource name of the ProcessorVersion to list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource name of the ProcessorVersion to list evaluations for.
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
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.
Returns | |
---|---|
Type | Description |
int |
setPageSize
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A page token, received from a previous ListEvaluations
call.
Provide this to retrieve the subsequent page.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A page token, received from a previous ListEvaluations
call.
Provide this to retrieve the subsequent page.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The resource name of the
ProcessorVersion to list
evaluations for.
|
Returns | |
---|---|
Type | Description |
Google\Cloud\DocumentAI\V1\ListEvaluationsRequest |