github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1PyTorchJob.md (about) 1 # KubeflowOrgV1PyTorchJob 2 3 PyTorchJob Represents a PyTorchJob resource. 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 **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] 9 **metadata** | [**V1ObjectMeta**](V1ObjectMeta.md) | | [optional] 10 **spec** | [**KubeflowOrgV1PyTorchJobSpec**](KubeflowOrgV1PyTorchJobSpec.md) | | [optional] 11 **status** | [**KubeflowOrgV1JobStatus**](KubeflowOrgV1JobStatus.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