Class: Aws::BedrockAgent::Types::EnrichmentStrategyConfiguration

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

Overview

The strategy used for performing context enrichment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#methodString

The method used for the context enrichment strategy.



3777
3778
3779
3780
3781
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3777

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