Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 927 Bytes

KubeflowOrgV1TFJobSpec.md

File metadata and controls

14 lines (10 loc) · 927 Bytes

KubeflowOrgV1TFJobSpec

TFJobSpec is a desired state description of the TFJob.

Properties

Name Type Description Notes
enable_dynamic_worker bool A switch to enable dynamic worker [optional]
run_policy V1RunPolicy
success_policy str SuccessPolicy defines the policy to mark the TFJob as succeeded. Default to "", using the default rules. [optional]
tf_replica_specs dict(str, V1ReplicaSpec) A map of TFReplicaType (type) to ReplicaSpec (value). Specifies the TF cluster configuration. For example, { "PS": ReplicaSpec, "Worker": ReplicaSpec, }

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