dataStoreSpecs

@CanIgnoreReturnValue()
public VertexAISearch.Builder dataStoreSpecs(Array<VertexAISearchDataStoreSpec> dataStoreSpecs)

Setter for dataStoreSpecs.

dataStoreSpecs: Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used.


@CanIgnoreReturnValue()
public VertexAISearch.Builder dataStoreSpecs(Array<VertexAISearchDataStoreSpec.Builder> dataStoreSpecsBuilders)

Setter for dataStoreSpecs builder.

dataStoreSpecs: Specifications that define the specific DataStores to be searched, along with configurations for those data stores. This is only considered for Engines with multiple data stores. It should only be set if engine is used.