googleapis / googleapis/python-aiplatform
Add labels to experiment created using the python sdk
未关闭
api: vertex-ai
- 主要语言
- Python
- 星标
- 905
- 派生
- 465
- 平均合并
- 1 天 13 小时
- 30 天内合并 PR
- 44
描述
Hi guys!
Once I create an experiment with
```py
my_experiment = aiplatform.Experiment.get_or_create(experiment_name="my-name", description="description")
```
How can I add labels to this experiment with the sdk?
贡献指南
调研方向
从 Python SDK 的 Experiment 入口开始,跟踪 get_or_create 到 Vertex AI 实验资源及其支持的字段。检查底层服务是否支持 labels,然后确定该请求需要 SDK 更改还是使用文档;当 labels 工作流得到明确支持,并由适当的测试或示例覆盖时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- google-cloud, python
- 领域
- cloud, machine-learning
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100