![]() |
Updates output_artifact for FileBasedExampleGen.
tfx.components.example_gen.driver.update_output_artifact(
exec_properties: Dict[Text, Any],
output_artifact: metadata_store_pb2.Artifact
) -> None
Updates output_artifact properties by updating existing entries or creating new entries if not already exists.
Args | |
---|---|
exec_properties
|
execution properties passed to the example gen. |
output_artifact
|
the example artifact to be output. |