CreateBatchRequest

@Serializable
data class CreateBatchRequest(val batch: BatchConfig)

Represents a request to create a batch job.

Constructors

Link copied to clipboard
constructor(batch: BatchConfig)

Properties

Link copied to clipboard

The configuration for the batch job.