Values_1.GetDataQualityModelResponseSourceRetrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).
type nonrec t = {status : DataQualityModelStatus.t option;The training status of the data quality model.
*)startedOn : Values_0.Timestamp.t option;The timestamp when the data quality model training started.
*)completedOn : Values_0.Timestamp.t option;The timestamp when the data quality model training completed.
*)failureReason : Values_0.HashString.t option;The training failure reason.
*)}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 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
| `String of Values_0.HashString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]