Status Class
Identify the status of the most severe insight generated by the detector.
Constructor
Status(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
message
|
Descriptive message. |
|
status_id
|
str or
InsightStatus
Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None". |
Attributes
message
Descriptive message.
message: str | None
status_id
"Critical", "Warning", "Info", "Success", and "None".
status_id: str | _models.InsightStatus | None