Status Class

Identify the status of the most severe insight generated by the detector.

Constructor

Status(*args: Any, **kwargs: Any)

Variables

Name Description
message
str

Descriptive message.

status_id

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