HarnessBedrockModelConfig

Configuration for an Amazon Bedrock model provider.

Types

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

Properties

Link copied to clipboard

The maximum number of tokens to allow in the generated response per iteration.

Link copied to clipboard

The Bedrock model ID.

Link copied to clipboard

The temperature to set when calling the model.

Link copied to clipboard
val topP: Float?

The topP set when calling the model.

Functions

Link copied to clipboard
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