TunedModelName Property

Output only. The tuned model name. A unique name will be generated on create. Example: tunedModels/az2mb0bpw6i If DisplayName is set on create, the id portion of the name will be set by concatenating the words of the DisplayName with hyphens and adding a random portion for uniqueness. Example: - displayName = Sentence Translator - name = tunedModels/sentence-translator-u3b7m

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public string? Name { get; set; }

Property Value

String

See Also