Values_1.CreateModelQualityJobDefinitionResponseSourceCreates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker AI Model Monitor.
type nonrec t = {jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;The Amazon Resource Name (ARN) of the model quality monitoring job.
*)}type nonrec error = [ | `ResourceInUse of Values_0.ResourceInUse.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MonitoringJobDefinitionArn.t ]) list ]