AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListDatasetImportJobsAsync.

Namespace: Amazon.Personalize
Assembly: AWSSDK.Personalize.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListDatasetImportJobsResponse ListDatasetImportJobs(
         ListDatasetImportJobsRequest request
)

Parameters

request
Type: Amazon.Personalize.Model.ListDatasetImportJobsRequest

Container for the necessary parameters to execute the ListDatasetImportJobs service method.

Return Value


The response from the ListDatasetImportJobs service method, as returned by Personalize.

Exceptions

ExceptionCondition
InvalidInputException Provide a valid value for the field or parameter.
InvalidNextTokenException The token is not valid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also