HarnessBedrockModelConfig¶
Structure Class¶
HarnessBedrockModelConfig
dataclass
¶
Configuration for an Amazon Bedrock model provider.
Attributes¶
additional_params
class-attribute
instance-attribute
¶
Provider-specific parameters passed through to the model provider unchanged.
api_format
class-attribute
instance-attribute
¶
api_format: HarnessBedrockApiFormat | None = None
The API format to use when calling the Bedrock provider.
max_tokens
class-attribute
instance-attribute
¶
max_tokens: int | None = None
The maximum number of tokens to allow in the generated response per model call.