Class ManagementService
Inheritance
ManagementService
Assembly: Glitch9.AIDevKit.Provider.XAI.dll
Syntax
public class ManagementService : CrudServiceBase<XAIClient>, ICrudService
Constructors
|
Edit this page
View Source
ManagementService(XAIClient, string)
Declaration
public ManagementService(XAIClient client, string managementKey)
Parameters
Methods
|
Edit this page
View Source
GetCurrentApiKeyInfoAsync(RequestOptions)
Declaration
public UniTask<XAIApiKey> GetCurrentApiKeyInfoAsync(RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
GetTeamIdAsync(RequestOptions)
Declaration
public UniTask<string> GetTeamIdAsync(RequestOptions options = null)
Parameters
Returns
| Type |
Description |
| UniTask<string> |
|
|
Edit this page
View Source
ListApiKeysAsync(RequestOptions)
Declaration
public UniTask ListApiKeysAsync(RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListModelsAsync(RequestOptions)
Declaration
public UniTask<XAIModelInfo[]> ListModelsAsync(RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ValidateApiKeyAsync(RequestOptions)
Declaration
public UniTask<bool> ValidateApiKeyAsync(RequestOptions options = null)
Parameters
Returns
| Type |
Description |
| UniTask<bool> |
|
Implements
Extension Methods