public static interface ConfusionMatrix.ConfusionMatrixEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
getAnnotationSpec()
The predicted annotation spec.
|
AnnotationSpecOrBuilder |
getAnnotationSpecOrBuilder()
The predicted annotation spec.
|
int |
getItemCount()
Number of items being predicted as this label.
|
boolean |
hasAnnotationSpec()
The predicted annotation spec.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnnotationSpec()
The predicted annotation spec.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpec getAnnotationSpec()
The predicted annotation spec.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
The predicted annotation spec.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;int getItemCount()
Number of items being predicted as this label.
int32 item_count = 2;Copyright © 2019 Google LLC. All rights reserved.