Class GoogleModelData
Inheritance
object
GoogleModelData
Assembly: .dll
Syntax
public class GoogleModelData : IData
Properties
Api
Declaration
Property Value
BaseId
Declaration
public string BaseId { get; set; }
Property Value
Capability
Declaration
public ModelFeature? Capability { get; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Declaration
public int? InputTokenLimit { get; set; }
Property Value
IsFineTuned
Declaration
public bool? IsFineTuned { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
OutputTokenLimit
Declaration
public int? OutputTokenLimit { get; set; }
Property Value
OwnedBy
Declaration
public string OwnedBy { get; }
Property Value
Provider
Declaration
public string Provider { get; }
Property Value
SupportedGenerationMethods
The model's supported generation methods.
The corresponding API method names are defined as Pascal case strings, such as generateMessage and generateContent.
Declaration
public string[] SupportedGenerationMethods { get; set; }
Property Value
Type |
Description |
string[] |
|
Temperature
Declaration
public double Temperature { get; set; }
Property Value
TopK
Declaration
public int TopK { get; set; }
Property Value
TopP
Declaration
public double TopP { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Implements
IData