BedrockModelDefinitions

data class BedrockModelDefinitions(val models: List<BedrockModelDefinition> = emptyList(), val embeddingModels: List<BedrockEmbeddingModelDefinition> = emptyList())

Container for Bedrock model definitions loaded from YAML.

Implements LlmAutoConfigProvider to supply Bedrock-specific model metadata for auto-configuration purposes.

Constructors

Link copied to clipboard
constructor(models: List<BedrockModelDefinition> = emptyList(), embeddingModels: List<BedrockEmbeddingModelDefinition> = emptyList())

Properties

Link copied to clipboard

list of Bedrock embedding model definitions

Link copied to clipboard

list of Bedrock LLM model definitions