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 766b201 commit 8356379Copy full SHA for 8356379
ads/aqua/common/enums.py
@@ -94,6 +94,6 @@ class TextEmbeddingInferenceContainerParams(ExtendedEnum):
94
PORT = "port"
95
96
97
-class ConfigFolder(str, metaclass=ExtendedEnumMeta):
+class ConfigFolder(ExtendedEnum):
98
CONFIG = "config"
99
ARTIFACT = "artifact"
0 commit comments