Class Search (0.11.0)

Search(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A single search request within a batch operation.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
vector_search google.cloud.vectorsearch_v1beta.types.VectorSearch
A vector-based search. This field is a member of oneof_ search_type.
semantic_search google.cloud.vectorsearch_v1beta.types.SemanticSearch
A semantic search. This field is a member of oneof_ search_type.
text_search google.cloud.vectorsearch_v1beta.types.TextSearch
A text search operation. This field is a member of oneof_ search_type.