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

     1  # KubeflowOrgV1ReplicaStatus
     2  
     3  ReplicaStatus represents the current observed state of the replica.
     4  ## Properties
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **active** | **int** | The number of actively running pods. | [optional] 
     8  **failed** | **int** | The number of pods which reached phase Failed. | [optional] 
     9  **label_selector** | [**V1LabelSelector**](V1LabelSelector.md) |  | [optional] 
    10  **selector** | **str** | A Selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty Selector matches all objects. A null Selector matches no objects. | [optional] 
    11  **succeeded** | **int** | The number of pods which reached phase Succeeded. | [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