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.
3376 3377 3378 |
# File 'sig/types.rbs', line 3376 def external_sources_configuration @external_sources_configuration end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Returns the value of attribute knowledge_base_configuration.
3375 3376 3377 |
# File 'sig/types.rbs', line 3375 def knowledge_base_configuration @knowledge_base_configuration end |
#type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_SOURCES"
Returns the value of attribute type.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def type @type end |