googleapis / googleapis/python-aiplatform
Expose `endpoint_id` field for `aiplatform.PrivateEndpoint.create` Method
Open
api: vertex-ai
- Dominant language
- Python
- Stars
- 905
- Forks
- 465
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 44
Description
If we can expose the `endpoint_id` argument for the `aipatlform.PrivateEndpoint.create` method, it could be a QoL improvements. Currently, on version 1.74.0, only `display_name` field is exposed. However, it would be nice to create endpoints with ids specified by the user.
Relevant code:
https://github.com/googleapis/python-aiplatform/blob/a604a2e5d037836691c30625dc57311baefc74d3/google/cloud/aiplatform/models.py#L3265-L3279
Contributor guide
Assessment
This issue has not been assessed yet.