ModelName Property

Required. The resource name of the Model. Refer to Model variants for all allowed values. Format: models/{model} with a {model} naming convention of: - "{baseModelId}-{version}" Examples: - models/gemini-1.5-flash-001

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