Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec

Specification of the Vertex AI Search tool.

Inheritance
object
GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec
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.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1StreamAssistRequestToolsSpecVertexAiSearchSpec : IDirectResponseSchema

Properties

DataStoreSpecs

Optional. Specs defining DataStores to filter on in a search call and configurations for those data stores. This is only considered for Engines with multiple data stores.

Declaration
[JsonProperty("dataStoreSpecs")]
public virtual IList<GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec> DataStoreSpecs { get; set; }
Property Value
Type Description
IList<GoogleCloudDiscoveryengineV1SearchRequestDataStoreSpec>

ETag

The ETag of the item.

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

Filter

Optional. The filter syntax consists of an expression language for constructing a predicate from one or more fields of the documents being filtered. Filter expression is case-sensitive. If this field is unrecognizable, an INVALID_ARGUMENT is returned. Filtering in Vertex AI Search is done by mapping the LHS filter key to a key property defined in the Vertex AI Search backend -- this mapping is defined by the customer in their schema. For example a media customer might have a field 'name' in their schema. In this case the filter would look like this: filter --&gt; name:'ANY("king kong")' For more information about filtering including syntax and filter operators, see Filter

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX