class documentation

Job instance 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 COMPLETING The job is completing.
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.JobInstanc
eStatus.State',
                                                       job_pb2.DESCRIPTOR,
                                                       descriptor_1.EnumDescriptor
)
CANCELLED: int = (source)

The job has been cancelled.

Value
9
CANCELLING: int = (source)

The job is being cancelled.

Value
5
COMPLETED: int = (source)

The job has successfully completed.

Value
7
COMPLETING: int = (source)

The job is completing.

Value
4
DELETING: int = (source)

The job is being deleted.

Value
6

The job encountered an internal error.

Value
10

The job has failed.

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