Status Class
Identify the status of the most severe insight generated by the detector.
Constructor
Status(*, message: str | None = None, status_id: str | _models.InsightStatus | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
message
|
Descriptive message. Default value: None
|
|
status_id
|
str or
InsightStatus
Level of the most severe insight generated by the detector. Known values are: "Critical", "Warning", "Info", "Success", and "None". Default value: None
|
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". |