class documentation

class JobStatus__State(Enum): (source)

View In Hierarchy

Job state.

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant CANCELLED The job has been cancelled.
Constant CANCELLING The job is being cancelled.
Constant COMPLETED The job has successfully completed.
Constant DELETING The job is being deleted.
Constant ERROR The job encountered an internal error.
Constant FAILED The job has failed.
Constant IMAGE_PULLING The job is pulling an image (STARTING -> IMAGE_PULLING -> RUNNING).
Constant PROVISIONING The job is creating resources.
Constant RUNNING The job is running.
Constant STARTING The job is being started.
Constant STATE_UNSPECIFIED Undocumented

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

Fully qualified protobuf enum name.

Value
'nebius.ai.v1.JobStatus.State'
CANCELLED: int = (source)

The job has been cancelled.

Value
8
CANCELLING: int = (source)

The job is being cancelled.

Value
4
COMPLETED: int = (source)

The job has successfully completed.

Value
6
DELETING: int = (source)

The job is being deleted.

Value
5

The job encountered an internal error.

Value
9

The job has failed.

Value
7
IMAGE_PULLING: int = (source)

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

Value
10
PROVISIONING: int = (source)

The job is creating resources.

Value
1

The job is running.

Value
3
STARTING: int = (source)

The job is being started.

Value
2
STATE_UNSPECIFIED: int = (source)

Undocumented

Value
0