JobStatus represents the current observed state of the training Job.
| Name | Type | Description | Notes |
|---|---|---|---|
| completion_time | datetime | [optional] | |
| conditions | list[V1JobCondition] | Conditions is an array of current observed job conditions. | |
| last_reconcile_time | datetime | [optional] | |
| replica_statuses | dict(str, V1ReplicaStatus) | ReplicaStatuses is map of ReplicaType and ReplicaStatus, specifies the status of each replica. | |
| start_time | datetime | [optional] |