github.com/kubeflow/training-operator@v1.7.0/sdk/python/docs/KubeflowOrgV1MXJobSpec.md (about) 1 # KubeflowOrgV1MXJobSpec 2 3 MXJobSpec defines the desired state of MXJob 4 ## Properties 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **job_mode** | **str** | JobMode specify the kind of MXjob to do. Different mode may have different MXReplicaSpecs request | [default to ''] 8 **mx_replica_specs** | [**dict(str, KubeflowOrgV1ReplicaSpec)**](KubeflowOrgV1ReplicaSpec.md) | MXReplicaSpecs is map of ReplicaType and ReplicaSpec specifies the MX replicas to run. For example, { \"Scheduler\": ReplicaSpec, \"Server\": ReplicaSpec, \"Worker\": ReplicaSpec, } | 9 **run_policy** | [**KubeflowOrgV1RunPolicy**](KubeflowOrgV1RunPolicy.md) | | 10 11 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 13