View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResult (google_api_dialogflow v0.88.3)
The inference result which includes an objective metric to optimize and the confidence interval.
Attributes
-
lastUpdateTime
(type:DateTime.t
, default:nil
) - The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment. -
versionMetrics
(type:list(GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.t)
, default:nil
) - Version variants and metrics.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResult{ lastUpdateTime: DateTime.t() | nil, versionMetrics: [ GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.t() ] | nil }