Configuration about the custom classifier associated with the flywheel.

interface TaskConfig {
    DocumentClassificationConfig?: DocumentClassificationConfig;
    EntityRecognitionConfig?: EntityRecognitionConfig;
    LanguageCode: undefined | string;
}

Properties

DocumentClassificationConfig?: DocumentClassificationConfig

Configuration required for a classification model.

EntityRecognitionConfig?: EntityRecognitionConfig

Configuration required for an entity recognition model.

LanguageCode: undefined | string

Language code for the language that the model supports.