

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

# 获取摘要文件和评估清单快照 (SDK)
<a name="im-access-summary-evaluation-manifest"></a>

要获得训练结果，请致电[DescribeProjectVersions](https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DescribeProjectVersions)。有关示例代码，请参阅[描述模型 (SDK)](md-describing-model-sdk.md)。

这些指标的位置将在 `DescribeProjectVersions` 的 `ProjectVersionDescription` 响应中返回。
+ `EvaluationResult`：摘要文件的位置。
+ `TestingDataResult`：用于测试的评估清单快照的位置。

F1 分数和摘要文件位置将在 `EvaluationResult` 中返回。例如：

```
"EvaluationResult": {
                "F1Score": 1.0,
                "Summary": {
                    "S3Object": {
                        "Bucket": "echo-dot-scans",
                        "Name": "test-output/EvaluationResultSummary-my-echo-dots-project-v2.json"
                    }
                }
            }
```

评估清单快照存储在您在[训练模型（SDK）](training-model.md#tm-sdk)中指定的 ` --output-config` 输入参数中指定的位置。

**注意**  
`BillableTrainingTimeInSeconds` 中会返回您需要付费的训练时长（以秒为单位）。

有关 Amazon Rekognition Custom Labels 返回的指标的信息，请参阅[获取 Amazon Rekognition Custom Labels 评估指标 (SDK)](im-metrics-api.md)。