BatchOutput

@Serializable
data class BatchOutput(val inlinedResponses: InlinedResponsesWrapper? = null)

The output of the batch job.

Constructors

Link copied to clipboard
constructor(inlinedResponses: InlinedResponsesWrapper? = null)

Properties

Link copied to clipboard

The list of inline responses.