public static interface Experiment.Result.MetricOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Experiment.Result.ConfidenceInterval |
getConfidenceInterval()
The probability that the treatment is better than all other treatments
in the experiment
|
Experiment.Result.ConfidenceIntervalOrBuilder |
getConfidenceIntervalOrBuilder()
The probability that the treatment is better than all other treatments
in the experiment
|
double |
getCount()
Count value of a metric.
|
Experiment.Result.CountType |
getCountType()
Count-based metric type.
|
int |
getCountTypeValue()
Count-based metric type.
|
double |
getRatio()
Ratio value of a metric.
|
Experiment.Result.MetricType |
getType()
Ratio-based metric type.
|
int |
getTypeValue()
Ratio-based metric type.
|
Experiment.Result.Metric.ValueCase |
getValueCase() |
boolean |
hasConfidenceInterval()
The probability that the treatment is better than all other treatments
in the experiment
|
boolean |
hasCount()
Count value of a metric.
|
boolean |
hasRatio()
Ratio value of a metric.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Ratio-based metric type. Only one of type or count_type is specified in each Metric.
.google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType type = 1;Experiment.Result.MetricType getType()
Ratio-based metric type. Only one of type or count_type is specified in each Metric.
.google.cloud.dialogflow.cx.v3.Experiment.Result.MetricType type = 1;int getCountTypeValue()
Count-based metric type. Only one of type or count_type is specified in each Metric.
.google.cloud.dialogflow.cx.v3.Experiment.Result.CountType count_type = 5;Experiment.Result.CountType getCountType()
Count-based metric type. Only one of type or count_type is specified in each Metric.
.google.cloud.dialogflow.cx.v3.Experiment.Result.CountType count_type = 5;boolean hasRatio()
Ratio value of a metric.
double ratio = 2;double getRatio()
Ratio value of a metric.
double ratio = 2;boolean hasCount()
Count value of a metric.
double count = 4;double getCount()
Count value of a metric.
double count = 4;boolean hasConfidenceInterval()
The probability that the treatment is better than all other treatments in the experiment
.google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval confidence_interval = 3;
Experiment.Result.ConfidenceInterval getConfidenceInterval()
The probability that the treatment is better than all other treatments in the experiment
.google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval confidence_interval = 3;
Experiment.Result.ConfidenceIntervalOrBuilder getConfidenceIntervalOrBuilder()
The probability that the treatment is better than all other treatments in the experiment
.google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval confidence_interval = 3;
Experiment.Result.Metric.ValueCase getValueCase()
Copyright © 2022 Google LLC. All rights reserved.