Skip to content

[WIP] Use custom model name in deployment #1236

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

agrimk
Copy link
Member

@agrimk agrimk commented Jul 30, 2025

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 30, 2025
@agrimk agrimk changed the title Use custom model name in deployment [WIP] Use custom model name in deployment Jul 30, 2025
Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

@@ -147,6 +147,7 @@ class AquaModelApp(AquaApp):
def create(
self,
model_id: Union[str, AquaMultiModelRef],
display_name: Optional[str] = None,
Copy link
Member

Choose a reason for hiding this comment

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

It can be risky to insert attributes in the middle of an existing list, as it may lead to unintended side effects or compatibility issues. A better practice is to append new attributes at the end of the list .

Copy link

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

agrimk added 2 commits August 1, 2025 15:41
…le/accelerated-data-science into use_custom_model_name_in_deployment
Copy link

github-actions bot commented Aug 1, 2025

📌 Cov diff with main:

Coverage-0%

📌 Overall coverage:

Coverage-18.59%

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.

2 participants