Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 857 Bytes

V1MXJobSpec.md

File metadata and controls

13 lines (9 loc) · 857 Bytes

V1MXJobSpec

MXJobSpec defines the desired state of MXJob

Properties

Name Type Description Notes
job_mode str JobMode specify the kind of MXjob to do. Different mode may have different MXReplicaSpecs request
mx_replica_specs dict(str, V1ReplicaSpec) MXReplicaSpecs is map of common.ReplicaType and common.ReplicaSpec specifies the MX replicas to run. For example, { "Scheduler": common.ReplicaSpec, "Server": common.ReplicaSpec, "Worker": common.ReplicaSpec, }
run_policy V1RunPolicy

[Back to Model list] [Back to API list] [Back to README]