Class: Google::Cloud::VectorSearch::V1::AggregateDataObjectsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::AggregateDataObjectsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb
Overview
Request message for DataObjectSearchService.AggregateDataObjects.
Instance Attribute Summary collapse
-
#aggregate ⇒ ::Google::Cloud::VectorSearch::V1::AggregationMethod
Required.
-
#filter ⇒ ::Google::Protobuf::Struct
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#aggregate ⇒ ::Google::Cloud::VectorSearch::V1::AggregationMethod
Returns Required. The aggregation method to apply to the query.
266 267 268 269 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb', line 266 class AggregateDataObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#filter ⇒ ::Google::Protobuf::Struct
Returns Optional. A JSON filter expression, e.g. {"genre": \{"$eq": "sci-fi"}}, represented as a google.protobuf.Struct.
266 267 268 269 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb', line 266 class AggregateDataObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Collection for which to query.
Format: projects/{project}/locations/{location}/collections/{collection}.
266 267 268 269 |
# File 'proto_docs/google/cloud/vectorsearch/v1/data_object_search_service.rb', line 266 class AggregateDataObjectsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |