GoogleCloudDatalabelingV1beta1ImageClassificationConfigArgs

data class GoogleCloudDatalabelingV1beta1ImageClassificationConfigArgs(val allowMultiLabel: Output<Boolean>? = null, val annotationSpecSet: Output<String>, val answerAggregationType: Output<GoogleCloudDatalabelingV1beta1ImageClassificationConfigAnswerAggregationType>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1ImageClassificationConfigArgs>

Config for image classification human labeling task.

Constructors

constructor(allowMultiLabel: Output<Boolean>? = null, annotationSpecSet: Output<String>, answerAggregationType: Output<GoogleCloudDatalabelingV1beta1ImageClassificationConfigAnswerAggregationType>? = null)

Properties

Link copied to clipboard
val allowMultiLabel: Output<Boolean>? = null

Optional. If allow_multi_label is true, contributors are able to choose multiple labels for one image.

Link copied to clipboard

Annotation spec set resource name.

Link copied to clipboard

Optional. The type of how to aggregate answers.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDatalabelingV1beta1ImageClassificationConfigArgs