Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions google/cloud/aiplatform/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,12 @@ def create(
not provided, Vertex AI will generate a value for this
ID.

This value should be 1-10 characters, and valid
characters are /[0-9]/. When using HTTP/JSON, this field
This value can contain lowercase letters, digits, and hyphens.
If the first character is a letter, the last character must be
a letter or digit and the value can be up to 63 characters. If
the first character is a digit, all characters must be digits,
with no leading zeros, and the value can be up to 10 characters.
When using HTTP/JSON, this field
is populated based on a query string argument, such as
``?endpoint_id=12345``. This is the fallback for fields
that are not included in either the URI or the body.
Expand Down Expand Up @@ -1049,8 +1053,12 @@ def _create(
not provided, Vertex AI will generate a value for this
ID.

This value should be 1-10 characters, and valid
characters are /[0-9]/. When using HTTP/JSON, this field
This value can contain lowercase letters, digits, and hyphens.
If the first character is a letter, the last character must be
a letter or digit and the value can be up to 63 characters. If
the first character is a digit, all characters must be digits,
with no leading zeros, and the value can be up to 10 characters.
When using HTTP/JSON, this field
is populated based on a query string argument, such as
``?endpoint_id=12345``. This is the fallback for fields
that are not included in either the URI or the body.
Expand Down