class documentation

Job state.

Constant __PB2_DESCRIPTOR__ Undocumented
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 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.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.ai.v1.JobStatus.
State',
                                                       job_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
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
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