JobStatus represents the current observed state of the training Job.
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] |