Class: Aws::Types::KnowledgeBaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kendra_knowledge_base_configuration ⇒ Types::KendraKnowledgeBaseConfiguration
Returns the value of attribute kendra_knowledge_base_configuration.
-
#managed_knowledge_base_configuration ⇒ Types::ManagedKnowledgeBaseConfiguration
Returns the value of attribute managed_knowledge_base_configuration.
-
#sql_knowledge_base_configuration ⇒ Types::SqlKnowledgeBaseConfiguration
Returns the value of attribute sql_knowledge_base_configuration.
-
#type ⇒ "VECTOR", ...
Returns the value of attribute type.
-
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Returns the value of attribute vector_knowledge_base_configuration.
Instance Attribute Details
#kendra_knowledge_base_configuration ⇒ Types::KendraKnowledgeBaseConfiguration
Returns the value of attribute kendra_knowledge_base_configuration.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def kendra_knowledge_base_configuration @kendra_knowledge_base_configuration end |
#managed_knowledge_base_configuration ⇒ Types::ManagedKnowledgeBaseConfiguration
Returns the value of attribute managed_knowledge_base_configuration.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def managed_knowledge_base_configuration @managed_knowledge_base_configuration end |
#sql_knowledge_base_configuration ⇒ Types::SqlKnowledgeBaseConfiguration
Returns the value of attribute sql_knowledge_base_configuration.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def sql_knowledge_base_configuration @sql_knowledge_base_configuration end |
#type ⇒ "VECTOR", ...
Returns the value of attribute type.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def type @type end |
#vector_knowledge_base_configuration ⇒ Types::VectorKnowledgeBaseConfiguration
Returns the value of attribute vector_knowledge_base_configuration.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def vector_knowledge_base_configuration @vector_knowledge_base_configuration end |