personalize_list_batch_inference_jobs: Gets a list of the batch inference jobs that have been...

View source: R/personalize_operations.R

personalize_list_batch_inference_jobsR Documentation

Gets a list of the batch inference jobs that have been performed off of a solution version

Description

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.

Usage

personalize_list_batch_inference_jobs(
  solutionVersionArn = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

solutionVersionArn

The Amazon Resource Name (ARN) of the solution version from which the batch inference jobs were created.

nextToken

The token to request the next page of results.

maxResults

The maximum number of batch inference job results to return in each page. The default value is 100.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.