Module Values_1.ModelExplainabilityBaselineConfigSource

The configuration for a baseline model explainability job.

Sourcetype nonrec t = {
  1. baseliningJobName : Values_0.ProcessingJobName.t option;
    (*

    The name of the baseline model explainability job.

    *)
  2. constraintsResource : Values_0.MonitoringConstraintsResource.t option;
}
Sourceval make : ?baseliningJobName:??? -> ?constraintsResource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ProcessingJobName.t | `Structure of (string * [> `String of string ]) list ]) 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