Class: Aws::LexModelsV2::Types::BedrockKnowledgeStoreConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Contains details about the configuration of a Amazon Bedrock knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_knowledge_base_arnString

The ARN of the knowledge base used.

Returns:

  • (String)


1848
1849
1850
1851
1852
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1848

class BedrockKnowledgeStoreConfiguration < Struct.new(
  :bedrock_knowledge_base_arn)
  SENSITIVE = []
  include Aws::Structure
end