Class VertexAISearch (2.0.0)

VertexAISearch(
    datastore: str,
    *,
    project: typing.Optional[str] = None,
    location: typing.Optional[str] = None
)

Methods

VertexAISearch

VertexAISearch(
    datastore: str,
    *,
    project: typing.Optional[str] = None,
    location: typing.Optional[str] = None
)

Initializes a Vertex AI Search tool.

Parameters
Name Description
datastore str

Required. Vertex AI Search data store resource name. Format: projects/{project}/locations/{location}/collections/default_collection/dataStores/{data_store} or {data_store}.

project str

Optional. Project ID of the data store. Must provide either the full data store resource name or data store id, project ID, and location.

location str

Optional. Location of the data store. Must provide either the full data store resource name or data store id, project ID, and location.