public static final class Experiment.Result.Metric extends GeneratedMessageV3 implements Experiment.Result.MetricOrBuilder
Metric and corresponding confidence intervals.
Protobuf type google.cloud.dialogflow.cx.v3.Experiment.Result.Metric
Static Fields
CONFIDENCE_INTERVAL_FIELD_NUMBER
public static final int CONFIDENCE_INTERVAL_FIELD_NUMBER
Field Value
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
Field Value
COUNT_TYPE_FIELD_NUMBER
public static final int COUNT_TYPE_FIELD_NUMBER
Field Value
RATIO_FIELD_NUMBER
public static final int RATIO_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Experiment.Result.Metric getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static Experiment.Result.Metric.Builder newBuilder()
Returns
newBuilder(Experiment.Result.Metric prototype)
public static Experiment.Result.Metric.Builder newBuilder(Experiment.Result.Metric prototype)
Parameter
Returns
public static Experiment.Result.Metric parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static Experiment.Result.Metric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Experiment.Result.Metric parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Experiment.Result.Metric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Experiment.Result.Metric parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Experiment.Result.Metric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Experiment.Result.Metric parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static Experiment.Result.Metric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Experiment.Result.Metric parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static Experiment.Result.Metric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Experiment.Result.Metric parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Experiment.Result.Metric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Experiment.Result.Metric> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getConfidenceInterval()
public 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;
Returns
getConfidenceIntervalOrBuilder()
public 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;
Returns
getCount()
Count value of a metric.
double count = 4;
Returns
Type |
Description |
double |
The count.
|
getCountType()
public 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;
Returns
getCountTypeValue()
public 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;
Returns
Type |
Description |
int |
The enum numeric value on the wire for countType.
|
getDefaultInstanceForType()
public Experiment.Result.Metric getDefaultInstanceForType()
Returns
getParserForType()
public Parser<Experiment.Result.Metric> getParserForType()
Returns
Overrides
getRatio()
Ratio value of a metric.
double ratio = 2;
Returns
Type |
Description |
double |
The ratio.
|
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getType()
public 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;
Returns
getTypeValue()
public int 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;
Returns
Type |
Description |
int |
The enum numeric value on the wire for type.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getValueCase()
public Experiment.Result.Metric.ValueCase getValueCase()
Returns
hasConfidenceInterval()
public 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;
Returns
Type |
Description |
boolean |
Whether the confidenceInterval field is set.
|
hasCount()
public boolean hasCount()
Count value of a metric.
double count = 4;
Returns
Type |
Description |
boolean |
Whether the count field is set.
|
hasRatio()
public boolean hasRatio()
Ratio value of a metric.
double ratio = 2;
Returns
Type |
Description |
boolean |
Whether the ratio field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public Experiment.Result.Metric.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Experiment.Result.Metric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public Experiment.Result.Metric.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions