@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / BedrockFoundationModelProps
readonlyoptionallegacy: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
readonlyoptionaloptimizedForAgents:boolean
Currently, some of the offered models are optimized with prompts/parsers fine-tuned for integrating with the agents architecture.
- false
readonlyoptionalsupportedVectorType:VectorType[]
Embeddings models have different supported vector types
readonlyoptionalsupportsAgents:boolean
Bedrock Agents can use this model.
- false
readonlyoptionalsupportsCrossRegion:boolean
Can be used with a Cross-Region Inference Profile
- false
readonlyoptionalsupportsKnowledgeBase:boolean
Bedrock Knowledge Base can use this model.
- false
readonlyoptionalvectorDimensions:number
Embedding models have different vector dimensions. Only applicable for embedding models.