Class: Aws::Types::ParsingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParsingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_data_automation_configuration ⇒ Types::BedrockDataAutomationConfiguration
Returns the value of attribute bedrock_data_automation_configuration.
-
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
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_data_automation_configuration ⇒ Types::BedrockDataAutomationConfiguration
Returns the value of attribute bedrock_data_automation_configuration.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def bedrock_data_automation_configuration @bedrock_data_automation_configuration end |
#bedrock_foundation_model_configuration ⇒ Types::BedrockFoundationModelConfiguration
Returns the value of attribute bedrock_foundation_model_configuration.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def bedrock_foundation_model_configuration @bedrock_foundation_model_configuration end |
#parsing_strategy ⇒ "BEDROCK_FOUNDATION_MODEL", ...
Returns the value of attribute parsing_strategy.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def parsing_strategy @parsing_strategy end |