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