Class: Aws::BedrockAgent::Types::EnrichmentStrategyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::EnrichmentStrategyConfiguration
- 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
-
#method ⇒ String
The method used for the context enrichment strategy.
Instance Attribute Details
#method ⇒ String
The method used for the context enrichment strategy.
3918 3919 3920 3921 3922 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3918 class EnrichmentStrategyConfiguration < Struct.new( :method) SENSITIVE = [] include Aws::Structure end |