UpdateKnowledgeBaseRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a new description for the knowledge base.

Link copied to clipboard

Specifies the configuration for the embeddings model used for the knowledge base. You must use the same configuration as when the knowledge base was created.

Link copied to clipboard

The unique identifier of the knowledge base to update.

Link copied to clipboard
val name: String?

Specifies a new name for the knowledge base.

Link copied to clipboard

Specifies a different Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.

Link copied to clipboard

Specifies the configuration for the vector store used for the knowledge base. You must use the same configuration as when the knowledge base was created.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String