

 Amazon Forecast 不再向新买家开放。Amazon Forecast 的现有客户可以继续照常使用该服务。[了解更多](https://aws.amazon.com/blogs/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/)

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# WhatIfForecastExportSummary
<a name="API_WhatIfForecastExportSummary"></a>

提供 [ListWhatIfForecastExports](API_ListWhatIfForecastExports.md) 操作中所用假设分析预测导出属性的摘要。要获取完整的属性集，请调用 [DescribeWhatIfForecastExport](API_DescribeWhatIfForecastExport.md) 操作并提供摘要中列出的 `WhatIfForecastExportArn`。

## 内容
<a name="API_WhatIfForecastExportSummary_Contents"></a>

 ** CreationTime **   <a name="forecast-Type-WhatIfForecastExportSummary-CreationTime"></a>
创建假设分析预测导出的时间。  
类型：时间戳  
必需：否

 ** Destination **   <a name="forecast-Type-WhatIfForecastExportSummary-Destination"></a>
导出预测的 Amazon Simple Storage Service (Amazon S3) 存储桶的路径。  
类型：[DataDestination](API_DataDestination.md) 对象  
必需：否

 ** LastModificationTime **   <a name="forecast-Type-WhatIfForecastExportSummary-LastModificationTime"></a>
上次修改资源的时间。时间戳取决于作业的状态：  
+  `CREATE_PENDING` - `CreationTime`。
+  `CREATE_IN_PROGRESS` - 当前时间戳。
+  `CREATE_STOPPING` - 当前时间戳。
+  `CREATE_STOPPED` - 当作业停止时。
+  `ACTIVE` 或者 `CREATE_FAILED` - 当作业完成或失败时。
类型：时间戳  
必需：否

 ** Message **   <a name="forecast-Type-WhatIfForecastExportSummary-Message"></a>
如果出现错误，则为有关该错误的指示性信息。  
类型：字符串  
必需：否

 ** Status **   <a name="forecast-Type-WhatIfForecastExportSummary-Status"></a>
假设分析预测导出的状态。状态包括：  
+  `ACTIVE` 
+  `CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED` 
+  `CREATE_STOPPING`, `CREATE_STOPPED` 
+  `DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED` 
假设分析的 `Status` 必须为 `ACTIVE`，您才能访问分析。
类型：字符串  
长度约束：最大长度为 256。  
必需：否

 ** WhatIfForecastArns **   <a name="forecast-Type-WhatIfForecastExportSummary-WhatIfForecastArns"></a>
一组 Amazon 资源名称 (ARNs)，用于定义导出中包含的假设预测。  
类型：字符串数组  
数组成员：最少 1 个物品。最多 50 项。  
长度限制：最大长度为 300。  
模式：`arn:([a-z\d-]+):forecast:.*:.*:.+`  
必需：否

 ** WhatIfForecastExportArn **   <a name="forecast-Type-WhatIfForecastExportSummary-WhatIfForecastExportArn"></a>
假设分析预测导出的 Amazon 资源名称（ARN）。  
类型：字符串  
长度限制：最大长度为 300。  
模式：`arn:([a-z\d-]+):forecast:.*:.*:.+`  
必需：否

 ** WhatIfForecastExportName **   <a name="forecast-Type-WhatIfForecastExportSummary-WhatIfForecastExportName"></a>
假设分析预测导出的名称。  
类型：字符串  
长度限制：最小长度为 1。最大长度为 63。  
模式：`^[a-zA-Z][a-zA-Z0-9_]*`  
必需：否

## 另请参阅
<a name="API_WhatIfForecastExportSummary_SeeAlso"></a>

有关以特定语言之一使用此 API 的更多信息 AWS SDKs，请参阅以下内容：
+  [AWS 适用于 C\+\+ 的 SDK](https://docs.aws.amazon.com/goto/SdkForCpp/forecast-2018-06-26/WhatIfForecastExportSummary) 
+  [AWS 适用于 Java 的 SDK V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/forecast-2018-06-26/WhatIfForecastExportSummary) 
+  [AWS 适用于 Ruby V3 的 SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/forecast-2018-06-26/WhatIfForecastExportSummary) 