Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 849 Bytes

V1JobStatus.md

File metadata and controls

15 lines (11 loc) · 849 Bytes

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]