Class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResult

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dialogflow_v3/classes.rb,
lib/google/apis/dialogflow_v3/representations.rb,
lib/google/apis/dialogflow_v3/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ExperimentResult

Returns a new instance of GoogleCloudDialogflowCxV3ExperimentResult.



1485
1486
1487
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1485

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#last_update_timeString

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

Returns:

  • (String)


1478
1479
1480
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1478

def last_update_time
  @last_update_time
end

#version_metricsArray<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>

Version variants and metrics. Corresponds to the JSON property versionMetrics



1483
1484
1485
# File 'lib/google/apis/dialogflow_v3/classes.rb', line 1483

def version_metrics
  @version_metrics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1490
1491
1492
1493
# 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