Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::DataStoreTool::BoostSpecs.
Boost specifications to boost certain documents. For more information, please refer to https://cloud.google.com/generative-ai-app-builder/docs/boosting.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_stores
def data_stores() -> ::Array<::String>
Returns
- (::Array<::String>) — 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}.
#data_stores=
def data_stores=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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}.
Returns
- (::Array<::String>) — 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}.
#spec
def spec() -> ::Array<::Google::Cloud::Ces::V1::DataStoreTool::BoostSpec>
Returns
- (::Array<::Google::Cloud::Ces::V1::DataStoreTool::BoostSpec>) — Required. A list of boosting specifications.
#spec=
def spec=(value) -> ::Array<::Google::Cloud::Ces::V1::DataStoreTool::BoostSpec>
Parameter
- value (::Array<::Google::Cloud::Ces::V1::DataStoreTool::BoostSpec>) — Required. A list of boosting specifications.
Returns
- (::Array<::Google::Cloud::Ces::V1::DataStoreTool::BoostSpec>) — Required. A list of boosting specifications.