InlinedEmbedContentResponse

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

Config for inlined_embedding_responses parameter.

Constructors

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

Properties

Link copied to clipboard
val error: JobError? = null

Output only. The error encountered while processing the request.

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

Output only. The metadata associated with the request.

Link copied to clipboard

Output only. The response to the request.