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

ClarifyTextConfig

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

A parameter used to configure the SageMaker Clarify explainer to treat text features as text so that explanations are provided for individual units of text. Required only for natural language processing (NLP) explainability.

interface ClarifyTextConfig {}

§Properties

§

The unit of granularity for the analysis of text features. For example, if the unit is 'token', then each token (like a word in English) of the text is treated as a feature. SHAP values are computed for each unit/feature.

§

Specifies the language of the text features in ISO 639-1 or ISO 639-3 code of a supported language.

Note: For a mix of multiple languages, use code 'xx'.