Classify
Classify documents at query time using built-in tasks (like NSFW content safety) or a custom model deployed as a plugin
Configuration
Built-in classification task to run (e.g. 'nsfw'). Mutually exclusive with feature_uri.
Feature URI of your custom classifier plugin. Required unless task is set; mutually exclusive with task.
Document field path containing text to classify.
Document field path containing an image URL to classify instead of text (built-in tasks only).
Document field path containing a video URL to classify instead of text (built-in tasks only).
Field path to store classification results.
Score at or above which a document is flagged is_nsfw ('nsfw' task only).
Drop documents flagged unsafe instead of annotating them ('nsfw' task only).
Documents per inference call (1-100).
Maximum concurrent inference requests (1-20).
Output
No output yet
Configure the stage parameters and click "Run Stage" to see the simulated output.