Namespace Amazon.CDK.AWS.Comprehend
AWS::Comprehend Construct Library
This module is part of the AWS Cloud Development Kit project.
using Amazon.CDK.AWS.Comprehend;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::Comprehend.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Classes
CfnDocumentClassifier | This resource creates and trains a document classifier to categorize documents. |
CfnDocumentClassifier.AugmentedManifestsListItemProperty | An augmented manifest file that provides training data for your custom model. |
CfnDocumentClassifier.DocumentClassifierDocumentsProperty | The location of the training documents. |
CfnDocumentClassifier.DocumentClassifierInputDataConfigProperty | The input properties for training a document classifier. |
CfnDocumentClassifier.DocumentClassifierOutputDataConfigProperty | Provide the location for output data from a custom classifier job. |
CfnDocumentClassifier.DocumentReaderConfigProperty | Provides configuration parameters to override the default actions for extracting text from PDF documents and image files. |
CfnDocumentClassifier.VpcConfigProperty | Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. |
CfnDocumentClassifierProps | Properties for defining a |
CfnFlywheel | A flywheel is an AWS resource that orchestrates the ongoing training of a model for custom classification or custom entity recognition. |
CfnFlywheel.DataSecurityConfigProperty | Data security configuration. |
CfnFlywheel.DocumentClassificationConfigProperty | Configuration required for a document classification model. |
CfnFlywheel.EntityRecognitionConfigProperty | Configuration required for an entity recognition model. |
CfnFlywheel.EntityTypesListItemProperty | An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer. |
CfnFlywheel.TaskConfigProperty | Configuration about the model associated with a flywheel. |
CfnFlywheel.VpcConfigProperty | Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. |
CfnFlywheelProps | Properties for defining a |
Interfaces
CfnDocumentClassifier.IAugmentedManifestsListItemProperty | An augmented manifest file that provides training data for your custom model. |
CfnDocumentClassifier.IDocumentClassifierDocumentsProperty | The location of the training documents. |
CfnDocumentClassifier.IDocumentClassifierInputDataConfigProperty | The input properties for training a document classifier. |
CfnDocumentClassifier.IDocumentClassifierOutputDataConfigProperty | Provide the location for output data from a custom classifier job. |
CfnDocumentClassifier.IDocumentReaderConfigProperty | Provides configuration parameters to override the default actions for extracting text from PDF documents and image files. |
CfnDocumentClassifier.IVpcConfigProperty | Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. |
CfnFlywheel.IDataSecurityConfigProperty | Data security configuration. |
CfnFlywheel.IDocumentClassificationConfigProperty | Configuration required for a document classification model. |
CfnFlywheel.IEntityRecognitionConfigProperty | Configuration required for an entity recognition model. |
CfnFlywheel.IEntityTypesListItemProperty | An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer. |
CfnFlywheel.ITaskConfigProperty | Configuration about the model associated with a flywheel. |
CfnFlywheel.IVpcConfigProperty | Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. |
ICfnDocumentClassifierProps | Properties for defining a |
ICfnFlywheelProps | Properties for defining a |