Reference documentation and code samples for the Google Cloud Vector Search V1 Client class AggregateDataObjectsResponse.
Response message for DataObjectSearchService.AggregateDataObjects.
Generated from protobuf message google.cloud.vectorsearch.v1.AggregateDataObjectsResponse
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ aggregate_results |
array<Google\Protobuf\Struct>
Output only. The aggregated results of the query. |
getAggregateResults
Output only. The aggregated results of the query.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setAggregateResults
Output only. The aggregated results of the query.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Protobuf\Struct>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|