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_data_automation_configurationTypes::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_configurationTypes::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.

Returns:

  • ("BEDROCK_FOUNDATION_MODEL", "BEDROCK_DATA_AUTOMATION", "SMART_PARSING", "MULTI_MODAL_EMBEDDINGS")


2133
2134
2135
# File 'sig/types.rbs', line 2133

def parsing_strategy
  @parsing_strategy
end