Class CfnFlywheelPropsMixin.TaskConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.comprehend.CfnFlywheelPropsMixin.TaskConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlywheelPropsMixin.TaskConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlywheelPropsMixin.TaskConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlywheelPropsMixin.TaskConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlywheelPropsMixin.TaskConfigProperty
An implementation for
CfnFlywheelPropsMixin.TaskConfigProperty-
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.comprehend.CfnFlywheelPropsMixin.TaskConfigProperty
CfnFlywheelPropsMixin.TaskConfigProperty.Builder, CfnFlywheelPropsMixin.TaskConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlywheelPropsMixin.TaskConfigProperty.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 ObjectConfiguration required for a document classification model.final ObjectConfiguration required for an entity recognition model.final StringLanguage code for the language that the model supports.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 theCfnFlywheelPropsMixin.TaskConfigProperty.Builder.
-
-
Method Details
-
getDocumentClassificationConfig
Description copied from interface:CfnFlywheelPropsMixin.TaskConfigPropertyConfiguration required for a document classification model.Returns union: either
IResolvableorCfnFlywheelPropsMixin.DocumentClassificationConfigProperty- Specified by:
getDocumentClassificationConfigin interfaceCfnFlywheelPropsMixin.TaskConfigProperty- See Also:
-
getEntityRecognitionConfig
Description copied from interface:CfnFlywheelPropsMixin.TaskConfigPropertyConfiguration required for an entity recognition model.Returns union: either
IResolvableorCfnFlywheelPropsMixin.EntityRecognitionConfigProperty- Specified by:
getEntityRecognitionConfigin interfaceCfnFlywheelPropsMixin.TaskConfigProperty- See Also:
-
getLanguageCode
Description copied from interface:CfnFlywheelPropsMixin.TaskConfigPropertyLanguage code for the language that the model supports.- Specified by:
getLanguageCodein interfaceCfnFlywheelPropsMixin.TaskConfigProperty- 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()
-