TFJobSpec is a desired state description of the TFJob.
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, } |