GoogleCloudDialogflowCxV3beta1ExperimentResultArgs

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

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowCxV3beta1ExperimentResultArgs

Properties

Link copied to clipboard
val lastUpdateTime: Output<String>? = null

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