Class: Google::Cloud::DataLabeling::V1beta1::ConfusionMatrix::ConfusionMatrixEntry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec::Google::Cloud::DataLabeling::V1beta1::AnnotationSpec

Returns The annotation spec of a predicted label.

Returns:



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.).

Returns:

  • (::Integer)

    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