Azure / Azure/MachineLearningNotebooks
Run.set_tags won't accept string, irrespective of documentation
- 主要言語
- Jupyter Notebook
- スター
- 4.4k
- フォーク
- 2.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
In at least versions 1.22.0 and 1.28.0, the [documentation for tagging runs](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.run(class)?view=azure-ml-py#set-tags-tags-) states that one can pass a string, like `run.set_tags("foo")`. However, since `RunHistoryFacade.set_tags`calls `WorkspaceClient._sanitize_tags`, this will fail, as the latter calls the method `items` on its argument.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with RunHistoryFacade.set_tags and WorkspaceClient._sanitize_tags described in the report, and compare them with the linked tagging documentation. Reproduce run.set_tags("foo") against the affected SDK versions; done when the documented call works or the documentation accurately reflects supported input.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, machine-learning, python
- 領域
- documentation, machine-learning
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100