Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::DataStoreTool::SummarizationConfig.
Summarization configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#disabled
def disabled() -> ::Boolean
Returns
- (::Boolean) — Optional. Whether summarization is disabled.
#disabled=
def disabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Whether summarization is disabled.
Returns
- (::Boolean) — Optional. Whether summarization is disabled.
#model_settings
def model_settings() -> ::Google::Cloud::Ces::V1::ModelSettings
Returns
- (::Google::Cloud::Ces::V1::ModelSettings) — Optional. Configurations for the LLM model.
#model_settings=
def model_settings=(value) -> ::Google::Cloud::Ces::V1::ModelSettings
Parameter
- value (::Google::Cloud::Ces::V1::ModelSettings) — Optional. Configurations for the LLM model.
Returns
- (::Google::Cloud::Ces::V1::ModelSettings) — Optional. Configurations for the LLM model.
#prompt
def prompt() -> ::String
Returns
- (::String) — Optional. The prompt definition. If not set, default prompt will be used.
#prompt=
def prompt=(value) -> ::String
Parameter
- value (::String) — Optional. The prompt definition. If not set, default prompt will be used.
Returns
- (::String) — Optional. The prompt definition. If not set, default prompt will be used.