class documentation

class EndpointInstanceStatus__State(Enum): (source)

View In Hierarchy

Endpoint instance state.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant DELETING The endpoint is being deleted.
Constant ERROR The endpoint encountered an error.
Constant FAILED The endpoint has failed.
Constant IMAGE_PULLING The endpoint is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING).
Constant PROVISIONING The endpoint is creating resources.
Constant RUNNING The endpoint is running.
Constant STARTING The endpoint is being started.
Constant STATE_UNSPECIFIED Undocumented
Constant STOPPED The endpoint has been stopped.
Constant STOPPING The endpoint is being stopped.

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.ai.v1.EndpointInstanceStatus.State')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.ai.v1.EndpointInstanceStatus.State'
DELETING: int = (source)

The endpoint is being deleted.

Value
5

The endpoint encountered an error.

Value
8

The endpoint has failed.

Value
7
IMAGE_PULLING: int = (source)

The endpoint is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING).

Value
9
PROVISIONING: int = (source)

The endpoint is creating resources.

Value
1

The endpoint is running.

Value
3
STARTING: int = (source)

The endpoint is being started.

Value
2
STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0

The endpoint has been stopped.

Value
6
STOPPING: int = (source)

The endpoint is being stopped.

Value
4