Values_1.ColumnStatisticsTaskRunSourceThe object that shows the details of the column stats run.
type nonrec t = {customerId : Values_0.AccountId.t option;The Amazon Web Services account ID.
*)columnStatisticsTaskRunId : Values_0.HashString.t option;The identifier for the particular column statistics task run.
*)databaseName : Values_0.DatabaseName.t option;The database where the table resides.
*)tableName : TableName.t option;The name of the table for which column statistics is generated.
*)columnNameList : ColumnNameList.t option;A list of the column names. If none is supplied, all column names for the table will be used by default.
*)catalogID : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the table resides. If none is supplied, the Amazon Web Services account ID is used by default.
*)role : Values_0.Role.t option;The IAM role that the service assumes to generate statistics.
*)sampleSize : SampleSizePercentage.t option;The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.
*)securityConfiguration : Values_0.CrawlerSecurityConfiguration.t option;Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.
*)numberOfWorkers : PositiveInteger.t option;The number of workers used to generate column statistics. The job is preconfigured to autoscale up to 25 instances.
*)workerType : Values_0.NameString.t option;The type of workers being used for generating stats. The default is g.1x.
*)computationType : ComputationType.t option;The type of column statistics computation.
*)status : ColumnStatisticsState.t option;The status of the task run.
*)creationTime : Values_0.Timestamp.t option;The time that this task was created.
*)lastUpdated : Values_0.Timestamp.t option;The last point in time when this task was modified.
*)startTime : Values_0.Timestamp.t option;The start time of the task.
*)endTime : Values_0.Timestamp.t option;The end time of the task.
*)errorMessage : Values_0.DescriptionString.t option;The error message for the job.
*)dPUSeconds : Values_0.NonNegativeDouble.t option;The calculated DPU usage in seconds for all autoscaled workers.
*)}val make :
?customerId:??? ->
?columnStatisticsTaskRunId:??? ->
?databaseName:??? ->
?tableName:??? ->
?columnNameList:??? ->
?catalogID:??? ->
?role:??? ->
?sampleSize:??? ->
?securityConfiguration:??? ->
?numberOfWorkers:??? ->
?workerType:??? ->
?computationType:??? ->
?status:??? ->
?creationTime:??? ->
?lastUpdated:??? ->
?startTime:??? ->
?endTime:??? ->
?errorMessage:??? ->
?dPUSeconds:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of SampleSizePercentage.t
| `Enum of string
| `Integer of PositiveInteger.t
| `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.AccountId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]