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.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def external_sources_configuration @external_sources_configuration end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseRetrieveAndGenerateConfiguration
Returns the value of attribute knowledge_base_configuration.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def knowledge_base_configuration @knowledge_base_configuration end |
#type ⇒ "KNOWLEDGE_BASE", "EXTERNAL_SOURCES"
Returns the value of attribute type.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def type @type end |