aws-cdk-lib.aws_sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty
interface ClarifyTextConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnEndpointConfig_ClarifyTextConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
granularity | string | CfnEndpointConfig.ClarifyTextConfigProperty.Granularity . |
language | string | CfnEndpointConfig.ClarifyTextConfigProperty.Language . |
granularity
Type:
string
CfnEndpointConfig.ClarifyTextConfigProperty.Granularity
.
language
Type:
string
CfnEndpointConfig.ClarifyTextConfigProperty.Language
.