startDataQualityRulesetEvaluationRun
inline suspend fun GlueClient.startDataQualityRulesetEvaluationRun(crossinline block: StartDataQualityRulesetEvaluationRunRequest.Builder.() -> Unit): 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.