Class: Google::Cloud::Dialogflow::CX::V3::Experiment::Result::VersionMetrics

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#metrics::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>

Returns The metrics and corresponding confidence intervals in the inference result.

Returns:



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.

Returns:

  • (::Integer)

    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>.

Returns:

  • (::String)

    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