Values_1.DescribeDataQualityJobDefinitionResponseSourceGets the details of a data quality monitoring job definition.
type nonrec t = {jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;The Amazon Resource Name (ARN) of the data quality monitoring job definition.
*)jobDefinitionName : Values_0.MonitoringJobDefinitionName.t option;The name of the data quality monitoring job definition.
*)creationTime : Values_0.Timestamp.t option;The time that the data quality monitoring job definition was created.
*)dataQualityBaselineConfig : Values_0.DataQualityBaselineConfig.t option;The constraints and baselines for the data quality monitoring job definition.
*)dataQualityAppSpecification : Values_0.DataQualityAppSpecification.t option;Information about the container that runs the data quality monitoring job.
*)dataQualityJobInput : Values_0.DataQualityJobInput.t option;The list of inputs for the data quality monitoring job. Currently endpoints are supported.
*)dataQualityJobOutputConfig : Values_0.MonitoringOutputConfig.t option;jobResources : Values_0.MonitoringResources.t option;networkConfig : Values_0.MonitoringNetworkConfig.t option;The networking configuration for the data quality monitoring job.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
*)stoppingCondition : Values_0.MonitoringStoppingCondition.t option;}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?jobDefinitionArn:??? ->
?jobDefinitionName:??? ->
?creationTime:??? ->
?dataQualityBaselineConfig:??? ->
?dataQualityAppSpecification:??? ->
?dataQualityJobInput:??? ->
?dataQualityJobOutputConfig:??? ->
?jobResources:??? ->
?networkConfig:??? ->
?roleArn:??? ->
?stoppingCondition:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.MonitoringJobDefinitionArn.t
| `Structure of
(string
* [> `Boolean of bool
| `Integer of int
| `List of
[> `String of string
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string
| `Structure of
(string
* [> `Double of float
| `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Structure of (string * [> `Boolean of bool ]) list ])
list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]