Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 13a1e0d

Browse files
author
Zhitao Li
committed
Exclude IR and container entrypoint.
1 parent 0737d6f commit 13a1e0d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

rfcs/20210307-tfx-api-artifact-compat.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ compatibility guarantee is the following:
244244

245245
#### SDK (aka DSL), Official Components {#sdk-aka-dsl-official-components}
246246

247-
All parts of SDK (aka DSL), IR, interfaces of official components shall comply
247+
All parts of SDK (aka DSL) and interfaces of official components shall comply
248248
with SemVer. The functionalities form the following core CUJs, which include but
249249
are not limited to:
250250

@@ -336,6 +336,13 @@ to a narrow range as much as possible in these rare cases.
336336
The new orchestrator is in early stages of development and we don’t think it’ll
337337
be production-ready for 1.0 timeline, thus it will enter 1.0 as `experimental`.
338338

339+
340+
#### Intermediate Representation (IR) and Container entrypoint {#ir-entrypoint}
341+
342+
Both the intermediate representataion (IR) and container entrypoint of official
343+
TFX images are under active development and **excluded** from the stability /
344+
compatiblity scope of this doc.
345+
339346
#### Portability Layer to Other Runners (aka Orchestrators) {#portability-layer-to-other-runner-orchestrators}
340347

341348
This portability layer in tfx refers to various DagRunners which runs TFX

0 commit comments

Comments
 (0)