Class: Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::ScenarioMetricsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::ScenarioMetricsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb
Overview
Configuration for the scenario metrics for the evaluation.
Instance Attribute Summary collapse
-
#expectations_met_metrics_config ⇒ ::Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::ExpectationsMetMetricsConfig
Optional.
-
#user_goal_met_metrics_config ⇒ ::Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::UserGoalMetMetricsConfig
Optional.
Instance Attribute Details
#expectations_met_metrics_config ⇒ ::Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::ExpectationsMetMetricsConfig
Returns Optional. Configuration for expectation level metrics.
126 127 128 129 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb', line 126 class ScenarioMetricsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_goal_met_metrics_config ⇒ ::Google::Cloud::Ces::V1beta::EvaluationMetricsConfig::UserGoalMetMetricsConfig
Returns Optional. Configuration for user goal met metrics.
126 127 128 129 |
# File 'proto_docs/google/cloud/ces/v1beta/evaluation_metrics_config.rb', line 126 class ScenarioMetricsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |