Package v1 is the v1 version of the API.
Package v1 contains API Schema definitions for the kubeflow.org v1 API group
TFJob represents a TFJob resource.
Field | Description |
---|---|
|
|
|
|
|
Standard Kubernetes type metadata. |
|
Refer to Kubernetes API documentation for fields of |
|
Specification of the desired state of the TFJob. |
|
Most recently observed status of the TFJob. Populated by the system. Read-only. |
TFJobList is a list of TFJobs.
Field | Description |
---|---|
|
|
|
|
|
Standard type metadata. |
|
Refer to Kubernetes API documentation for fields of |
|
List of TFJobs. |
TFJobSpec is a desired state description of the TFJob.
Field | Description |
---|---|
|
RunPolicy encapsulates various runtime policies of the distributed training job, for example how to clean up resources and how long the job can stay active. |
|
SuccessPolicy defines the policy to mark the TFJob as succeeded. Default to "", using the default rules. |
|
A map of TFReplicaType (type) to ReplicaSpec (value). Specifies the TF cluster configuration. For example, { "PS": ReplicaSpec, "Worker": ReplicaSpec, } |
|
A switch to enable dynamic worker |