Class CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.comprehend.CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
An implementation for
CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.comprehend.CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Builder, CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.final String
getS3Uri()
When you use theOutputDataConfig
object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix and other output files.final int
hashCode()
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(CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty.Builder
.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.The KmsKeyId can be one of the following formats:
- KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab"
- Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
- KMS Key Alias:
"alias/ExampleAlias"
- ARN of a KMS Key Alias:
"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"
- Specified by:
getKmsKeyId
in interfaceCfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
- See Also:
- KMS Key ID:
-
getS3Uri
Description copied from interface:CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
When you use theOutputDataConfig
object while creating a custom classifier, you specify the Amazon S3 location where you want to write the confusion matrix and other output files.The URI must be in the same Region as the API endpoint that you are calling. The location is used as the prefix for the actual location of this output file.
When the custom classifier job is finished, the service creates the output file in a directory specific to the job. The
S3Uri
field contains the location of the output file, calledoutput.tar.gz
. It is a compressed archive that contains the confusion matrix.- Specified by:
getS3Uri
in interfaceCfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-