Module Values_1.DescribeDataQualityJobDefinitionResponseSource

Gets the details of a data quality monitoring job definition.

Sourcetype nonrec t = {
  1. jobDefinitionArn : Values_0.MonitoringJobDefinitionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the data quality monitoring job definition.

    *)
  2. jobDefinitionName : Values_0.MonitoringJobDefinitionName.t option;
    (*

    The name of the data quality monitoring job definition.

    *)
  3. creationTime : Values_0.Timestamp.t option;
    (*

    The time that the data quality monitoring job definition was created.

    *)
  4. dataQualityBaselineConfig : Values_0.DataQualityBaselineConfig.t option;
    (*

    The constraints and baselines for the data quality monitoring job definition.

    *)
  5. dataQualityAppSpecification : Values_0.DataQualityAppSpecification.t option;
    (*

    Information about the container that runs the data quality monitoring job.

    *)
  6. dataQualityJobInput : Values_0.DataQualityJobInput.t option;
    (*

    The list of inputs for the data quality monitoring job. Currently endpoints are supported.

    *)
  7. dataQualityJobOutputConfig : Values_0.MonitoringOutputConfig.t option;
  8. jobResources : Values_0.MonitoringResources.t option;
  9. networkConfig : Values_0.MonitoringNetworkConfig.t option;
    (*

    The networking configuration for the data quality monitoring job.

    *)
  10. 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.

    *)
  11. stoppingCondition : Values_0.MonitoringStoppingCondition.t option;
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?jobDefinitionArn:??? -> ?jobDefinitionName:??? -> ?creationTime:??? -> ?dataQualityBaselineConfig:??? -> ?dataQualityAppSpecification:??? -> ?dataQualityJobInput:??? -> ?dataQualityJobOutputConfig:??? -> ?jobResources:??? -> ?networkConfig:??? -> ?roleArn:??? -> ?stoppingCondition:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t