FlywheelDocumentClassificationConfigArgs

data class FlywheelDocumentClassificationConfigArgs(val labels: Output<List<String>>? = null, val mode: Output<FlywheelDocumentClassificationConfigMode>) : ConvertibleToJava<FlywheelDocumentClassificationConfigArgs>

Constructors

Link copied to clipboard
constructor(labels: Output<List<String>>? = null, mode: Output<FlywheelDocumentClassificationConfigMode>)

Properties

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

One or more labels to associate with the custom classifier.

Link copied to clipboard

Classification mode indicates whether the documents are MULTI_CLASS or MULTI_LABEL .

Functions

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