github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1JobStatus.md (about)

     1  # KubeflowOrgV1JobStatus
     2  
     3  JobStatus represents the current observed state of the training Job.
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **completion_time** | [**datetime**](V1Time.md) |  | [optional] 
     8  **conditions** | [**list[KubeflowOrgV1JobCondition]**](KubeflowOrgV1JobCondition.md) | Conditions is an array of current observed job conditions. | [optional] 
     9  **last_reconcile_time** | [**datetime**](V1Time.md) |  | [optional] 
    10  **replica_statuses** | [**dict(str, KubeflowOrgV1ReplicaStatus)**](KubeflowOrgV1ReplicaStatus.md) | ReplicaStatuses is map of ReplicaType and ReplicaStatus, specifies the status of each replica. | [optional] 
    11  **start_time** | [**datetime**](V1Time.md) |  | [optional] 
    12  
    13  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    14  
    15