static KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.builder() |
|
default KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.kendraKnowledgeBaseConfiguration(Consumer<KendraKnowledgeBaseConfiguration.Builder> kendraKnowledgeBaseConfiguration) |
Settings for an Amazon Kendra knowledge base.
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.kendraKnowledgeBaseConfiguration(KendraKnowledgeBaseConfiguration kendraKnowledgeBaseConfiguration) |
Settings for an Amazon Kendra knowledge base.
|
default KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.sqlKnowledgeBaseConfiguration(Consumer<SqlKnowledgeBaseConfiguration.Builder> sqlKnowledgeBaseConfiguration) |
Specifies configurations for a knowledge base connected to an SQL database.
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.sqlKnowledgeBaseConfiguration(SqlKnowledgeBaseConfiguration sqlKnowledgeBaseConfiguration) |
Specifies configurations for a knowledge base connected to an SQL database.
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.toBuilder() |
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.type(String type) |
The type of data that the data source is converted into for the knowledge base.
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.type(KnowledgeBaseType type) |
The type of data that the data source is converted into for the knowledge base.
|
default KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration) |
Contains details about the model that's used to convert the data source into vector embeddings.
|
KnowledgeBaseConfiguration.Builder |
KnowledgeBaseConfiguration.Builder.vectorKnowledgeBaseConfiguration(VectorKnowledgeBaseConfiguration vectorKnowledgeBaseConfiguration) |
Contains details about the model that's used to convert the data source into vector embeddings.
|