![]() |
TensorFlow ExampleValidator component executor.
Inherits From: BaseExecutor
tfx.components.example_validator.executor.Executor(
context: Optional[tfx.dsl.components.base.base_executor.BaseExecutor.Context
] = None
)
Child Classes
Methods
Do
Do(
input_dict: Dict[Text, List[types.Artifact]],
output_dict: Dict[Text, List[types.Artifact]],
exec_properties: Dict[Text, Any]
) -> None
TensorFlow ExampleValidator executor entrypoint.
This validates statistics against the schema.
Args | |
---|---|
input_dict
|
Input dict from input key to a list of artifacts, including:
|
output_dict
|
Output dict from key to a list of artifacts, including:
|
exec_properties
|
A dict of execution properties.
|
Returns | |
---|---|
None |