Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class SearchExampleComparisonsRequest.
Request message of SearchExampleComparisons.
Generated from protobuf message google.cloud.datalabeling.v1beta1.SearchExampleComparisonsRequest
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}" |
↳ page_size |
int
Optional. Requested page size. Server may return fewer results than requested. Default value is 100. |
↳ page_token |
string
Optional. A token identifying a page of results for the server to return. Typically obtained by the nextPageToken of the response to a previous search rquest. If you don't specify this field, the API call requests the first page of the search. |
getParent
Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}"
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Requested page size. Server may return fewer results than requested. Default value is 100.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A token identifying a page of results for the server to return.
Typically obtained by the nextPageToken of the response to a previous search rquest. If you don't specify this field, the API call requests the first page of the search.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A token identifying a page of results for the server to return.
Typically obtained by the nextPageToken of the response to a previous search rquest. If you don't specify this field, the API call requests the first page of the search.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Name of the Evaluation resource to search for example comparisons from. Format: "projects/{project_id}/datasets/{dataset_id}/evaluations/{evaluation_id}" Please see Google\Cloud\DataLabeling\V1beta1\DataLabelingServiceClient::evaluationName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\SearchExampleComparisonsRequest |