personalize_list_dataset_export_jobs: Returns a list of dataset export jobs that use the given...

View source: R/personalize_operations.R

personalize_list_dataset_export_jobsR Documentation

Returns a list of dataset export jobs that use the given dataset

Description

Returns a list of dataset export jobs that use the given dataset. When a dataset is not specified, all the dataset export jobs associated with the account are listed. The response provides the properties for each dataset export job, including the Amazon Resource Name (ARN). For more information on dataset export jobs, see create_dataset_export_job. For more information on datasets, see create_dataset.

See https://www.paws-r-sdk.com/docs/personalize_list_dataset_export_jobs/ for full documentation.

Usage

personalize_list_dataset_export_jobs(
  datasetArn = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

datasetArn

The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.

nextToken

A token returned from the previous call to list_dataset_export_jobs for getting the next set of dataset export jobs (if they exist).

maxResults

The maximum number of dataset export jobs to return.


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