Values_0.ClarifyExplainerConfigSourceThe configuration parameters for the SageMaker Clarify explainer.
type nonrec t = {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.
*)inferenceConfig : ClarifyInferenceConfig.t option;The inference configuration parameter for the model container.
*)shapConfig : ClarifyShapConfig.t;The configuration for SHAP analysis.
*)}val make :
?enableExplanations:??? ->
?inferenceConfig:??? ->
shapConfig:ClarifyShapConfig.t ->
unit ->
tval 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 ]