View source on GitHub |
TFX DSL components module.
Classes
class AsyncOutputArtifact
: Intermediate artifact object type annotation.
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.