FlywheelTaskConfig

data class FlywheelTaskConfig(val documentClassificationConfig: FlywheelDocumentClassificationConfig? = null, val entityRecognitionConfig: FlywheelEntityRecognitionConfig? = null, val languageCode: FlywheelTaskConfigLanguageCode)

Constructors

Link copied to clipboard
constructor(documentClassificationConfig: FlywheelDocumentClassificationConfig? = null, entityRecognitionConfig: FlywheelEntityRecognitionConfig? = null, languageCode: FlywheelTaskConfigLanguageCode)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration required for a document classification model.

Link copied to clipboard

Configuration required for an entity recognition model.

Link copied to clipboard

Language code for the language that the model supports.