Skip to content

[AQUA] Fixing List Model deployment call when model groups are present #1222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 10, 2025

Conversation

kumar-shivam-ranjan
Copy link
Member

Description

Skip aqua deployments that are created from model group.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 10, 2025
Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.73%

Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.73%

if (
"datasciencemodelgroup" in aqua_model_id
or model_deployment.model_deployment_configuration_details.deployment_type
== "UNKNOWN_ENUM_VALUE"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we define a constant please. Also an inline comment on what this check means

@kumar-shivam-ranjan kumar-shivam-ranjan merged commit fc092b0 into main Jul 10, 2025
20 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants