Skip to content

Commit

Permalink
Internal change only.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 620933042
  • Loading branch information
tfx-copybara committed Apr 1, 2024
1 parent 92fef51 commit 6844762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tfx/types/standard_component_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
SCHEMA_KEY = 'schema'
EXAMPLES_KEY = 'examples'
MODEL_KEY = 'model'
EXTERNAL_MODEL_KEY = 'external_model'
BLESSING_KEY = 'blessing'
TRAIN_ARGS_KEY = 'train_args'
CUSTOM_CONFIG_KEY = 'custom_config'
Expand All @@ -61,6 +62,7 @@
EXAMPLE_SPLITS_KEY = 'example_splits'
MODULE_PATH_KEY = 'module_path'
BASELINE_MODEL_KEY = 'baseline_model'
EXTERNAL_BASELINE_MODEL_KEY = 'external_baseline_model'
EVALUATION_KEY = 'evaluation'
MODEL_SUBFOLDER_KEY = 'model_subfolder'
ADD_SPLIT_NAME_KEY = 'add_split_name'
Expand Down

0 comments on commit 6844762

Please sign in to comment.