GetKnowledgeBaseResult

data class GetKnowledgeBaseResult(val knowledgeBaseArn: String? = null, val knowledgeBaseId: String? = null, val renderingConfiguration: KnowledgeBaseRenderingConfiguration? = null, val vectorIngestionConfiguration: KnowledgeBaseVectorIngestionConfiguration? = null)

Constructors

Link copied to clipboard
constructor(knowledgeBaseArn: String? = null, knowledgeBaseId: String? = null, renderingConfiguration: KnowledgeBaseRenderingConfiguration? = null, vectorIngestionConfiguration: KnowledgeBaseVectorIngestionConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the knowledge base.

Link copied to clipboard
val knowledgeBaseId: String? = null

The ID of the knowledge base.

Link copied to clipboard

Information about how to render the content.

Link copied to clipboard

Contains details about how to ingest the documents in a data source.