mpi-operator/sdk/python/v2beta1/docs/V1JobStatus.md

850 B

V1JobStatus

JobStatus represents the current observed state of the training Job.

Properties

Name Type Description Notes
completion_time V1Time [optional]
conditions **list[V1JobCondition]** Conditions is an array of current observed job conditions.
last_reconcile_time V1Time [optional]
replica_statuses dict(str, V1ReplicaStatus) ReplicaStatuses is map of ReplicaType and ReplicaStatus, specifies the status of each replica.
start_time V1Time [optional]

[Back to Model list] [Back to API list] [Back to README]