Class Experiment.Result.Metric (0.54.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.v3.Experiment.Result.Metric

Static Fields

CONFIDENCE_INTERVAL_FIELD_NUMBER

public static final int CONFIDENCE_INTERVAL_FIELD_NUMBER
Field Value
Type Description
int

COUNT_FIELD_NUMBER

public static final int COUNT_FIELD_NUMBER
Field Value
Type Description
int

COUNT_TYPE_FIELD_NUMBER

public static final int COUNT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

RATIO_FIELD_NUMBER

public static final int RATIO_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Experiment.Result.Metric getDefaultInstance()
Returns
Type Description
Experiment.Result.Metric

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Experiment.Result.Metric.Builder newBuilder()
Returns
Type Description
Experiment.Result.Metric.Builder

newBuilder(Experiment.Result.Metric prototype)

public static Experiment.Result.Metric.Builder newBuilder(Experiment.Result.Metric prototype)
Parameter
Name Description
prototype Experiment.Result.Metric
Returns
Type Description
Experiment.Result.Metric.Builder

parseDelimitedFrom(InputStream input)

public static Experiment.Result.Metric parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Experiment.Result.Metric parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Experiment.Result.Metric parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Experiment.Result.Metric parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Experiment.Result.Metric parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Experiment.Result.Metric parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Experiment.Result.Metric parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Experiment.Result.Metric
Exceptions
Type Description
InvalidProtocolBufferException

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
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.v3.Experiment.Result.ConfidenceInterval confidence_interval = 3;

Returns
Type Description
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.v3.Experiment.Result.ConfidenceInterval confidence_interval = 3;

Returns
Type Description
Experiment.Result.ConfidenceIntervalOrBuilder

getCount()

public double 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
Type Description
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.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
Type Description
Experiment.Result.Metric

getParserForType()

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

getRatio()

public double getRatio()

Ratio value of a metric.

double ratio = 2;

Returns
Type Description
double

The ratio.

getSerializedSize()

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

Returns
Type Description
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.v3.Experiment.Result.MetricType type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

getValueCase()

public Experiment.Result.Metric.ValueCase getValueCase()
Returns
Type Description
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.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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Experiment.Result.Metric.Builder newBuilderForType()
Returns
Type Description
Experiment.Result.Metric.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Experiment.Result.Metric.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Experiment.Result.Metric.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Experiment.Result.Metric.Builder toBuilder()
Returns
Type Description
Experiment.Result.Metric.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException