Skip to content

docs: document valid endpoint_id formats - #7092

Open
qiaoshanglong wants to merge 1 commit into
googleapis:mainfrom
qiaoshanglong:codex/python-aiplatform-endpoint-id-docs
Open

docs: document valid endpoint_id formats#7092
qiaoshanglong wants to merge 1 commit into
googleapis:mainfrom
qiaoshanglong:codex/python-aiplatform-endpoint-id-docs

Conversation

@qiaoshanglong

@qiaoshanglong qiaoshanglong commented Aug 23, 2026

Copy link
Copy Markdown

Fixes #2599

The endpoint_id documentation only describes numeric IDs with a maximum length of 10 characters. Update both duplicated docstring sections to document the actual accepted formats: lowercase letters, digits, hyphens, and the different length rules for letter- and digit-prefixed IDs.

Validation:

  • python -m py_compile google/cloud/aiplatform/models.py
  • git diff --check
  • One file changed: google/cloud/aiplatform/models.py

@qiaoshanglong
qiaoshanglong requested a review from a team as a code owner August 23, 2026 10:53
@google-cla

google-cla Bot commented Aug 23, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label Bot added size: s Pull request size is small. api: vertex-ai Issues related to the googleapis/python-aiplatform API. labels Aug 23, 2026
@qiaoshanglong qiaoshanglong changed the title docs: document valid endpoint_id formats一个 docs: document valid endpoint_id formats Aug 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: vertex-ai Issues related to the googleapis/python-aiplatform API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

endpoint_id arg to Endpoint#create method has incorrect doumentation

1 participant