Class: Aws::Types::VectorIngestionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VectorIngestionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chunking_configuration ⇒ Types::ChunkingConfiguration
Returns the value of attribute chunking_configuration.
-
#context_enrichment_configuration ⇒ Types::ContextEnrichmentConfiguration
Returns the value of attribute context_enrichment_configuration.
-
#custom_transformation_configuration ⇒ Types::CustomTransformationConfiguration
Returns the value of attribute custom_transformation_configuration.
-
#parsing_configuration ⇒ Types::ParsingConfiguration
Returns the value of attribute parsing_configuration.
Instance Attribute Details
#chunking_configuration ⇒ Types::ChunkingConfiguration
Returns the value of attribute chunking_configuration.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def chunking_configuration @chunking_configuration end |
#context_enrichment_configuration ⇒ Types::ContextEnrichmentConfiguration
Returns the value of attribute context_enrichment_configuration.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def context_enrichment_configuration @context_enrichment_configuration end |
#custom_transformation_configuration ⇒ Types::CustomTransformationConfiguration
Returns the value of attribute custom_transformation_configuration.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def custom_transformation_configuration @custom_transformation_configuration end |
#parsing_configuration ⇒ Types::ParsingConfiguration
Returns the value of attribute parsing_configuration.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def parsing_configuration @parsing_configuration end |