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
/
BatchOutput
Batch
Output
@
Serializable
data
class
BatchOutput
(
val
inlinedResponses
:
InlinedResponsesWrapper
?
=
null
)
The output of the batch job.
Members
Constructors
Batch
Output
Link copied to clipboard
constructor
(
inlinedResponses
:
InlinedResponsesWrapper
?
=
null
)
Properties
inlined
Responses
Link copied to clipboard
val
inlinedResponses
:
InlinedResponsesWrapper
?
The list of inline responses.