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.

Describes the dataset export job created by CreateDatasetExportJob, including the export job status.

Note:

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

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

Syntax

C#
public virtual DescribeDatasetExportJobResponse DescribeDatasetExportJob(
         DescribeDatasetExportJobRequest request
)

Parameters

request
Type: Amazon.Personalize.Model.DescribeDatasetExportJobRequest

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

Return Value


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

Exceptions

ExceptionCondition
InvalidInputException Provide a valid value for the field or parameter.
ResourceNotFoundException Could not find the specified resource.

Version Information

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

See Also