GetKnowledgeBaseResult

data class GetKnowledgeBaseResult(val createdAt: String? = null, val description: String? = null, val failureReasons: List<String>? = null, val knowledgeBaseArn: String? = null, val knowledgeBaseConfiguration: KnowledgeBaseConfiguration? = null, val knowledgeBaseId: String? = null, val name: String? = null, val roleArn: String? = null, val status: KnowledgeBaseStatus? = null, val tags: Map<String, String>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, failureReasons: List<String>? = null, knowledgeBaseArn: String? = null, knowledgeBaseConfiguration: KnowledgeBaseConfiguration? = null, knowledgeBaseId: String? = null, name: String? = null, roleArn: String? = null, status: KnowledgeBaseStatus? = null, tags: Map<String, String>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time at which the knowledge base was created.

Link copied to clipboard
val description: String? = null

Description of the Resource.

Link copied to clipboard
val failureReasons: List<String>? = null

A list of reasons that the API operation on the knowledge base failed.

Link copied to clipboard

The ARN of the knowledge base.

Link copied to clipboard

Contains details about the embeddings configuration of the knowledge base.

Link copied to clipboard
val knowledgeBaseId: String? = null

The unique identifier of the knowledge base.

Link copied to clipboard
val name: String? = null

The name of the knowledge base.

Link copied to clipboard
val roleArn: String? = null

The ARN of the IAM role with permissions to invoke API operations on the knowledge base. The ARN must begin with AmazonBedrockExecutionRoleForKnowledgeBase_

Link copied to clipboard

The status of the knowledge base.

Link copied to clipboard
val tags: Map<String, String>? = null

Metadata that you can assign to a resource as key-value pairs. For more information, see the following resources:

Link copied to clipboard
val updatedAt: String? = null

The time at which the knowledge base was last updated.