FlywheelDocumentClassificationConfig

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val labels: 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 .