1.3 KiB
1.3 KiB
V2beta1JobStatus
JobStatus represents the current observed state of the training Job.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| completion_time | datetime | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| conditions | **list[V2beta1JobCondition]** | conditions is a list of current observed job conditions. | [optional] |
| last_reconcile_time | datetime | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |
| replica_statuses | dict(str, V2beta1ReplicaStatus) | replicaStatuses is map of ReplicaType and ReplicaStatus, specifies the status of each replica. | [optional] |
| start_time | datetime | Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. | [optional] |