bedrockruntime_start_async_invoke: Starts an asynchronous invocation

View source: R/bedrockruntime_operations.R

bedrockruntime_start_async_invokeR 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.


paws.machine.learning documentation built on April 3, 2025, 8:41 p.m.