Class: Aws::Types::ParsingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bedrock_foundation_model_configurationTypes::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.

Returns:

  • ("BEDROCK_FOUNDATION_MODEL")


2195
2196
2197
# File 'sig/types.rbs', line 2195

def parsing_strategy
  @parsing_strategy
end