TFX ExampleDiff component.
Inherits From: BaseBeamComponent, BaseComponent, BaseNode
tfx.v1.components.ExampleDiff(
examples_test: tfx.v1.types.BaseChannel,
examples_base: tfx.v1.types.BaseChannel,
config: tfx.v1.proto.ExampleDiffConfig,
include_split_pairs: Optional[List[Tuple[str, str]]] = None
)
Computes example level diffs according to an ExampleDiffConfig. See TFDV feature_skew_detector.py for more details.
This executor is under development and may change.
Args |
|---|
examples_test
ExamplesPath type, as generated by the
ExampleGen component.
This needs to contain any splits referenced in include_split_pairs.
examples_base
ExamplesPath type to which
examples should be compared. This needs to contain any splits
referenced in include_split_pairs.
config
include_split_pairs
Attributes |
|---|
outputs
Methods
with_beam_pipeline_args
with_beam_pipeline_args(
beam_pipeline_args: Iterable[Union[str, placeholder.Placeholder]]
) -> 'BaseBeamComponent'
Add per component Beam pipeline args.
| Args |
|---|
beam_pipeline_args
| Returns | |
|---|---|
| the same component itself. |
with_node_execution_options
with_node_execution_options(
node_execution_options: utils.NodeExecutionOptions
) -> typing_extensions.Self
Class Variables |
|---|
None
None