View source: R/bedrockruntime_operations.R
bedrockruntime_start_async_invoke | R Documentation |
Starts an asynchronous invocation.
See https://www.paws-r-sdk.com/docs/bedrockruntime_start_async_invoke/ for full documentation.
bedrockruntime_start_async_invoke(
clientRequestToken = NULL,
modelId,
modelInput,
outputDataConfig,
tags = NULL
)
clientRequestToken |
Specify idempotency token to ensure that requests are not duplicated. |
modelId |
[required] The model to invoke. |
modelInput |
[required] Input to send to the model. |
outputDataConfig |
[required] Where to store the output. |
tags |
Tags to apply to the invocation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.