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
/
BatchJobResponse
Batch
Job
Response
@
Serializable
data
class
BatchJobResponse
(
val
inlinedResponses
:
InlinedResponsesWrapper
?
=
null
)
The response payload of a completed batch job.
Members
Constructors
Batch
Job
Response
Link copied to clipboard
constructor
(
inlinedResponses
:
InlinedResponsesWrapper
?
=
null
)
Properties
inlined
Responses
Link copied to clipboard
@
SerialName
(
value
=
"inlinedResponses"
)
val
inlinedResponses
:
InlinedResponsesWrapper
?
The list of inline responses.