Class: Aws::BedrockAgent::Types::VectorKnowledgeBaseConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::VectorKnowledgeBaseConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Configurations for a vector knowledge base.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#embedding_model_arn ⇒ String
Arn of a Bedrock model.
Instance Attribute Details
#embedding_model_arn ⇒ String
Arn of a Bedrock model.
3383 3384 3385 3386 3387 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3383 class VectorKnowledgeBaseConfiguration < Struct.new( :embedding_model_arn) SENSITIVE = [] include Aws::Structure end |