Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ImageClassificationConfig.
Config for image classification human labeling task.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_multi_label
def allow_multi_label() -> ::Boolean
Returns
- (::Boolean) — Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.
#allow_multi_label=
def allow_multi_label=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#annotation_spec_set
def annotation_spec_set() -> ::String
Returns
- (::String) — Required. Annotation spec set resource name.
#annotation_spec_set=
def annotation_spec_set=(value) -> ::String
Parameter
- value (::String) — Required. Annotation spec set resource name.
Returns
- (::String) — Required. Annotation spec set resource name.
#answer_aggregation_type
def answer_aggregation_type() -> ::Google::Cloud::DataLabeling::V1beta1::StringAggregationType
Returns
- (::Google::Cloud::DataLabeling::V1beta1::StringAggregationType) — Optional. The type of how to aggregate answers.
#answer_aggregation_type=
def answer_aggregation_type=(value) -> ::Google::Cloud::DataLabeling::V1beta1::StringAggregationType
Parameter
- value (::Google::Cloud::DataLabeling::V1beta1::StringAggregationType) — Optional. The type of how to aggregate answers.
Returns
- (::Google::Cloud::DataLabeling::V1beta1::StringAggregationType) — Optional. The type of how to aggregate answers.