gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt.batch
/
CreateBatchRequest
Create
Batch
Request
@
Serializable
data
class
CreateBatchRequest
(
val
batch
:
BatchConfig
)
Represents a request to create a batch job.
Members
Constructors
Create
Batch
Request
Link copied to clipboard
constructor
(
batch
:
BatchConfig
)
Properties
batch
Link copied to clipboard
val
batch
:
BatchConfig
The configuration for the batch job.