class Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult
The inference result which includes an objective metric to optimize and the confidence interval.
Attributes
last_update_time[RW]
The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment. Corresponds to the JSON property `lastUpdateTime` @return [String]
version_metrics[RW]
Version variants and metrics. Corresponds to the JSON property `versionMetrics` @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v3/classes.rb, line 1485 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v3/classes.rb, line 1490 def update!(**args) @last_update_time = args[:last_update_time] if args.key?(:last_update_time) @version_metrics = args[:version_metrics] if args.key?(:version_metrics) end