GoogleCloudDialogflowCxV3beta1ExperimentResultMetricArgs

data class GoogleCloudDialogflowCxV3beta1ExperimentResultMetricArgs(val confidenceInterval: Output<GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs>? = null, val count: Output<Double>? = null, val countType: Output<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricCountType>? = null, val ratio: Output<Double>? = null, val type: Output<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricType>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultMetricArgs>

Metric and corresponding confidence intervals.

Constructors

Functions

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

Properties

Link copied to clipboard

The probability that the treatment is better than all other treatments in the experiment

Link copied to clipboard
val count: Output<Double>? = null

Count value of a metric.

Link copied to clipboard

Count-based metric type. Only one of type or count_type is specified in each Metric.

Link copied to clipboard
val ratio: Output<Double>? = null

Ratio value of a metric.

Link copied to clipboard

Ratio-based metric type. Only one of type or count_type is specified in each Metric.