Skip to content

Commit 57015c5

Browse files
authored
Disable new taxonomy metadata tags in model_metadata.py
## Description Disable new taxonomy metadata tags in `model_metadata.py` to make them optional.
1 parent c7d3b3d commit 57015c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ads/model/model_metadata.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ class MetadataTaxonomyKeys(ExtendedEnum):
103103
ALGORITHM = "Algorithm"
104104
HYPERPARAMETERS = "Hyperparameters"
105105
ARTIFACT_TEST_RESULT = "ArtifactTestResults"
106-
README = "Readme"
107-
LICENSE = "License"
108-
DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
109-
FINETUNE_CONFIGURATION = "FineTuneConfiguration"
106+
# README = "Readme"
107+
# LICENSE = "License"
108+
# DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
109+
# FINETUNE_CONFIGURATION = "FineTuneConfiguration"
110110

111111

112112
class MetadataCustomKeys(ExtendedEnum):

0 commit comments

Comments
 (0)