Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::VersionMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Experiment::Result::VersionMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb
Overview
Version variant and associated metrics.
Instance Attribute Summary collapse
-
#metrics ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>
The metrics and corresponding confidence intervals in the inference result.
-
#session_count ⇒ ::Integer
Number of sessions that were allocated to this version.
-
#version ⇒ ::String
The name of the flow Version.
Instance Attribute Details
#metrics ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>
Returns The metrics and corresponding confidence intervals in the inference result.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 174 class VersionMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_count ⇒ ::Integer
Returns Number of sessions that were allocated to this version.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 174 class VersionMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::String
Returns The name of the flow Version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/versions/<VersionID>
.
174 175 176 177 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/experiment.rb', line 174 class VersionMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |