bedrockruntime_start_async_invoke {paws.machine.learning} | R Documentation |
Starts an asynchronous invocation
Description
Starts an asynchronous invocation.
See https://www.paws-r-sdk.com/docs/bedrockruntime_start_async_invoke/ for full documentation.
Usage
bedrockruntime_start_async_invoke(
clientRequestToken = NULL,
modelId,
modelInput,
outputDataConfig,
tags = NULL
)
Arguments
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. |
[Package paws.machine.learning version 0.9.0 Index]