Class: Google::Cloud::Ces::V1::DataStoreTool::SummarizationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::DataStoreTool::SummarizationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/data_store_tool.rb
Overview
Summarization configuration.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Optional.
-
#model_settings ⇒ ::Google::Cloud::Ces::V1::ModelSettings
Optional.
-
#prompt ⇒ ::String
Optional.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Optional. Whether summarization is disabled.
83 84 85 86 |
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 83 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_settings ⇒ ::Google::Cloud::Ces::V1::ModelSettings
Returns Optional. Configurations for the LLM model.
83 84 85 86 |
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 83 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prompt ⇒ ::String
Returns Optional. The prompt definition. If not set, default prompt will be used.
83 84 85 86 |
# File 'proto_docs/google/cloud/ces/v1/data_store_tool.rb', line 83 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |