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