Skip to content
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

Feature/aqua ms changes 2 #1036

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

Conversation

vikasray0208
Copy link
Member

This Pull Request is for adding/updating API for listing SMM ,Model custom and defined metadata artifact in DataScienceModel in ADS.

This PR will enable following changes

Service Model Listing: Enable the listing of service models without requiring the service compartment ID and cross-tenancy access.
Metadata Storage: Enable additional metadata store , such as license content, README.md, deployment config, manifest.yaml, and fine-tuning config. Also, implement a search functionality for the license and keys from the README via RQS.

API Spec :- https://confluence.oci.oraclecorp.com/pages/viewpage.action?spaceKey=ODSC&title=API+changes+for+Model+store+for+Aqua
Design Doc :- https://confluence.oci.oraclecorp.com/display/ODSC/Model+Store+Enhancements+For+AQUA+-+Design

Duplicate of #1019

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

github-actions bot commented Jan 9, 2025

📌 Cov diff with main:

Coverage-26%

📌 Overall coverage:

Coverage-19.71%

Copy link

github-actions bot commented Jan 9, 2025

📌 Cov diff with main:

Coverage-32%

📌 Overall coverage:

Coverage-19.72%

1 similar comment
Copy link

github-actions bot commented Jan 9, 2025

📌 Cov diff with main:

Coverage-32%

📌 Overall coverage:

Coverage-19.72%

Copy link
Member

@VipulMascarenhas VipulMascarenhas left a comment

Choose a reason for hiding this comment

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

left some minor comments, overall looks good.

ads/model/datascience_model.py Show resolved Hide resolved
ads/model/service/oci_datascience_model.py Outdated Show resolved Hide resolved
ads/model/service/oci_datascience_model.py Show resolved Hide resolved
ads/model/service/oci_datascience_model.py Outdated Show resolved Hide resolved
Copy link

📌 Cov diff with main:

Coverage-60%

📌 Overall coverage:

Coverage-55.52%

Copy link

📌 Cov diff with main:

Coverage-60%

📌 Overall coverage:

Coverage-57.29%

super().__init__(
f"The model {model_ocid} does not contain the metadata with key {metadata_key}."
)
pass
Copy link
Member

Choose a reason for hiding this comment

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

redundant noop statement

@vikasray0208 vikasray0208 dismissed VipulMascarenhas’s stale review January 10, 2025 19:13

The merge-base changed after approval.

Copy link

📌 Cov diff with main:

Coverage-60%

📌 Overall coverage:

Coverage-57.28%

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.

3 participants