Version variant and associated metrics.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metrics
def metrics() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>) — The metrics and corresponding confidence intervals in the inference result.
#metrics=
def metrics=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>) — The metrics and corresponding confidence intervals in the inference result.
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::Metric>) — The metrics and corresponding confidence intervals in the inference result.
#session_count
def session_count() -> ::Integer
Returns
- (::Integer) — Number of sessions that were allocated to this version.
#session_count=
def session_count=(value) -> ::Integer
Parameter
- value (::Integer) — Number of sessions that were allocated to this version.
Returns
- (::Integer) — Number of sessions that were allocated to this version.
#version
def version() -> ::String
Returns
-
(::String) — The name of the flow Version.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
#version=
def version=(value) -> ::String
Parameter
-
value (::String) — The name of the flow Version.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.
Returns
-
(::String) — The name of the flow Version.
Format:
projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/versions/<Version ID>
.