Class: Aws::Types::ContextEnrichmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContextEnrichmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelContextEnrichmentConfiguration
Returns the value of attribute bedrock_foundation_model_configuration.
-
#type ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute type.
Instance Attribute Details
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelContextEnrichmentConfiguration
Returns the value of attribute bedrock_foundation_model_configuration.
394 395 396 |
# File 'sig/types.rbs', line 394 def bedrock_foundation_model_configuration @bedrock_foundation_model_configuration end |
#type ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute type.
393 394 395 |
# File 'sig/types.rbs', line 393 def type @type end |