Values_1.GetDataQualityRulesetEvaluationRunResponseSourceRetrieves a specific run where a ruleset is evaluated against a data source.
type nonrec t = {runId : Values_0.HashString.t option;The unique run identifier associated with this run.
*)dataSource : Values_0.DataSource.t option;The data source (an Glue table) associated with this evaluation run.
*)role : Values_0.RoleString.t option;An IAM role supplied to encrypt the results of the run.
*)numberOfWorkers : Values_0.NullableInteger.t option;The number of G.1X workers to be used in the run. The default is 5.
*)timeout : Values_0.Timeout.t option;The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters TIMEOUT status. The default is 2,880 minutes (48 hours).
*)additionalRunOptions : DataQualityEvaluationRunAdditionalRunOptions.t option;Additional run options you can specify for an evaluation run.
*)status : Values_0.TaskStatusType.t option;The status for this run.
*)errorString : Values_0.GenericString.t option;The error strings that are associated with the run.
*)startedOn : Values_0.Timestamp.t option;The date and time when this run started.
*)lastModifiedOn : Values_0.Timestamp.t option;A timestamp. The last point in time when this data quality rule recommendation run was modified.
*)completedOn : Values_0.Timestamp.t option;The date and time when this run was completed.
*)executionTime : Values_0.ExecutionTime.t option;The amount of time (in seconds) that the run consumed resources.
*)rulesetNames : RulesetNames.t option;A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.
*)resultIds : DataQualityResultIdList.t option;A list of result IDs for the data quality results for the run.
*)additionalDataSources : DataSourceMap.t option;A map of reference strings to additional data sources you can specify for an evaluation run.
*)}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 :
?runId:??? ->
?dataSource:??? ->
?role:??? ->
?numberOfWorkers:??? ->
?timeout:??? ->
?additionalRunOptions:??? ->
?status:??? ->
?errorString:??? ->
?startedOn:??? ->
?lastModifiedOn:??? ->
?completedOn:??? ->
?executionTime:??? ->
?rulesetNames:??? ->
?resultIds:??? ->
?additionalDataSources:??? ->
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
* [> `Enum of string
| `Integer of Values_0.NullableInteger.t
| `List of [> `String of Values_0.NameString.t ] list
| `Map of
([> `String of Values_0.NameString.t ]
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of string ]
* [> `String of string ])
list
| `String of string ])
list ])
list ])
list
| `String of Values_0.HashString.t
| `Structure of
(string
* [> `Boolean of Values_0.NullableBoolean.t
| `Enum of string
| `String of Values_0.UriString.t
| `Structure of
(string
* [> `Map of
([> `String of string ] * [> `String of string ]) list
| `String of string ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]