Class: Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::ConfusionMatrixEntry
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::ConfusionMatrixEntry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb
Instance Attribute Summary collapse
-
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
The annotation spec of a predicted label.
-
#item_count ⇒ ::Integer
Number of items predicted to have this label.
Instance Attribute Details
#annotation_spec ⇒ ::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec
Returns The annotation spec of a predicted label.
203 204 205 206 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 203 class ConfusionMatrixEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#item_count ⇒ ::Integer
Returns Number of items predicted to have this label. (The ground truth label for
these items is the Row.annotationSpec
of this entry's parent.).
203 204 205 206 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 203 class ConfusionMatrixEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |