Class GenerativeAI
Inherited Members
CRUDClient<GenerativeAI>.Name
CRUDClient<GenerativeAI>.Version
CRUDClient<GenerativeAI>.BetaVersion
CRUDClient<GenerativeAI>.OnException
CRUDClient<GenerativeAI>.CRUDLogger
CRUDClient<GenerativeAI>.BaseUrl
CRUDClient<GenerativeAI>.GetApiKey()
CRUDClient<GenerativeAI>.HandleException(Exception)
Namespace: Glitch9.AIDevKit.Google
Assembly: .dll
Syntax
public class GenerativeAI : AIClient<GenerativeAI>
Constructors
GenerativeAI()
Declaration
public GenerativeAI()
Properties
CachedContents
Declaration
public CachedContentService CachedContents { get; }
Property Value
Type | Description |
---|---|
CachedContentService |
Corpora
Declaration
public CorporaService Corpora { get; }
Property Value
Type | Description |
---|---|
CorporaService |
DefaultInstance
The default instance of the GenerativeAI client.
Declaration
public static GenerativeAI DefaultInstance { get; }
Property Value
Type | Description |
---|---|
GenerativeAI |
Files
Declaration
public FileService Files { get; }
Property Value
Type | Description |
---|---|
FileService |
Media
Declaration
public MediaService Media { get; }
Property Value
Type | Description |
---|---|
MediaService |
Models
Declaration
public ModelService Models { get; }
Property Value
Type | Description |
---|---|
ModelService |
TunedModels
Declaration
public TunedModelService TunedModels { get; }
Property Value
Type | Description |
---|---|
TunedModelService |