Class CfnEndpointConfig.ClarifyTextConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointConfig.ClarifyTextConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointConfig.ClarifyTextConfigProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointConfig.ClarifyTextConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointConfig.ClarifyTextConfigProperty
An implementation for
CfnEndpointConfig.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.services.sagemaker.CfnEndpointConfig.ClarifyTextConfigProperty
CfnEndpointConfig.ClarifyTextConfigProperty.Builder, CfnEndpointConfig.ClarifyTextConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointConfig.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 theCfnEndpointConfig.ClarifyTextConfigProperty.Builder.
-
-
Method Details
-
getGranularity
Description copied from interface:CfnEndpointConfig.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 interfaceCfnEndpointConfig.ClarifyTextConfigProperty- See Also:
-
getLanguage
Description copied from interface:CfnEndpointConfig.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 interfaceCfnEndpointConfig.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()
-