Spear Phishing Inference Module#
Module ID: inference
Module Namespace: morpheus_spear_phishing
This module defines a setup for spear-phishing inference.
Configurable Parameters#
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
string |
The tracking URI for the model |
|
|
|
string |
The registered model for inference |
|
|
|
list |
The input features for the model |
|
|
|
boolean |
If true, raise exceptions on failures |
|
|
Example JSON Configuration#
{
"tracking_uri": "/path/to/uri",
"registered_model": "model_1",
"input_model_features": ["feat1", "feat2"],
"raise_on_failure": false
}