Package-level declarations
Types
Functions
Link copied to clipboard
inline suspend fun BedrockRuntimeClient.invokeModel(crossinline block: InvokeModelRequest.Builder.() -> Unit): InvokeModelResponse
Invokes the specified Bedrock model to run inference using the input provided in the request body. You use InvokeModel to run inference for text models, image models, and embedding models.
Link copied to clipboard
fun BedrockRuntimeClient.withConfig(block: BedrockRuntimeClient.Config.Builder.() -> Unit): BedrockRuntimeClient
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.