Class VertexAISearchConfig
java.lang.Object
com.google.genai.gaos.models.interactions.VertexAISearchConfig
VertexAISearchConfig
Used to specify configuration for VertexAISearch.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VertexAISearchConfig.Builderbuilder()Optional.engine()Optional.booleaninthashCode()toString()withDatastores(List<String> datastores) Optional.withEngine(String engine) Optional.
-
Constructor Details
-
VertexAISearchConfig
-
VertexAISearchConfig
public VertexAISearchConfig()
-
-
Method Details
-
datastores
Optional. Used to specify Vertex AI Search datastores. -
engine
Optional. Used to specify Vertex AI Search engine. -
builder
-
withDatastores
Optional. Used to specify Vertex AI Search datastores. -
withEngine
Optional. Used to specify Vertex AI Search engine. -
equals
-
hashCode
public int hashCode() -
toString
-