Class: Aws::Types::KnowledgeBaseConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kendra_knowledge_base_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • ("VECTOR", "KENDRA", "SQL", "MANAGED")


1612
1613
1614
# File 'sig/types.rbs', line 1612

def type
  @type
end

#vector_knowledge_base_configurationTypes::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