Class GoogleModelData
public class GoogleModelData : IModelData, IAssetData, IProviderData, IData
- Inheritance
-
objectGoogleModelData
- Implements
-
IData
Properties
Api
public Api Api { get; }
Property Value
BaseId
public string BaseId { get; set; }
Property Value
- string
Capabilities
public ModelCapabilities? Capabilities { get; }
Property Value
Description
public string Description { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
InputTokenLimit
public int? InputTokenLimit { get; set; }
Property Value
- int?
IsCustom
public bool? IsCustom { get; }
Property Value
- bool?
Name
public string Name { get; set; }
Property Value
- string
OutputTokenLimit
public int? OutputTokenLimit { get; set; }
Property Value
- int?
OwnedBy
public string OwnedBy { get; }
Property Value
- string
Provider
public string Provider { get; }
Property Value
- string
SupportedGenerationMethods
The model's supported generation methods. The corresponding API method names are defined as Pascal case strings, such as generateMessage and generateContent.
public string[] SupportedGenerationMethods { get; set; }
Property Value
- string[]
Temperature
public double Temperature { get; set; }
Property Value
- double
TopK
public int TopK { get; set; }
Property Value
- int
TopP
public double TopP { get; set; }
Property Value
- double
Version
public string Version { get; set; }
Property Value
- string