Expose endpoint_id
field for aiplatform.PrivateEndpoint.create
Method
#4754
Labels
api: vertex-ai
Issues related to the googleapis/python-aiplatform API.
If we can expose the
endpoint_id
argument for theaipatlform.PrivateEndpoint.create
method, it could be a QoL improvements. Currently, on version 1.74.0, onlydisplay_name
field is exposed. However, it would be nice to create endpoints with ids specified by the user.Relevant code:
python-aiplatform/google/cloud/aiplatform/models.py
Lines 3265 to 3279 in a604a2e
The text was updated successfully, but these errors were encountered: