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 a predictor backtest export job created using the CreatePredictorBacktestExportJob operation.

In addition to listing the properties provided by the user in the CreatePredictorBacktestExportJob request, this operation lists the following properties:

Note:

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

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

Syntax

C#
public abstract DescribePredictorBacktestExportJobResponse DescribePredictorBacktestExportJob(
         DescribePredictorBacktestExportJobRequest request
)

Parameters

request
Type: Amazon.ForecastService.Model.DescribePredictorBacktestExportJobRequest

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

Return Value


The response from the DescribePredictorBacktestExportJob service method, as returned by ForecastService.

Exceptions

ExceptionCondition
InvalidInputException We can't process the request because it includes an invalid value or a value that exceeds the valid range.
ResourceNotFoundException We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again.

Version Information

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

See Also