Module Values_0.ExplainerConfigSource

A parameter to activate explainers.

Sourcetype nonrec t = {
  1. clarifyExplainerConfig : ClarifyExplainerConfig.t option;
    (*

    A member of ExplainerConfig that contains configuration parameters for the SageMaker Clarify explainer.

    *)
}
Sourceval make : ?clarifyExplainerConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ClarifyEnableExplanations.t | `Structure of (string * [> `Boolean of ClarifyShapUseLogit.t | `Integer of ClarifyMaxRecordCount.t | `List of [> `Enum of string | `String of ClarifyHeader.t ] list | `String of ClarifyFeaturesAttribute.t | `Structure of (string * [> `Enum of string | `String of ClarifyMimeType.t ]) list ]) list ]) 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