public static final class ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder extends GeneratedMessageV3.Builder<ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder> implements ClassificationEvaluationMetrics.ConfusionMatrix.RowOrBuilder
Output only. A row in the confusion matrix.
Protobuf type
google.cloud.automl.v1.ClassificationEvaluationMetrics.ConfusionMatrix.Row
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllExampleCount(Iterable<? extends Integer> values)
public 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.
|
addExampleCount(int value)
public 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.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ClassificationEvaluationMetrics.ConfusionMatrix.Row build()
buildPartial()
public ClassificationEvaluationMetrics.ConfusionMatrix.Row buildPartial()
clear()
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clear()
Overrides
clearExampleCount()
public 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;
clearField(Descriptors.FieldDescriptor field)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder clone()
Overrides
getDefaultInstanceForType()
public ClassificationEvaluationMetrics.ConfusionMatrix.Row getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ClassificationEvaluationMetrics.ConfusionMatrix.Row other)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(ClassificationEvaluationMetrics.ConfusionMatrix.Row other)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setExampleCount(int index, int value)
public 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.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ClassificationEvaluationMetrics.ConfusionMatrix.Row.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides