Resource names

You must specify a name for every Vertex AI model and endpoint that you create. The rules for naming are consistent for both types of resource. Each name:

  • Must only contain letters, numbers, dashes and underscores.
  • Is case-sensitive.
  • Must start with a letter.
  • Must be no more than 128 characters long.

You should create names that you can distinguish in lists of resources or identify by the dataset they use, for example:

  • USE_CASE-a-v1-model
  • USE_CASE-a-v1-endpoint
  • USE_CASE-a-v1-pipeline
  • OWNER_NAME-USE_CASE-a-v1-model

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月13日 UTC.