GoogleCloudDatalabelingV1beta1SentimentConfigArgs

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

Config for setting up sentiments.

Constructors

constructor(enableLabelSentimentSelection: Output<Boolean>? = null)

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.

Functions

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