Class BatchService
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class BatchService : CrudService<GroqCloudClient, BatchRequest, Batch, DeletionStatus, CursorQuery>, ICrudService
Constructors
|
Edit this page
View Source
BatchService(GroqCloudClient)
Declaration
public BatchService(GroqCloudClient client)
Parameters
Methods
|
Edit this page
View Source
CancelAsync(string, RequestOptions)
Declaration
public UniTask<Batch> CancelAsync(string objectId, RequestOptions options = null)
Parameters
Returns
| Type |
Description |
| UniTask<Batch> |
|
Implements
Extension Methods