Class: Aws::Types::RetrieveAndGenerateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RetrieveAndGenerateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_sources_configuration ⇒ Types::ExternalSourcesRetrieveAndGenerateConfiguration
Returns the value of attribute external_sources_configuration.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_SOURCES"
Returns the value of attribute type.
Instance Attribute Details
#external_sources_configuration ⇒ Types::ExternalSourcesRetrieveAndGenerateConfiguration
Returns the value of attribute external_sources_configuration.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def external_sources_configuration @external_sources_configuration end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Returns the value of attribute knowledge_base_configuration.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def knowledge_base_configuration @knowledge_base_configuration end |
#type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_SOURCES"
Returns the value of attribute type.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def type @type end |