monai.deploy.core.ConditionType

class monai.deploy.core.ConditionType(self: holoscan.core._core.ConditionType, value: int) None

Bases: pybind11_builtins.pybind11_object

Enum class for Condition types.

Members:

NONE

MESSAGE_AVAILABLE

DOWNSTREAM_MESSAGE_AFFORDABLE

COUNT

BOOLEAN

Methods

__init__(self, value)

__init__(self: holoscan.core._core.ConditionType, value: int) -> None

Attributes

BOOLEAN

COUNT

DOWNSTREAM_MESSAGE_AFFORDABLE

MESSAGE_AVAILABLE

NONE

name

value

property name