Class: Google::Cloud::DataLabeling::V1beta1::ClassificationMetadata

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

Overview

Metadata for classification annotations.

Instance Attribute Summary collapse

Instance Attribute Details

#is_multi_label::Boolean

Returns Whether the classification task is multi-label or not.

Returns:

  • (::Boolean)

    Whether the classification task is multi-label or not.



101
102
103
104
# File 'proto_docs/google/cloud/datalabeling/v1beta1/dataset.rb', line 101

class ClassificationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end