From 48531cd637267d8599c5aff438bbd6739a9ec57f Mon Sep 17 00:00:00 2001 From: tfx-team Date: Fri, 19 Jul 2024 14:42:05 -0700 Subject: [PATCH] n/a PiperOrigin-RevId: 654129516 --- tfx/types/component_spec.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tfx/types/component_spec.py b/tfx/types/component_spec.py index 9ce9c6b803..a3e8ba344d 100644 --- a/tfx/types/component_spec.py +++ b/tfx/types/component_spec.py @@ -44,6 +44,11 @@ 'tensorflow_trainer', 'example_diff_config', 'distribution_validator_config', + 'event_exporter_config', + 'train_args', + 'tensorflow_api_option', + 'eval_args', + 'model_args', ]