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 6243ba7 commit 35c76b2Copy full SHA for 35c76b2
ads/aqua/modeldeployment/deployment.py
@@ -867,13 +867,8 @@ def list(self, **kwargs) -> List["AquaDeployment"]:
867
868
if oci_aqua:
869
# skipping the AQUA model deployments that are created from model group
870
- # TODO: remove this checker after AQUA deployment is integrated with model group
871
- aqua_model_id = model_deployment.freeform_tags.get(
872
- Tags.AQUA_MODEL_ID_TAG, UNKNOWN
873
- )
874
if (
875
- "datasciencemodelgroup" in aqua_model_id
876
- or model_deployment.model_deployment_configuration_details.deployment_type
+ model_deployment.model_deployment_configuration_details.deployment_type
877
in [UNKNOWN_ENUM_VALUE, MODEL_GROUP, SINGLE_MODEL_FLEX]
878
):
879
continue
0 commit comments