Values_1.GetDataQualityResultResponseSourceThe response for the data quality result.
type nonrec t = {resultId : Values_0.HashString.t option;A unique result ID for the data quality result.
*)profileId : Values_0.HashString.t option;The Profile ID for the data quality result.
*)score : Values_0.GenericBoundedDouble.t option;An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.
*)dataSource : Values_0.DataSource.t option;The table associated with the data quality result, if any.
*)rulesetName : Values_0.NameString.t option;The name of the ruleset associated with the data quality result.
*)evaluationContext : Values_0.GenericString.t option;In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the evaluationContext can differentiate the nodes.
*)startedOn : Values_0.Timestamp.t option;The date and time when the run for this data quality result started.
*)completedOn : Values_0.Timestamp.t option;The date and time when the run for this data quality result was completed.
*)jobName : Values_0.NameString.t option;The job name associated with the data quality result, if any.
*)jobRunId : Values_0.HashString.t option;The job run ID associated with the data quality result, if any.
*)rulesetEvaluationRunId : Values_0.HashString.t option;The unique run ID associated with the ruleset evaluation.
*)ruleResults : Values_0.DataQualityRuleResults.t option;A list of DataQualityRuleResult objects representing the results for each rule.
*)analyzerResults : Values_0.DataQualityAnalyzerResults.t option;A list of DataQualityAnalyzerResult objects representing the results for each analyzer.
*)observations : Values_0.DataQualityObservations.t option;A list of DataQualityObservation objects representing the observations generated after evaluating the rules and analyzers.
*)aggregatedMetrics : Values_0.DataQualityAggregatedMetrics.t option;A summary of DataQualityAggregatedMetrics objects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val make :
?resultId:??? ->
?profileId:??? ->
?score:??? ->
?dataSource:??? ->
?rulesetName:??? ->
?evaluationContext:??? ->
?startedOn:??? ->
?completedOn:??? ->
?jobName:??? ->
?jobRunId:??? ->
?rulesetEvaluationRunId:??? ->
?ruleResults:??? ->
?analyzerResults:??? ->
?observations:??? ->
?aggregatedMetrics:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InternalServiceException of Values_0.InternalServiceException.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
| `InternalServiceException of Values_0.InternalServiceException.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
* [> `Double of Values_0.GenericBoundedDouble.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ]
* [> `Double of float | `String of string ])
list
| `String of string
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string
| `Structure of (string * [> `Double of float ]) list ])
list ])
list ]
list
| `String of Values_0.HashString.t
| `Structure of
(string
* [> `Double of float
| `Structure of
(string
* [> `Map of
([> `String of string ] * [> `String of string ]) list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]