File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
from tfx .dsl .component .experimental .annotations import OutputArtifact
19
19
from tfx .dsl .component .experimental .annotations import OutputDict
20
20
from tfx .dsl .component .experimental .annotations import Parameter
21
- from tfx .dsl .component .experimental .container_component import create_container_component
22
21
from tfx .dsl .component .experimental .decorators import component
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""TFX dsl.experimental module."""
15
15
16
+ from tfx .dsl .component .experimental .container_component import create_container_component
16
17
from tfx .dsl .components .common .resolver import ResolverStrategy
17
18
from tfx .dsl .input_resolution .strategies .latest_artifact_strategy import LatestArtifactStrategy
18
19
from tfx .dsl .input_resolution .strategies .latest_blessed_model_strategy import LatestBlessedModelStrategy
You can’t perform that action at this time.
0 commit comments