Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class SearchEvaluationsResponse.
Results of searching evaluations.
Generated from protobuf message google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse
Namespace
Google \ Cloud \ DataLabeling \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ evaluations |
array<Google\Cloud\DataLabeling\V1beta1\Evaluation>
The list of evaluations matching the search. |
↳ next_page_token |
string
A token to retrieve next page of results. |
getEvaluations
The list of evaluations matching the search.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEvaluations
The list of evaluations matching the search.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\DataLabeling\V1beta1\Evaluation>
|
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 |