Base class for functional components.
Inherits From: BaseComponent
, BaseNode
tfx.v1.types.BaseFunctionalComponent(
spec: types.ComponentSpec,
custom_executor_spec: Optional[executor_spec.ExecutorSpec] = None
)
Args |
spec
|
types.ComponentSpec object for this component instance.
|
custom_executor_spec
|
Optional custom executor spec overriding the default
executor specified in the component attribute.
|
Attributes |
outputs
|
Component's output channel dict.
|
Methods
with_node_execution_options
with_node_execution_options(
node_execution_options: utils.NodeExecutionOptions
) -> typing_extensions.Self
Class Variables |
POST_EXECUTABLE_SPEC
|
None
|
PRE_EXECUTABLE_SPEC
|
None
|
platform_classlevel_extensions
|
None
|