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 \ V1beta1
Methods
__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 DataLabelingServiceClient::evaluationName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Datalabeling V1beta1 Client - Class SearchExampleComparisonsRequest (0.6.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.3 (latest)](/php/docs/reference/cloud-datalabeling/latest/V1beta1.SearchExampleComparisonsRequest)\n- [0.6.2](/php/docs/reference/cloud-datalabeling/0.6.2/V1beta1.SearchExampleComparisonsRequest)\n- [0.5.7](/php/docs/reference/cloud-datalabeling/0.5.7/V1beta1.SearchExampleComparisonsRequest)\n- [0.4.2](/php/docs/reference/cloud-datalabeling/0.4.2/V1beta1.SearchExampleComparisonsRequest)\n- [0.3.1](/php/docs/reference/cloud-datalabeling/0.3.1/V1beta1.SearchExampleComparisonsRequest)\n- [0.2.0](/php/docs/reference/cloud-datalabeling/0.2.0/V1beta1.SearchExampleComparisonsRequest)\n- [0.1.14](/php/docs/reference/cloud-datalabeling/0.1.14/V1beta1.SearchExampleComparisonsRequest) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class SearchExampleComparisonsRequest.\n\nRequest message of SearchExampleComparisons.\n\nGenerated from protobuf message `google.cloud.datalabeling.v1beta1.SearchExampleComparisonsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataLabeling \\\\ V1beta1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. Name of the [Evaluation](/php/docs/reference/cloud-datalabeling/latest/V1beta1.Evaluation) resource to search for example\ncomparisons from. Format:\n\"projects/\u003cvar translate=\"no\"\u003e{project_id}\u003c/var\u003e/datasets/\u003cvar translate=\"no\"\u003e{dataset_id}\u003c/var\u003e/evaluations/\u003cvar translate=\"no\"\u003e{evaluation_id}\u003c/var\u003e\"\n\n### setParent\n\nRequired. Name of the [Evaluation](/php/docs/reference/cloud-datalabeling/latest/V1beta1.Evaluation) resource to search for example\ncomparisons from. Format:\n\"projects/\u003cvar translate=\"no\"\u003e{project_id}\u003c/var\u003e/datasets/\u003cvar translate=\"no\"\u003e{dataset_id}\u003c/var\u003e/evaluations/\u003cvar translate=\"no\"\u003e{evaluation_id}\u003c/var\u003e\"\n\n### getPageSize\n\nOptional. Requested page size. Server may return fewer results than\nrequested. Default value is 100.\n\n### setPageSize\n\nOptional. Requested page size. Server may return fewer results than\nrequested. Default value is 100.\n\n### getPageToken\n\nOptional. A token identifying a page of results for the server to return.\n\nTypically obtained by the\nnextPageToken of the response\nto a previous search rquest.\nIf you don't specify this field, the API call requests the first page of\nthe search.\n\n### setPageToken\n\nOptional. A token identifying a page of results for the server to return.\n\nTypically obtained by the\nnextPageToken of the response\nto a previous search rquest.\nIf you don't specify this field, the API call requests the first page of\nthe search.\n\n### static::build"]]