Class GoogleAIClient
public class GoogleAIClient : AIClient<GoogleAIClient, GoogleAISettings>
- Inheritance
-
object
GoogleAIClient
- Inherited Members
-
Constructors
GoogleAIClient()
Properties
CachedContents
public CachedContentService CachedContents { get; }
Property Value
- CachedContentService
Corpora
public CorporaService Corpora { get; }
Property Value
- CorporaService
Files
public FileService Files { get; }
Property Value
- FileService
public MediaService Media { get; }
Property Value
- MediaService
Models
public ModelService Models { get; }
Property Value
- ModelService
TunedModels
public TunedModelService TunedModels { get; }
Property Value
- TunedModelService
Methods
CreateApiClientSettings()
protected override CloudApiClientSettings CreateApiClientSettings()
Returns
- CloudApiClientSettings
CreateJsonConverters()
protected override List<JsonConverter> CreateJsonConverters()
Returns
- List<JsonConverter>