Class: Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb
Overview
Config for image classification human labeling task.
Instance Attribute Summary collapse
-
#allow_multi_label ⇒ ::Boolean
Optional.
-
#annotation_spec_set ⇒ ::String
Required.
-
#answer_aggregation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::StringAggregationType
Optional.
Instance Attribute Details
#allow_multi_label ⇒ ::Boolean
Returns Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
85 86 87 88 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 85 class ImageClassificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation_spec_set ⇒ ::String
Returns Required. Annotation spec set resource name.
85 86 87 88 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 85 class ImageClassificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#answer_aggregation_type ⇒ ::Google::Cloud::DataLabeling::V1beta1::StringAggregationType
Returns Optional. The type of how to aggregate answers.
85 86 87 88 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 85 class ImageClassificationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |