Class ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder (2.83.0)

public static final class ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder extends GeneratedMessage.Builder<ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder> implements ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.RowOrBuilder

Output only. A row in the confusion matrix.

Protobuf type google.cloud.automl.v1beta1.ClassificationEvaluationMetrics.ConfusionMatrix.Row

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

Static Methods

getDescriptor()

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

Methods

addAllExampleCount(Iterable<? extends Integer> values)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder addAllExampleCount(Iterable<? extends Integer> values)

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Parameter
Name Description
values Iterable<? extends java.lang.Integer>

The exampleCount to add.

Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

This builder for chaining.

addExampleCount(int value)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder addExampleCount(int value)

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Parameter
Name Description
value int

The exampleCount to add.

Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

This builder for chaining.

build()

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row build()
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row

buildPartial()

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row buildPartial()
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row

clear()

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clear()
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder
Overrides

clearExampleCount()

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clearExampleCount()

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

This builder for chaining.

getDefaultInstanceForType()

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row getDefaultInstanceForType()
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExampleCount(int index)

public int getExampleCount(int index)

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The exampleCount at the given index.

getExampleCountCount()

public int getExampleCountCount()

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Returns
Type Description
int

The count of exampleCount.

getExampleCountList()

public List<Integer> getExampleCountList()

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Returns
Type Description
List<Integer>

A list containing the exampleCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row other)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row other)
Parameter
Name Description
other ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder
Overrides

setExampleCount(int index, int value)

public ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder setExampleCount(int index, int value)

Output only. Value of the specific cell in the confusion matrix. The number of values each row has (i.e. the length of the row) is equal to the length of the annotation_spec_id field or, if that one is not populated, length of the display_name field.

repeated int32 example_count = 1;

Parameters
Name Description
index int

The index to set the value at.

value int

The exampleCount to set.

Returns
Type Description
ClassificationProto.ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder

This builder for chaining.