Module: tfx.v1.dsl.components

TFX DSL components module.

Classes

class BeamComponentParameter: Component parameter type annotation.

class InputArtifact: Input artifact object type annotation.

class OutputArtifact: Output artifact object type annotation.

class OutputDict: Decorator declaring component executor function outputs.

class Parameter: Component parameter type annotation.

Functions

component(...): Decorator: creates a component from a typehint-annotated Python function.