Gets a list of the batch segment jobs that have been performed off of a solution version that you specify
Source:R/personalize_operations.R
personalize_list_batch_segment_jobs.RdGets a list of the batch segment jobs that have been performed off of a solution version that you specify.
See https://www.paws-r-sdk.com/docs/personalize_list_batch_segment_jobs/ for full documentation.
Usage
personalize_list_batch_segment_jobs(
solutionVersionArn = NULL,
nextToken = NULL,
maxResults = NULL
)Arguments
- solutionVersionArn
The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.
- nextToken
The token to request the next page of results.
- maxResults
The maximum number of batch segment job results to return in each page. The default value is 100.