Google Cloud Datalabeling V1beta1 Client - Class SearchExampleComparisonsResponse (0.4.2)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExampleComparisons

A list of example comparisons matching the search criteria.

Parameter
NameDescription
var array<Google\Cloud\DataLabeling\V1beta1\SearchExampleComparisonsResponse\ExampleComparison>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this