Class CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.comprehend.CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty
@Stability(Stable)
@Internal
public static final class CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty
An implementation for
CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty-
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.CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty
CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Builder, CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.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 StringgetS3Uri()The S3 URI location of the training documents specified in the S3Uri CSV file.final StringThe S3 URI location of the test documents included in the TestS3Uri CSV file.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
protected Jsii$Proxy(CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty.Builder.
-
-
Method Details
-
getS3Uri
Description copied from interface:CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsPropertyThe S3 URI location of the training documents specified in the S3Uri CSV file.- Specified by:
getS3Uriin interfaceCfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty- See Also:
-
getTestS3Uri
Description copied from interface:CfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsPropertyThe S3 URI location of the test documents included in the TestS3Uri CSV file.This field is not required if you do not specify a test CSV file.
- Specified by:
getTestS3Uriin interfaceCfnDocumentClassifierPropsMixin.DocumentClassifierDocumentsProperty- 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()
-