Class: Aws::Types::BedrockFoundationModelContextEnrichmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::BedrockFoundationModelContextEnrichmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enrichment_strategy_configuration ⇒ Types::EnrichmentStrategyConfiguration
Returns the value of attribute enrichment_strategy_configuration.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
Instance Attribute Details
#enrichment_strategy_configuration ⇒ Types::EnrichmentStrategyConfiguration
Returns the value of attribute enrichment_strategy_configuration.
314 315 316 |
# File 'sig/types.rbs', line 314 def enrichment_strategy_configuration @enrichment_strategy_configuration end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
315 316 317 |
# File 'sig/types.rbs', line 315 def model_arn @model_arn end |