Values_0.BatchPutDataQualityStatisticAnnotationRequestSourceAnnotate datapoints over time for a specific data quality statistic. The API requires both profileID and statisticID as part of the InclusionAnnotation input. The API only works for a single statisticId across multiple profiles.
type nonrec t = {inclusionAnnotations : InclusionAnnotationList.t;A list of DatapointInclusionAnnotation's. The InclusionAnnotations must contain a profileId and statisticId. If there are multiple InclusionAnnotations, the list must refer to a single statisticId across multiple profileIds.
*)clientToken : HashString.t option;Client Token.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of HashString.t ])
list ]
list
| `String of HashString.t ])
list ]