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