Spear Phishing Inference Pipeline Preprocessing Module#
Module ID: inference_pipeline_preproc
Module Namespace: morpheus_spear_phishing
This module defines a pre-processing setup for the spear phishing inference pipeline.
Configurable Parameters#
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
boolean |
If true, attach a unique identifier to each input |
|
|
|
boolean |
If true, raise exceptions on failures |
|
|
Example JSON Configuration#
{
"attach_uuid": false,
"raise_on_failure": false
}