Package-level declarations
Functions
Link copied to clipboard
inline suspend fun BedrockAgentRuntimeClient.retrieve(crossinline block: RetrieveRequest.Builder.() -> Unit): RetrieveResponse
Retrieve from knowledge base.
Link copied to clipboard
inline suspend fun BedrockAgentRuntimeClient.retrieveAndGenerate(crossinline block: RetrieveAndGenerateRequest.Builder.() -> Unit): RetrieveAndGenerateResponse
RetrieveAndGenerate API
Link copied to clipboard
fun BedrockAgentRuntimeClient.withConfig(block: BedrockAgentRuntimeClient.Config.Builder.() -> Unit): BedrockAgentRuntimeClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.