![]() |
Generic TFX schema_gen executor.
Inherits From: BaseExecutor
tfx.components.schema_gen.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 SchemaGen executor entrypoint.
This infers the schema using tensorflow_data_validation on the precomputed stats of 'train' split.
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, includes:
|
Returns | |
---|---|
None |