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.
Exports an Explainability resource created by the CreateExplainability operation. Exported files are exported to an Amazon Simple Storage Service (Amazon S3) bucket.
You must specify a DataDestination object that includes an Amazon S3 bucket and an Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3 bucket. For more information, see aws-forecast-iam-roles.
The Status of the export job must be ACTIVE before you can access the
export in your Amazon S3 bucket. To get the status, use the DescribeExplainabilityExport
operation.
For .NET Core this operation is only available in asynchronous form. Please refer to CreateExplainabilityExportAsync.
Namespace: Amazon.ForecastService
Assembly: AWSSDK.ForecastService.dll
Version: 3.x.y.z
public virtual CreateExplainabilityExportResponse CreateExplainabilityExport( CreateExplainabilityExportRequest request )
Container for the necessary parameters to execute the CreateExplainabilityExport service method.
| Exception | Condition |
|---|---|
| InvalidInputException | We can't process the request because it includes an invalid value or a value that exceeds the valid range. |
| LimitExceededException | The limit on the number of resources per account has been exceeded. |
| ResourceAlreadyExistsException | There is already a resource with this name. Try again with a different name. |
| ResourceInUseException | The specified resource is in use. |
| ResourceNotFoundException | We can't find a resource with that Amazon Resource Name (ARN). Check the ARN and try again. |
.NET Framework:
Supported in: 4.7.2 and newer