Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class SearchExampleComparisonsResponse.
Results of searching example comparisons.
Generated from protobuf message google.cloud.datalabeling.v1beta1.SearchExampleComparisonsResponse
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ example_comparisons |
array<Google\Cloud\DataLabeling\V1beta1\SearchExampleComparisonsResponse\ExampleComparison>
A list of example comparisons matching the search criteria. |
↳ next_page_token |
string
A token to retrieve next page of results. |
getExampleComparisons
A list of example comparisons matching the search criteria.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setExampleComparisons
A list of example comparisons matching the search criteria.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\SearchExampleComparisonsResponse\ExampleComparison>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to retrieve next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to retrieve next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |