Class CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty
An implementation for
CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty
CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Builder, CfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unit of granularity for the analysis of text features.final StringSpecifies the language of the text features in [ISO 639-1](https://docs.aws.amazon.com/ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) or ISO 639-3 code of a supported language.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEndpointConfigPropsMixin.ClarifyTextConfigProperty.Builder.
-
-
Method Details
-
getGranularity
Description copied from interface:CfnEndpointConfigPropsMixin.ClarifyTextConfigPropertyThe 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.- Specified by:
getGranularityin interfaceCfnEndpointConfigPropsMixin.ClarifyTextConfigProperty- See Also:
-
getLanguage
Description copied from interface:CfnEndpointConfigPropsMixin.ClarifyTextConfigPropertySpecifies the language of the text features in [ISO 639-1](https://docs.aws.amazon.com/ https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) or ISO 639-3 code of a supported language.For a mix of multiple languages, use code
'xx'.- Specified by:
getLanguagein interfaceCfnEndpointConfigPropsMixin.ClarifyTextConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-