aws-cdk-lib.aws_sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty

interface ClarifyTextConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_ClarifyTextConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnEndpointConfig » ClarifyTextConfigProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const clarifyTextConfigProperty: sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty = {
  granularity: 'granularity',
  language: 'language',
};

Properties

NameTypeDescription
granularitystringCfnEndpointConfig.ClarifyTextConfigProperty.Granularity.
languagestringCfnEndpointConfig.ClarifyTextConfigProperty.Language.

granularity

Type: string

CfnEndpointConfig.ClarifyTextConfigProperty.Granularity.


language

Type: string

CfnEndpointConfig.ClarifyTextConfigProperty.Language.