CreateKnowledgeBaseRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

Link copied to clipboard

A description of the knowledge base.

Link copied to clipboard

Contains details about the embeddings model used for the knowledge base.

Link copied to clipboard
val name: String?

A name for the knowledge base.

Link copied to clipboard

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

Link copied to clipboard

Contains details about the configuration of the vector database used for the knowledge base.

Link copied to clipboard

Specify the key-value pairs for the tags that you want to attach to your knowledge base in this object.

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