Azure / Azure/azure-sdk-for-python

Data tab not getting populated as part of the Model Register

オープン
#37,962 コメント 3 件 リアクション 0 件 担当者 1 名 @achauhan-scc に割り当て済み GitHub で見る
Client customer-reported feature-request Machine Learning needs-team-attention Service Attention
主要言語
Python
スター
5.6k
フォーク
3.4k
平均マージ
2日 2時間
マージ済み PR(30日)
213

説明

- **Package Name**: azure.ai.ml.entities
- **Package Version**: v2

**Describe the bug**

Follow up issues as part of the bug: [36551](https://github.com/Azure/azure-sdk-for-python/issues/36551)
I tried registering the model with the below: https://learn.microsoft.com/en-us/azure/machine-learning/how-to-manage-models?view=azureml-api-2&tabs=python

run_model = Model(
path="azureml://jobs/{id}/outputs/model_folder/",
name="test1-v2-example",
description="Model created from run.",
type=AssetTypes.CUSTOM_MODEL,
)
ml_client.models.create_or_update(run_model)

This did register the Model, **But it did not associate the Data Asset Tab for the Registered Model**

It seems like the UI expects the data to be populated there or at least should have the ability to list that info?

**Why is this important?**

Because customers want to be able to easily see what job and what data was used to produce a given model registered in the registry---in case there are questions on model performance during production inference for example. Observability on data lineage and code lineage to produce a model is critical to give decision makers confidence that a model was trained correctly on the right data. Thanks!

**Screenshots**
![Image](https://github.com/user-attachments/assets/06e8bd9b-411a-4faf-bc9f-e897908d9d56)

**Additional context**
Add any other context about the problem here.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。