The features in Kubeflow Pipelines fall into three different stages: alpha, beta, and stable.
- The software is very likely to contain bugs.
- The support for a feature may be dropped at any time without notice in advance.
- The API may change in incompatible ways in a later software release without notice.
- The software is recommended for use only in short-lived testing environments, due to increased risk of bugs and lack of long-term support.
- Documentation in https://github.com/kubeflow/pipelines/tree/master/docs (technical writing review not required).
- The software is well tested.
- The support for a feature will not be dropped, though the details may change.
- The schema and/or semantics of objects may change in incompatible ways in a subsequent beta or stable release. When this happens, migration instructions are provided.
- The software is recommended for only non-business-critical uses because of potential for incompatible changes in subsequent releases.
- Full documentation on user facing channels (kubeflow.org and reference websites).
All of the guarantees for Beta and:
- No breaking changes without a major version release.
- The software is recommended for all uses.
- SDK DSL for constructing a pipeline.
- ComponentSpec.
- Core APIs
- The following SDK client helper methods (others are in Alpha stage)
Note, these packages are stable in general, but specific classes, methods, and arguments might be in a different stage. For more information, refer to Kubeflow Pipelines SDK documentation.
Upload | Create | Get | List | Delete | Archive | Unarchive | Enable | Disable | Terminate | Retry | |
---|---|---|---|---|---|---|---|---|---|---|---|
Pipeline | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ||||||
Pipeline Version | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ||||||
Run | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | |||
Experiment | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ | ☑️ |
- Refer to the Kubeflow Pipelines documentation to learn more about:
- The purpose and goals of Kubeflow Pipelines and the main concepts required to use Kubeflow Pipelines. For example, what is a pipeline and what is a pipeline run in Kubeflow Pipelines.
- How to manage Kubeflow Pipelines resources using the the Kubeflow Pipelines UI.
- How to manage the Kubeflow Pipelines resources using the Kubeflow Pipelines client.
- The Kubeflow Pipelines API. The API reference includes a complete list of the methods and parameters that are available in the Kubeflow Pipelines API.
-
Upload Create Get List Delete Archive Unarchive Enable Disable Terminate Retry Job ☑️ ☑️ ☑️ ☑️ ☑️ ☑️ -
Upgrade support for the Kubeflow Pipelines standalone deployment.
-
Most of SDK client helper methods except those mentioned in stable stage. The helper methods are mainly maintained by the community. These methods can be convenient to use, but they may not provide all the features from the API and they may lack testing. These issues prevent us from moving these methods to Beta stage at this time. For more information, refer to the SDK client Beta blockers project.
We recommend and support the auto-generated client APIs instead. For example,
client.pipelines.list_pipelines()
,client.runs.list_runs()
andclient.pipeline_uploads.upload_pipeline()
.For more information, refer to the Using the Kubeflow Pipelines SDK guide for examples of using the SDK, and the SDK generated API client reference.
-
ML Metadata (MLMD) UI integration. For example, artifact and execution list and detail pages.