Google Cloud Datalabeling V1beta1Text Classification Config Args
data class GoogleCloudDatalabelingV1beta1TextClassificationConfigArgs(val allowMultiLabel: Output<Boolean>? = null, val annotationSpecSet: Output<String>, val sentimentConfig: Output<GoogleCloudDatalabelingV1beta1SentimentConfigArgs>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1TextClassificationConfigArgs>
Config for text classification human labeling task.
Constructors
Link copied to clipboard
fun GoogleCloudDatalabelingV1beta1TextClassificationConfigArgs(allowMultiLabel: Output<Boolean>? = null, annotationSpecSet: Output<String>, sentimentConfig: Output<GoogleCloudDatalabelingV1beta1SentimentConfigArgs>? = null)