OutputConfig

Output configuration for a model response in a call to Converse or ConverseStream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The effort level for the model to use when generating a response. Higher effort levels allow the model to spend more time reasoning before responding. Supported values are low, medium, high, xhigh, and max.

Link copied to clipboard

Structured output parameters to control the model's text response.

Functions

Link copied to clipboard
inline fun copy(block: OutputConfig.Builder.() -> Unit = {}): OutputConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String