ConverseResponse

Types

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

Properties

Link copied to clipboard

Additional fields in the response that are unique to the model.

Link copied to clipboard

Metrics for the call to Converse.

Link copied to clipboard

The result from the call to Converse.

Link copied to clipboard

Model performance settings for the request.

Link copied to clipboard

The reason why the model stopped generating output.

Link copied to clipboard

A trace object that contains information about the Guardrail behavior.

Link copied to clipboard

The total number of tokens used in the call to Converse. The total includes the tokens input to the model and the tokens generated by the model.

Functions

Link copied to clipboard
inline fun copy(block: ConverseResponse.Builder.() -> Unit = {}): ConverseResponse
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