GoogleCloudDialogflowCxV3ExperimentResultMetricArgs

data class GoogleCloudDialogflowCxV3ExperimentResultMetricArgs(val confidenceInterval: Output<GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalArgs>? = null, val count: Output<Double>? = null, val countType: Output<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType>? = null, val ratio: Output<Double>? = null, val type: Output<GoogleCloudDialogflowCxV3ExperimentResultMetricType>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3ExperimentResultMetricArgs>

Metric and corresponding confidence intervals.

Constructors

Functions

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

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.