LabelCategoryArgs

data class LabelCategoryArgs(val allowMultiSelect: Output<Boolean>? = null, val classes: Output<Map<String, LabelClassArgs>>, val displayName: Output<String>? = null) : ConvertibleToJava<LabelCategoryArgs>

Represents a category of labels in a labeling job.

Constructors

Link copied to clipboard
constructor(allowMultiSelect: Output<Boolean>? = null, classes: Output<Map<String, LabelClassArgs>>, displayName: Output<String>? = null)

Properties

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

Indicates whether it is allowed to select multiple classes in this category.

Link copied to clipboard

Dictionary of label classes in this category.

Link copied to clipboard
val displayName: Output<String>? = null

Display name of the label category.

Functions

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