Class: Aws::BedrockAgent::Types::ContextEnrichmentConfiguration

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

Overview

Context enrichment configuration is used to provide additional context to the RAG application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_foundation_model_configurationTypes::BedrockFoundationModelContextEnrichmentConfiguration

The configuration of the Amazon Bedrock foundation model used for context enrichment.



1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1706

class ContextEnrichmentConfiguration < Struct.new(
  :type,
  :bedrock_foundation_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The method used for context enrichment. It must be Amazon Bedrock foundation models.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1706

class ContextEnrichmentConfiguration < Struct.new(
  :type,
  :bedrock_foundation_model_configuration)
  SENSITIVE = []
  include Aws::Structure
end