Send feedback
Class Experiment.Result.ConfidenceInterval (0.66.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.66.0 keyboard_arrow_down
public static final class Experiment . Result . ConfidenceInterval extends GeneratedMessageV3 implements Experiment . Result . ConfidenceIntervalOrBuilder
A confidence interval is a range of possible values for the experiment
objective you are trying to measure.
Protobuf type google.cloud.dialogflow.cx.v3.Experiment.Result.ConfidenceInterval
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONFIDENCE_LEVEL_FIELD_NUMBER
public static final int CONFIDENCE_LEVEL_FIELD_NUMBER
Field Value
Type
Description
int
LOWER_BOUND_FIELD_NUMBER
public static final int LOWER_BOUND_FIELD_NUMBER
Field Value
Type
Description
int
RATIO_FIELD_NUMBER
public static final int RATIO_FIELD_NUMBER
Field Value
Type
Description
int
UPPER_BOUND_FIELD_NUMBER
public static final int UPPER_BOUND_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Experiment . Result . ConfidenceInterval getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Experiment . Result . ConfidenceInterval . Builder newBuilder ()
newBuilder(Experiment.Result.ConfidenceInterval prototype)
public static Experiment . Result . ConfidenceInterval . Builder newBuilder ( Experiment . Result . ConfidenceInterval prototype )
public static Experiment . Result . ConfidenceInterval parseDelimitedFrom ( InputStream input )
public static Experiment . Result . ConfidenceInterval parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Experiment . Result . ConfidenceInterval parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Experiment . Result . ConfidenceInterval parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Experiment . Result . ConfidenceInterval parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Experiment . Result . ConfidenceInterval parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Experiment . Result . ConfidenceInterval parseFrom ( CodedInputStream input )
public static Experiment . Result . ConfidenceInterval parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Experiment . Result . ConfidenceInterval parseFrom ( InputStream input )
public static Experiment . Result . ConfidenceInterval parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Experiment . Result . ConfidenceInterval parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Experiment . Result . ConfidenceInterval parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Experiment . Result . ConfidenceInterval > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConfidenceLevel()
public double getConfidenceLevel ()
The confidence level used to construct the interval, i.e. there is X%
chance that the true value is within this interval.
double confidence_level = 1;
Returns
Type
Description
double
The confidenceLevel.
getDefaultInstanceForType()
public Experiment . Result . ConfidenceInterval getDefaultInstanceForType ()
getLowerBound()
public double getLowerBound ()
Lower bound of the interval.
double lower_bound = 3;
Returns
Type
Description
double
The lowerBound.
getParserForType()
public Parser<Experiment . Result . ConfidenceInterval > getParserForType ()
Overrides
getRatio()
The percent change between an experiment metric's value and the value
for its control.
double ratio = 2;
Returns
Type
Description
double
The ratio.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUpperBound()
public double getUpperBound ()
Upper bound of the interval.
double upper_bound = 4;
Returns
Type
Description
double
The upperBound.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Experiment . Result . ConfidenceInterval . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Experiment . Result . ConfidenceInterval . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Experiment . Result . ConfidenceInterval . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]