Module Values_0.ClarifyExplainerConfigSource

The configuration parameters for the SageMaker Clarify explainer.

Sourcetype nonrec t = {
  1. enableExplanations : ClarifyEnableExplanations.t option;
    (*

    A JMESPath boolean expression used to filter which records to explain. Explanations are activated by default. See EnableExplanations for additional information.

    *)
  2. inferenceConfig : ClarifyInferenceConfig.t option;
    (*

    The inference configuration parameter for the model container.

    *)
  3. shapConfig : ClarifyShapConfig.t;
    (*

    The configuration for SHAP analysis.

    *)
}
Sourceval context_ : string
Sourceval make : ?enableExplanations:??? -> ?inferenceConfig:??? -> shapConfig:ClarifyShapConfig.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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