class documentation

Endpoint instance state.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant DELETING The endpoint is being deleted.
Constant ERROR The endpoint encountered an error.
Constant FAILED The endpoint has failed.
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.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.ai.v1.EndpointIn
stanceStatus.State',
                                                       endpoint_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
DELETING: int = (source)

The endpoint is being deleted.

Value
5

The endpoint encountered an error.

Value
8

The endpoint has failed.

Value
7
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