GoogleCloudDatalabelingV1beta1SentimentConfigArgs

data class GoogleCloudDatalabelingV1beta1SentimentConfigArgs(val enableLabelSentimentSelection: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDatalabelingV1beta1SentimentConfigArgs>

Config for setting up sentiments.

Constructors

fun GoogleCloudDatalabelingV1beta1SentimentConfigArgs(enableLabelSentimentSelection: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard

If set to true, contributors will have the option to select sentiment of the label they selected, to mark it as negative or positive label. Default is false.