Builder
class Builder
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
Link copied to clipboard
The embeddings model configuration details for the vector model used in Knowledge Base.
Link copied to clipboard
If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using RetrieveAndGenerate.
Functions
Link copied to clipboard
construct an aws.sdk.kotlin.services.bedrockagent.model.EmbeddingModelConfiguration inside the given block
Link copied to clipboard
fun supplementalDataStorageConfiguration(block: SupplementalDataStorageConfiguration.Builder.() -> Unit)
construct an aws.sdk.kotlin.services.bedrockagent.model.SupplementalDataStorageConfiguration inside the given block