We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d3b3d commit 57015c5Copy full SHA for 57015c5
ads/model/model_metadata.py
@@ -103,10 +103,10 @@ class MetadataTaxonomyKeys(ExtendedEnum):
103
ALGORITHM = "Algorithm"
104
HYPERPARAMETERS = "Hyperparameters"
105
ARTIFACT_TEST_RESULT = "ArtifactTestResults"
106
- README = "Readme"
107
- LICENSE = "License"
108
- DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
109
- FINETUNE_CONFIGURATION = "FineTuneConfiguration"
+ # README = "Readme"
+ # LICENSE = "License"
+ # DEPLOYMENT_CONFIGURATION = "DeploymentConfiguration"
+ # FINETUNE_CONFIGURATION = "FineTuneConfiguration"
110
111
112
class MetadataCustomKeys(ExtendedEnum):
0 commit comments