Class: Aws::Types::ParsingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParsingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfigurationForParsing
Returns the value of attribute bedrock_foundation_model_configuration.
-
#parsing_strategy ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute parsing_strategy.
Instance Attribute Details
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfigurationForParsing
Returns the value of attribute bedrock_foundation_model_configuration.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def bedrock_foundation_model_configuration @bedrock_foundation_model_configuration end |
#parsing_strategy ⇒ "BEDROCK_FOUNDATION_MODEL"
Returns the value of attribute parsing_strategy.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def parsing_strategy @parsing_strategy end |