Class: Google::Cloud::Dialogflow::V2::ConversationModelEvaluation
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ConversationModelEvaluation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
Represents evaluation result of a conversation model.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#evaluation_config ⇒ ::Google::Cloud::Dialogflow::V2::EvaluationConfig
Optional.
-
#name ⇒ ::String
The resource name of the evaluation.
-
#smart_reply_metrics ⇒ ::Google::Cloud::Dialogflow::V2::SmartReplyMetrics
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation time of this model.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122 class ConversationModelEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Optional. The display name of the model evaluation. At most 64 bytes long.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122 class ConversationModelEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_config ⇒ ::Google::Cloud::Dialogflow::V2::EvaluationConfig
Returns Optional. The configuration of the evaluation task.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122 class ConversationModelEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name of the evaluation. Format:
projects/<Project ID>/conversationModels/<Conversation Model
ID>/evaluations/<Evaluation ID>.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122 class ConversationModelEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#smart_reply_metrics ⇒ ::Google::Cloud::Dialogflow::V2::SmartReplyMetrics (readonly)
Returns Output only. Only available when model is for smart reply.
122 123 124 125 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 122 class ConversationModelEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |