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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 base ARN of the knowledge base used.

Returns:

  • (String)


1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1878

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

#exact_responseBoolean

Specifies whether to return an exact response, or to return an answer generated by the model, using the fields you specify from the database.

Returns:

  • (Boolean)


1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1878

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

#exact_response_fieldsTypes::BedrockKnowledgeStoreExactResponseFields

Contains the names of the fields used for an exact response to the user.



1878
1879
1880
1881
1882
1883
1884
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1878

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