Google Cloud Dialogflow Cx V3Experiment Result Metric Args
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
Link copied to clipboard
constructor(confidenceInterval: Output<GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalArgs>? = null, count: Output<Double>? = null, countType: Output<GoogleCloudDialogflowCxV3ExperimentResultMetricCountType>? = null, ratio: Output<Double>? = null, type: Output<GoogleCloudDialogflowCxV3ExperimentResultMetricType>? = null)
Properties
Link copied to clipboard
val confidenceInterval: Output<GoogleCloudDialogflowCxV3ExperimentResultConfidenceIntervalArgs>? = null
The probability that the treatment is better than all other treatments in the experiment
Link copied to clipboard
Count-based metric type. Only one of type or count_type is specified in each Metric.
Link copied to clipboard
Ratio-based metric type. Only one of type or count_type is specified in each Metric.