@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / BedrockFoundationModelProps
readonly
optional
legacy:boolean
https://docs.aws.amazon.com/bedrock/latest/userguide/model-lifecycle.html A version is marked Legacy when there is a more recent version which provides superior performance. Amazon Bedrock sets an EOL date for Legacy versions.
- false
readonly
optional
optimizedForAgents:boolean
Currently, some of the offered models are optimized with prompts/parsers fine-tuned for integrating with the agents architecture.
- false
readonly
optional
supportedVectorType:VectorType
[]
Embeddings models have different supported vector types
readonly
optional
supportsAgents:boolean
Bedrock Agents can use this model.
- false
readonly
optional
supportsCrossRegion:boolean
Can be used with a Cross-Region Inference Profile
- false
readonly
optional
supportsKnowledgeBase:boolean
Bedrock Knowledge Base can use this model.
- false
readonly
optional
vectorDimensions:number
Embedding models have different vector dimensions. Only applicable for embedding models.