Show / Hide Table of Contents

Class DataStoreTool

Tool to retrieve from Vertex AI Search datastore or engine for grounding. Accepts either a datastore or an engine, but not both. See Vertex AI Search: https://cloud.google.com/generative-ai-app-builder/docs/enterprise-search-introduction.

Inheritance
object
DataStoreTool
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class DataStoreTool : IDirectResponseSchema

Properties

BoostSpecs

Optional. Boost specification to boost certain documents.

Declaration
[JsonProperty("boostSpecs")]
public virtual IList<DataStoreToolBoostSpecs> BoostSpecs { get; set; }
Property Value
Type Description
IList<DataStoreToolBoostSpecs>

DataStoreSource

Optional. Search within a single specific DataStore.

Declaration
[JsonProperty("dataStoreSource")]
public virtual DataStoreToolDataStoreSource DataStoreSource { get; set; }
Property Value
Type Description
DataStoreToolDataStoreSource

Description

Optional. The tool description.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EngineSource

Optional. Search within an Engine (potentially across multiple DataStores).

Declaration
[JsonProperty("engineSource")]
public virtual DataStoreToolEngineSource EngineSource { get; set; }
Property Value
Type Description
DataStoreToolEngineSource

FilterParameterBehavior

Optional. The filter parameter behavior.

Declaration
[JsonProperty("filterParameterBehavior")]
public virtual string FilterParameterBehavior { get; set; }
Property Value
Type Description
string

ModalityConfigs

Optional. The modality configs for the data store.

Declaration
[JsonProperty("modalityConfigs")]
public virtual IList<DataStoreToolModalityConfig> ModalityConfigs { get; set; }
Property Value
Type Description
IList<DataStoreToolModalityConfig>

Name

Required. The data store tool name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX