Azure / Azure/MachineLearningNotebooks

Run.set_tags won't accept string, irrespective of documentation

未关闭
#1,474 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
ADO bug Training
主要语言
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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。