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

     1  # KubeflowOrgV1JobCondition
     2  
     3  JobCondition describes the state of the job at a certain point.
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **last_transition_time** | [**datetime**](V1Time.md) |  | [optional] 
     8  **last_update_time** | [**datetime**](V1Time.md) |  | [optional] 
     9  **message** | **str** | A human readable message indicating details about the transition. | [optional] 
    10  **reason** | **str** | The reason for the condition's last transition. | [optional] 
    11  **status** | **str** | Status of the condition, one of True, False, Unknown. | [default to '']
    12  **type** | **str** | Type of job condition. | [default to '']
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16