GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResult (google_api_dialogflow v0.73.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResult{
lastUpdateTime: DateTime.t() | nil,
versionMetrics:
[
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics.t()
]
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.