Gets a list of the batch inference jobs that have been performed off of a solution version.
See https://www.paws-r-sdk.com/docs/personalize_list_batch_inference_jobs/ for full documentation.
personalize_list_batch_inference_jobs(
solutionVersionArn = NULL,
nextToken = NULL,
maxResults = NULL
)
The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.
The token to request the next page of results.
The maximum number of batch inference job results to return in each page. The default value is 100.