Google Cloud Dialogflow Cx V3beta1Experiment Result Args
data class GoogleCloudDialogflowCxV3beta1ExperimentResultArgs(val lastUpdateTime: Output<String>? = null, val versionMetrics: Output<List<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs>>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultArgs>
The inference result which includes an objective metric to optimize and the confidence interval.
Constructors
Link copied to clipboard
constructor(lastUpdateTime: Output<String>? = null, versionMetrics: Output<List<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs>>? = null)
Properties
Link copied to clipboard
The last time the experiment's stats data was updated. Will have default value if stats have never been computed for this experiment.
Link copied to clipboard
val versionMetrics: Output<List<GoogleCloudDialogflowCxV3beta1ExperimentResultVersionMetricsArgs>>? = null
Version variants and metrics.