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 53c02d9 commit c476ecbCopy full SHA for c476ecb
ads/aqua/modeldeployment/deployment.py
@@ -1294,8 +1294,6 @@ def update(
1294
f"Invalid parameters for updating a model group deployment. Error details: {custom_errors}."
1295
) from ex
1296
1297
- self._validate_input_models(update_model_deployment_details)
1298
-
1299
model_deployment = ModelDeployment.from_id(model_deployment_id)
1300
1301
infrastructure = model_deployment.infrastructure
0 commit comments