Class: Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::RewriterModelCallSignals
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::DataStoreConnectionSignals::RewriterModelCallSignals
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb
Overview
Diagnostic info related to the rewriter model call.
Instance Attribute Summary collapse
-
#model ⇒ ::String
Name of the generative model.
-
#model_output ⇒ ::String
Output of the generative model.
-
#rendered_prompt ⇒ ::String
Prompt as sent to the model.
Instance Attribute Details
#model ⇒ ::String
Returns Name of the generative model. For example, "gemini-ultra", "gemini-pro", "gemini-1.5-flash" etc. Defaults to "Other" if the model is unknown.
90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90 class RewriterModelCallSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_output ⇒ ::String
Returns Output of the generative model.
90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90 class RewriterModelCallSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rendered_prompt ⇒ ::String
Returns Prompt as sent to the model.
90 91 92 93 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/data_store_connection.rb', line 90 class RewriterModelCallSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |