startDataQualityRulesetEvaluationRun
abstract suspend fun startDataQualityRulesetEvaluationRun(input: StartDataQualityRulesetEvaluationRunRequest): StartDataQualityRulesetEvaluationRunResponse
Once you have a ruleset definition (either recommended or your own), you call this operation to evaluate the ruleset against a data source (Glue table). The evaluation computes results which you can retrieve with the GetDataQualityResult
API.