Builder
Properties
Contains configurations for a guardrail to apply during query and response generation for the knowledge base in this configuration.
Contains inference configurations for the prompt.
The unique identifier of the knowledge base to query.
The unique identifier of the model or inference profile to use to generate a response from the query results. Omit this field if you want to return the retrieved results as an array.
The number of results to retrieve from the knowledge base.
The configuration for orchestrating the retrieval and generation process in the knowledge base node.
A custom prompt template to use with the knowledge base for generating responses.
The configuration for reranking the retrieved results from the knowledge base to improve relevance.
Functions
construct an aws.sdk.kotlin.services.bedrockagent.model.GuardrailConfiguration inside the given block
construct an aws.sdk.kotlin.services.bedrockagent.model.KnowledgeBaseOrchestrationConfiguration inside the given block
construct an aws.sdk.kotlin.services.bedrockagent.model.KnowledgeBasePromptTemplate inside the given block
construct an aws.sdk.kotlin.services.bedrockagent.model.VectorSearchRerankingConfiguration inside the given block