Class GenerativeAI
Inheritance
object
GenerativeAI
Assembly: .dll
Syntax
public class GenerativeAI : AIClient<GenerativeAI>
Constructors
GenerativeAI()
Declaration
Properties
CachedContents
Declaration
public CachedContentService CachedContents { get; }
Property Value
Corpora
Declaration
public CorporaService Corpora { get; }
Property Value
DefaultInstance
The default instance of the GenerativeAI client.
Declaration
public static GenerativeAI DefaultInstance { get; }
Property Value
Files
Declaration
public FileService Files { get; }
Property Value
Declaration
public MediaService Media { get; }
Property Value
Models
Declaration
public ModelService Models { get; }
Property Value
TunedModels
Declaration
public TunedModelService TunedModels { get; }
Property Value