Values_1.GetColumnStatisticsTaskRunResponseSourceGet the associated metadata/information for a task run, given a task run ID.
type nonrec t = {columnStatisticsTaskRun : ColumnStatisticsTaskRun.t option;A ColumnStatisticsTaskRun object representing the details of the column stats run.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]