ComprehendIt

Task for text classification

This task uses ComprehendItPredictor by default. For more details, see:

ComprehendItPredictor

Subclass of Task.

Module: implementation.tasks

Methods and properties

Main methods and properties


__init__

Arguments:

  • predictor (Predictor[Any, Any], optional): Predictor that will be used in task. If equals to None, default ComprehendItPredictor will be used. Defaults to None.

  • preprocess (Optional[Component], optional): Component executed before predictor. Defaults to None.

  • postprocess (Optional[Component], optional): Component executed after predictor. Defaults to None.

  • input_class (Type[Input], optional): Class for input validation. Defaults to ComprehendItPredictorInput.

  • output_class (Type[Output], optional): Class for output validation. Defaults to ComprehendItPredictorOutput.

  • name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.



Last updated