Class: Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:



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