Class BatchService
public class BatchService : CrudService<GroqCloudClient, BatchRequest, Batch, DeletionStatus, CursorQuery>
- Inheritance
-
objectBatchService
Constructors
BatchService(GroqCloudClient)
public BatchService(GroqCloudClient client)
Parameters
clientGroqCloudClient
Methods
CancelAsync(string, RESTOptions)
public UniTask<Batch> CancelAsync(string objectId, RESTOptions options = null)
Parameters
objectIdstringoptionsRESTOptions
Returns
- UniTask<Batch>