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 12e812e commit f72dcf0Copy full SHA for f72dcf0
ads/aqua/common/entities.py
@@ -33,3 +33,8 @@ class ModelConfigResult(BaseModel):
33
34
config: Dict[str, Any] = Field(..., description="Loaded configuration dictionary.")
35
model_details: Model = Field(..., description="Details of the model from OCI.")
36
+
37
+ class Config:
38
+ extra = "ignore"
39
+ arbitrary_types_allowed = True
40
+ protected_namespaces = ()
0 commit comments