Table of Contents

Class BatchService

public class BatchService : CrudService<GroqCloudClient, BatchRequest, Batch, DeletionStatus, CursorQuery>
Inheritance
object
BatchService

Constructors

BatchService(GroqCloudClient)

public BatchService(GroqCloudClient client)

Parameters

client GroqCloudClient

Methods

CancelAsync(string, RESTOptions)

public UniTask<Batch> CancelAsync(string objectId, RESTOptions options = null)

Parameters

objectId string
options RESTOptions

Returns

UniTask<Batch>