Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClarifyExplainerConfig

import type { ClarifyExplainerConfig } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

The configuration parameters for the SageMaker Clarify explainer.

interface ClarifyExplainerConfig {
EnableExplanations?: string | null;
InferenceConfig?: ClarifyInferenceConfig | null;
ShapConfig: ClarifyShapConfig;
}

§Properties

§
EnableExplanations?: string | null
[src]

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

§
InferenceConfig?: ClarifyInferenceConfig | null
[src]

The inference configuration parameter for the model container.

§

The configuration for SHAP analysis.