simpleBedrockExecutor
fun simpleBedrockExecutor(awsAccessKeyId: String, awsSecretAccessKey: String, settings: BedrockClientSettings = BedrockClientSettings()): SingleLLMPromptExecutor(source)
Creates an instance of SingleLLMPromptExecutor
with a BedrockLLMClient
.
Parameters
awsAccessKeyId
Your AWS Access Key ID.
awsSecretAccessKey
Your AWS Secret Access Key.
settings
Custom client settings for region and timeouts.