

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

# ProfileConfiguration
<a name="API_ProfileConfiguration"></a>

配置文件作业的配置。配置可用于选择列、进行评估并覆盖评估的默认参数。未定义配置时，配置文件作业将对所有支持的列应用默认设置。

## 目录
<a name="API_ProfileConfiguration_Contents"></a>

**注意**  
下表中首先描述了必需参数。

 ** ColumnStatisticsConfigurations **   <a name="databrew-Type-ProfileConfiguration-ColumnStatisticsConfigurations"></a>
列评估的配置列表。ColumnStatisticsConfigurations 可用于选择评估并覆盖特定列的评估参数。未定义 ColumnStatisticsConfigurations 时，配置文件作业将剖析所有受支持的列并运行所有受支持的评估。  
类型：[ColumnStatisticsConfiguration](API_ColumnStatisticsConfiguration.md) 对象数组  
数组成员：最少 1 个物品。  
必需：否

 ** DatasetStatisticsConfiguration **   <a name="databrew-Type-ProfileConfiguration-DatasetStatisticsConfiguration"></a>
列间评估的配置。配置可用于选择评估并覆盖评估的参数。未定义配置时，配置文件作业将运行所有受支持的列间评估。  
类型：[StatisticsConfiguration](API_StatisticsConfiguration.md) 对象  
必需：否

 ** EntityDetectorConfiguration **   <a name="databrew-Type-ProfileConfiguration-EntityDetectorConfiguration"></a>
配置文件作业的实体检测配置。未定义时，禁用实体检测。  
类型：[EntityDetectorConfiguration](API_EntityDetectorConfiguration.md) 对象  
必需：否

 ** ProfileColumns **   <a name="databrew-Type-ProfileConfiguration-ProfileColumns"></a>
列选择器列表。ProfileColumns 可用于从数据集中选择列。未定义 ProfileColumns 时，配置文件作业将剖析所有受支持的列。  
类型：[ColumnSelector](API_ColumnSelector.md) 对象数组  
数组成员：最少 1 个物品。  
必需：否

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

有关在特定语言的 AWS SDK 中使用此 API 的更多信息，请参阅以下内容：
+  [适用于 C\$1\$1 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForCpp/databrew-2017-07-25/ProfileConfiguration) 
+  [适用于 Java V2 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForJavaV2/databrew-2017-07-25/ProfileConfiguration) 
+  [适用于 Ruby V3 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/databrew-2017-07-25/ProfileConfiguration) 