Class Experiment.Result.Metric (0.52.0)

public static final class Experiment.Result.Metric extends GeneratedMessageV3 implements Experiment.Result.MetricOrBuilder

Metric and corresponding confidence intervals.

Protobuf type google.cloud.dialogflow.cx.v3beta1.Experiment.Result.Metric

Static Fields

CONFIDENCE_INTERVAL_FIELD_NUMBER

public static final int CONFIDENCE_INTERVAL_FIELD_NUMBER
Field Value
TypeDescription
int

COUNT_FIELD_NUMBER

public static final int COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

COUNT_TYPE_FIELD_NUMBER

public static final int COUNT_TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

RATIO_FIELD_NUMBER

public static final int RATIO_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Experiment.Result.Metric getDefaultInstance()
Returns
TypeDescription
Experiment.Result.Metric

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Experiment.Result.Metric.Builder newBuilder()
Returns
TypeDescription
Experiment.Result.Metric.Builder

newBuilder(Experiment.Result.Metric prototype)

public static Experiment.Result.Metric.Builder newBuilder(Experiment.Result.Metric prototype)
Parameter
NameDescription
prototypeExperiment.Result.Metric
Returns
TypeDescription
Experiment.Result.Metric.Builder

parseDelimitedFrom(InputStream input)

public static Experiment.Result.Metric parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Experiment.Result.Metric parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Experiment.Result.Metric parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Experiment.Result.Metric parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Experiment.Result.Metric parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Experiment.Result.Metric parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Experiment.Result.Metric
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Experiment.Result.Metric> parser()
Returns
TypeDescription
Parser<Metric>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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.v3beta1.Experiment.Result.ConfidenceInterval confidence_interval = 3;

Returns
TypeDescription
Experiment.Result.ConfidenceInterval

The confidenceInterval.

getConfidenceIntervalOrBuilder()

public Experiment.Result.ConfidenceIntervalOrBuilder getConfidenceIntervalOrBuilder()

The probability that the treatment is better than all other treatments in the experiment

.google.cloud.dialogflow.cx.v3beta1.Experiment.Result.ConfidenceInterval confidence_interval = 3;

Returns
TypeDescription
Experiment.Result.ConfidenceIntervalOrBuilder

getCount()

public double getCount()

Count value of a metric.

double count = 4;

Returns
TypeDescription
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.v3beta1.Experiment.Result.CountType count_type = 5;

Returns
TypeDescription
Experiment.Result.CountType

The countType.

getCountTypeValue()

public int getCountTypeValue()

Count-based metric type. Only one of type or count_type is specified in each Metric.

.google.cloud.dialogflow.cx.v3beta1.Experiment.Result.CountType count_type = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for countType.

getDefaultInstanceForType()

public Experiment.Result.Metric getDefaultInstanceForType()
Returns
TypeDescription
Experiment.Result.Metric

getParserForType()

public Parser<Experiment.Result.Metric> getParserForType()
Returns
TypeDescription
Parser<Metric>
Overrides

getRatio()

public double getRatio()

Ratio value of a metric.

double ratio = 2;

Returns
TypeDescription
double

The ratio.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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.v3beta1.Experiment.Result.MetricType type = 1;

Returns
TypeDescription
Experiment.Result.MetricType

The type.

getTypeValue()

public int getTypeValue()

Ratio-based metric type. Only one of type or count_type is specified in each Metric.

.google.cloud.dialogflow.cx.v3beta1.Experiment.Result.MetricType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getValueCase()

public Experiment.Result.Metric.ValueCase getValueCase()
Returns
TypeDescription
Experiment.Result.Metric.ValueCase

hasConfidenceInterval()

public boolean hasConfidenceInterval()

The probability that the treatment is better than all other treatments in the experiment

.google.cloud.dialogflow.cx.v3beta1.Experiment.Result.ConfidenceInterval confidence_interval = 3;

Returns
TypeDescription
boolean

Whether the confidenceInterval field is set.

hasCount()

public boolean hasCount()

Count value of a metric.

double count = 4;

Returns
TypeDescription
boolean

Whether the count field is set.

hasRatio()

public boolean hasRatio()

Ratio value of a metric.

double ratio = 2;

Returns
TypeDescription
boolean

Whether the ratio field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Experiment.Result.Metric.Builder newBuilderForType()
Returns
TypeDescription
Experiment.Result.Metric.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Experiment.Result.Metric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Experiment.Result.Metric.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Experiment.Result.Metric.Builder toBuilder()
Returns
TypeDescription
Experiment.Result.Metric.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException