class documentation

class AgentState(Enum): (source)

View In Hierarchy

Current operational state of the agent.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant STATE_ERROR Agent is in error state.
Constant STATE_HEALTHY Agent is functioning normally.
Constant STATE_UNDEFINED Default undefined state.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.logging.agentmanager.v1.AgentState')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.logging.agentmanager.v1.AgentState'
STATE_ERROR: int = (source)

Agent is in error state.

Value
2
STATE_HEALTHY: int = (source)

Agent is functioning normally.

Value
1
STATE_UNDEFINED: int = (source)

Default undefined state.

Value
0