Reference documentation and code samples for the Google Cloud Vector Search V1 Client class AggregateDataObjectsRequest.
Request message for DataObjectSearchService.AggregateDataObjects .
Generated from protobuf message google.cloud.vectorsearch.v1.AggregateDataObjectsRequest
Namespace
Google \ Cloud \ VectorSearch \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the Collection for which to query. Format: projects/{project}/locations/{location}/collections/{collection}
↳ filter
Google\Protobuf\Struct
Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.
↳ aggregate
int
Required. The aggregation method to apply to the query.
getParent
Required. The resource name of the Collection for which to query.
Format: projects/{project}/locations/{location}/collections/{collection}
string
setParent
Required. The resource name of the Collection for which to query.
Format: projects/{project}/locations/{location}/collections/{collection}
var
string
$this
getFilter
Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.
hasFilter
clearFilter
setFilter
Optional. A JSON filter expression, e.g. {"genre": {"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.
$this
getAggregate
Required. The aggregation method to apply to the query.
setAggregate
Required. The aggregation method to apply to the query.
$this

