GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs

data class GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs(val confidenceLevel: Output<Double>? = null, val lowerBound: Output<Double>? = null, val ratio: Output<Double>? = null, val upperBound: Output<Double>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs>

A confidence interval is a range of possible values for the experiment objective you are trying to measure.

Constructors

fun GoogleCloudDialogflowCxV3beta1ExperimentResultConfidenceIntervalArgs(confidenceLevel: Output<Double>? = null, lowerBound: Output<Double>? = null, ratio: Output<Double>? = null, upperBound: Output<Double>? = null)

Functions

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

Properties

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

The confidence level used to construct the interval, i.e. there is X% chance that the true value is within this interval.

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

Lower bound of the interval.

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

The percent change between an experiment metric's value and the value for its control.

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

Upper bound of the interval.