Skip to contents

Annotate 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.

See https://www.paws-r-sdk.com/docs/glue_batch_put_data_quality_statistic_annotation/ for full documentation.

Usage

glue_batch_put_data_quality_statistic_annotation(
  InclusionAnnotations,
  ClientToken = NULL
)

Arguments

InclusionAnnotations

[required] 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

Client Token.