Package com.google.genai.types
Class VertexAISearch
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.VertexAISearch
Retrieve from Vertex AI Search datastore for grounding. See
https://cloud.google.com/products/agent-builder
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VertexAISearch.Builderbuilder()Instantiates a builder for VertexAISearch.Required.static VertexAISearchDeserializes a JSON string to a VertexAISearch object.abstract VertexAISearch.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, toJson, toJsonNode, toJsonString
-
Constructor Details
-
VertexAISearch
public VertexAISearch()
-
-
Method Details
-
datastore
Required. Fully-qualified Vertex AI Search data store resource ID. Format: `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}` -
builder
Instantiates a builder for VertexAISearch. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a VertexAISearch object.
-