Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 828 Bytes

KubeflowOrgV1PyTorchJobSpec.md

File metadata and controls

13 lines (9 loc) · 828 Bytes

KubeflowOrgV1PyTorchJobSpec

PyTorchJobSpec is a desired state description of the PyTorchJob.

Properties

Name Type Description Notes
elastic_policy KubeflowOrgV1ElasticPolicy [optional]
pytorch_replica_specs dict(str, V1ReplicaSpec) A map of PyTorchReplicaType (type) to ReplicaSpec (value). Specifies the PyTorch cluster configuration. For example, { "Master": PyTorchReplicaSpec, "Worker": PyTorchReplicaSpec, }
run_policy V1RunPolicy

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