Class TunedModelService
Inheritance
TunedModelService
Assembly: Glitch9.AIDevKit.Provider.Google.dll
Syntax
public class TunedModelService : CrudServiceBase<GoogleAIClient>, ICrudService, IBetaService
Constructors
|
Edit this page
View Source
TunedModelService(GoogleAIClient)
Declaration
public TunedModelService(GoogleAIClient client)
Parameters
Properties
|
Edit this page
View Source
Permissions
Declaration
public TunedModelPermissionService Permissions { get; }
Property Value
Methods
|
Edit this page
View Source
CreateAsync(TunedModel, RequestOptions)
Declaration
public UniTask<TunedModel> CreateAsync(TunedModel request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
DeleteAsync(string, RequestOptions)
Declaration
public UniTask<DeletionStatus> DeleteAsync(string modelId, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
GenerateContentAsync(GenerateContentRequest, RequestOptions)
Declaration
public UniTask<GenerateContentResponse> GenerateContentAsync(GenerateContentRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
GenerateTextAsync(GenerateTextRequest, RequestOptions)
Declaration
public UniTask<GenerateTextResponse> GenerateTextAsync(GenerateTextRequest request, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
ListAsync(TokenQuery, RequestOptions)
Declaration
public UniTask<Queried<TunedModel>> ListAsync(TokenQuery query = null, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
RetrieveAsync(string, RequestOptions)
Declaration
public UniTask<TunedModel> RetrieveAsync(string modelId, RequestOptions options = null)
Parameters
Returns
|
Edit this page
View Source
TransferOwnershipAsync(TransferOwnershipRequest, RequestOptions)
Declaration
public UniTask<bool> TransferOwnershipAsync(TransferOwnershipRequest request, RequestOptions options = null)
Parameters
Returns
| Type |
Description |
| UniTask<bool> |
|
|
Edit this page
View Source
UpdateAsync(string, IEnumerable<UpdateMask>, RequestOptions)
Declaration
public UniTask<TunedModel> UpdateAsync(string modelId, IEnumerable<UpdateMask> updateMasks, RequestOptions options = null)
Parameters
Returns
Implements
Extension Methods