Skip to content

Commit b8d5d76

Browse files
committed
Move create_container_component to experimental
PiperOrigin-RevId: 385189893
1 parent 9b350cb commit b8d5d76

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tfx/v1/dsl/components/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
from tfx.dsl.component.experimental.annotations import OutputArtifact
1919
from tfx.dsl.component.experimental.annotations import OutputDict
2020
from tfx.dsl.component.experimental.annotations import Parameter
21-
from tfx.dsl.component.experimental.container_component import create_container_component
2221
from tfx.dsl.component.experimental.decorators import component

tfx/v1/dsl/experimental/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
"""TFX dsl.experimental module."""
1515

16+
from tfx.dsl.component.experimental.container_component import create_container_component
1617
from tfx.dsl.components.common.resolver import ResolverStrategy
1718
from tfx.dsl.input_resolution.strategies.latest_artifact_strategy import LatestArtifactStrategy
1819
from tfx.dsl.input_resolution.strategies.latest_blessed_model_strategy import LatestBlessedModelStrategy

0 commit comments

Comments
 (0)