PyTorchJobSpec is a desired state description of the PyTorchJob.
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 |