Interface IAIResource
Represents data provided by an AI service provider
like Model, Voice, or UploadedFile.
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IAIResource : IData, IHasId<string>, IHasName, IDeprecatable
Properties
|
Edit this page
View Source
Api
Declaration
Property Value
|
Edit this page
View Source
CreatedAt
Declaration
UnixTime? CreatedAt { get; }
Property Value
|
Edit this page
View Source
Description
Declaration
string Description { get; }
Property Value
|
Edit this page
View Source
IsCustom
Declaration
Property Value
|
Edit this page
View Source
OwnedBy
Declaration
Property Value
Methods
|
Edit this page
View Source
Declaration
Dictionary<string, string> GetMetadata()
Returns
Extension Methods