Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Experiment::Result (v0.10.1)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Experiment::Result.

The inference result which includes an objective metric to optimize and the confidence interval.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#last_update_time

def last_update_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.

#last_update_time=

def last_update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
Returns
  • (::Google::Protobuf::Timestamp) — The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.

#version_metrics

def version_metrics() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::VersionMetrics>
Returns

#version_metrics=

def version_metrics=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Experiment::Result::VersionMetrics>
Parameter
Returns