googleapis / googleapis/python-aiplatform
Add labels to experiment created using the python sdk
Open
api: vertex-ai
- Dominant language
- Python
- Stars
- 905
- Forks
- 465
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 44
Description
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?
Contributor guide
Research direction
Start at the Python SDK's Experiment entry point and trace get_or_create to the Vertex AI experiment resource and its supported fields. Check whether labels are supported by the underlying service, then determine whether the request needs an SDK change or usage documentation; done means the label workflow is clearly supported and covered by an appropriate test or example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- google-cloud, python
- Domain
- cloud, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100