Skip to content

Commit 35c76b2

Browse files
committed
PR review comments
1 parent 6243ba7 commit 35c76b2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -867,13 +867,8 @@ def list(self, **kwargs) -> List["AquaDeployment"]:
867867

868868
if oci_aqua:
869869
# 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-
)
874870
if (
875-
"datasciencemodelgroup" in aqua_model_id
876-
or model_deployment.model_deployment_configuration_details.deployment_type
871+
model_deployment.model_deployment_configuration_details.deployment_type
877872
in [UNKNOWN_ENUM_VALUE, MODEL_GROUP, SINGLE_MODEL_FLEX]
878873
):
879874
continue

0 commit comments

Comments
 (0)