Class: Google::Cloud::DataLabeling::V1beta1::ClassificationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ClassificationMetadata
- 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
-
#is_multi_label ⇒ ::Boolean
Whether the classification task is multi-label or not.
Instance Attribute Details
#is_multi_label ⇒ ::Boolean
Returns 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 |