Lists asynchronous invocations.
See https://www.paws-r-sdk.com/docs/bedrockruntime_list_async_invokes/ for full documentation.
bedrockruntime_list_async_invokes(
submitTimeAfter = NULL,
submitTimeBefore = NULL,
statusEquals = NULL,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
Include invocations submitted after this time.
Include invocations submitted before this time.
Filter invocations by status.
The maximum number of invocations to return in one page of results.
Specify the pagination token from a previous request to retrieve the next page of results.
How to sort the response.
The sorting order for the response.