github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1PaddleJobList.md (about) 1 # KubeflowOrgV1PaddleJobList 2 3 PaddleJobList is a list of PaddleJobs. 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **api_version** | **str** | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | [optional] 8 **items** | [**list[KubeflowOrgV1PaddleJob]**](KubeflowOrgV1PaddleJob.md) | List of PaddleJobs. | 9 **kind** | **str** | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | [optional] 10 **metadata** | [**V1ListMeta**](V1ListMeta.md) | | [optional] 11 12 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 13 14