InlinedResponse

@Serializable
data class InlinedResponse(val response: GenerateContentResponse? = null, val metadata: Map<String, String>? = null, val error: JobError? = null)

Config for inlined_responses parameter.

Constructors

Link copied to clipboard
constructor(response: GenerateContentResponse? = null, metadata: Map<String, String>? = null, error: JobError? = null)

Properties

Link copied to clipboard
val error: JobError? = null

The error encountered while processing the request.

Link copied to clipboard
val metadata: Map<String, String>? = null

The metadata to be associated with the request.

Link copied to clipboard

The response to the request.