Show / Hide Table of Contents

Class DataStoreToolBoostSpecs

Boost specifications to boost certain documents. For more information, please refer to https://cloud.google.com/generative-ai-app-builder/docs/boosting.

Inheritance
object
DataStoreToolBoostSpecs
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 DataStoreToolBoostSpecs : IDirectResponseSchema

Properties

DataStores

Required. The Data Store where the boosting configuration is applied. Full resource name of DataStore, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.

Declaration
[JsonProperty("dataStores")]
public virtual IList<string> DataStores { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Spec

Required. A list of boosting specifications.

Declaration
[JsonProperty("spec")]
public virtual IList<DataStoreToolBoostSpec> Spec { get; set; }
Property Value
Type Description
IList<DataStoreToolBoostSpec>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX