public static interface ConfusionMatrix.RowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
getAnnotationSpec()
the original annotation spec of this row.
|
AnnotationSpecOrBuilder |
getAnnotationSpecOrBuilder()
the original annotation spec of this row.
|
ConfusionMatrix.ConfusionMatrixEntry |
getEntries(int index)
Info describing predicted label distribution.
|
int |
getEntriesCount()
Info describing predicted label distribution.
|
List<ConfusionMatrix.ConfusionMatrixEntry> |
getEntriesList()
Info describing predicted label distribution.
|
ConfusionMatrix.ConfusionMatrixEntryOrBuilder |
getEntriesOrBuilder(int index)
Info describing predicted label distribution.
|
List<? extends ConfusionMatrix.ConfusionMatrixEntryOrBuilder> |
getEntriesOrBuilderList()
Info describing predicted label distribution.
|
boolean |
hasAnnotationSpec()
the original annotation spec of this row.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnnotationSpec()
the original annotation spec of this row.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpec getAnnotationSpec()
the original annotation spec of this row.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
the original annotation spec of this row.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;List<ConfusionMatrix.ConfusionMatrixEntry> getEntriesList()
Info describing predicted label distribution.
repeated .google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry entries = 2;
ConfusionMatrix.ConfusionMatrixEntry getEntries(int index)
Info describing predicted label distribution.
repeated .google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry entries = 2;
int getEntriesCount()
Info describing predicted label distribution.
repeated .google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry entries = 2;
List<? extends ConfusionMatrix.ConfusionMatrixEntryOrBuilder> getEntriesOrBuilderList()
Info describing predicted label distribution.
repeated .google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry entries = 2;
ConfusionMatrix.ConfusionMatrixEntryOrBuilder getEntriesOrBuilder(int index)
Info describing predicted label distribution.
repeated .google.cloud.datalabeling.v1beta1.ConfusionMatrix.ConfusionMatrixEntry entries = 2;
Copyright © 2019 Google LLC. All rights reserved.