name property

String name
final

Output only. The tuned model name. A unique name will be generated on create. Example: tunedModels/az2mb0bpw6i If display_name is set on create, the id portion of the name will be set by concatenating the words of the display_name with hyphens and adding a random portion for uniqueness.

Example:

  • display_name = Sentence Translator
  • name = tunedModels/sentence-translator-u3b7m

Implementation

final String name;