@aws-sdk/client-comprehend 3.300.0 → 3.301.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/BatchDetectDominantLanguageCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectEntitiesCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectKeyPhrasesCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectSentimentCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectSyntaxCommand.d.ts +2 -2
- package/dist-types/commands/BatchDetectTargetedSentimentCommand.d.ts +2 -2
- package/dist-types/commands/ClassifyDocumentCommand.d.ts +3 -3
- package/dist-types/commands/ContainsPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +12 -12
- package/dist-types/commands/CreateDocumentClassifierCommand.d.ts +11 -11
- package/dist-types/commands/CreateEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateEntityRecognizerCommand.d.ts +15 -15
- package/dist-types/commands/CreateFlywheelCommand.d.ts +13 -13
- package/dist-types/commands/DeleteDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassificationJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlywheelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlywheelIterationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/DetectDominantLanguageCommand.d.ts +1 -1
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -3
- package/dist-types/commands/DetectKeyPhrasesCommand.d.ts +1 -1
- package/dist-types/commands/DetectPiiEntitiesCommand.d.ts +1 -1
- package/dist-types/commands/DetectSentimentCommand.d.ts +1 -1
- package/dist-types/commands/DetectSyntaxCommand.d.ts +1 -1
- package/dist-types/commands/DetectTargetedSentimentCommand.d.ts +1 -1
- package/dist-types/commands/ImportModelCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentClassificationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDocumentClassifierSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListDocumentClassifiersCommand.d.ts +2 -2
- package/dist-types/commands/ListDominantLanguageDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/ListEntitiesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListEntityRecognizerSummariesCommand.d.ts +1 -1
- package/dist-types/commands/ListEntityRecognizersCommand.d.ts +2 -2
- package/dist-types/commands/ListEventsDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListFlywheelIterationHistoryCommand.d.ts +2 -2
- package/dist-types/commands/ListFlywheelsCommand.d.ts +2 -2
- package/dist-types/commands/ListKeyPhrasesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPiiEntitiesDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListSentimentDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetedSentimentDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListTopicsDetectionJobsCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/StartDocumentClassificationJobCommand.d.ts +10 -10
- package/dist-types/commands/StartDominantLanguageDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartEntitiesDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartEventsDetectionJobCommand.d.ts +8 -8
- package/dist-types/commands/StartFlywheelIterationCommand.d.ts +1 -1
- package/dist-types/commands/StartKeyPhrasesDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartPiiEntitiesDetectionJobCommand.d.ts +9 -9
- package/dist-types/commands/StartSentimentDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartTargetedSentimentDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StartTopicsDetectionJobCommand.d.ts +10 -10
- package/dist-types/commands/StopDominantLanguageDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEventsDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopKeyPhrasesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPiiEntitiesDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTargetedSentimentDetectionJobCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingDocumentClassifierCommand.d.ts +1 -1
- package/dist-types/commands/StopTrainingEntityRecognizerCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlywheelCommand.d.ts +5 -5
- package/package.json +3 -3
|
@@ -28,8 +28,8 @@ export interface BatchDetectDominantLanguageCommandOutput extends BatchDetectDom
|
|
|
28
28
|
* import { ComprehendClient, BatchDetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, BatchDetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* TextList: [ // required
|
|
31
|
+
* const input = { // BatchDetectDominantLanguageRequest
|
|
32
|
+
* TextList: [ // CustomerInputStringList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* };
|
|
@@ -29,8 +29,8 @@ export interface BatchDetectEntitiesCommandOutput extends BatchDetectEntitiesRes
|
|
|
29
29
|
* import { ComprehendClient, BatchDetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
30
30
|
* // const { ComprehendClient, BatchDetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
31
31
|
* const client = new ComprehendClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* TextList: [ // required
|
|
32
|
+
* const input = { // BatchDetectEntitiesRequest
|
|
33
|
+
* TextList: [ // CustomerInputStringList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
@@ -26,8 +26,8 @@ export interface BatchDetectKeyPhrasesCommandOutput extends BatchDetectKeyPhrase
|
|
|
26
26
|
* import { ComprehendClient, BatchDetectKeyPhrasesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, BatchDetectKeyPhrasesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
30
|
-
* TextList: [ // required
|
|
29
|
+
* const input = { // BatchDetectKeyPhrasesRequest
|
|
30
|
+
* TextList: [ // CustomerInputStringList // required
|
|
31
31
|
* "STRING_VALUE",
|
|
32
32
|
* ],
|
|
33
33
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
@@ -28,8 +28,8 @@ export interface BatchDetectSentimentCommandOutput extends BatchDetectSentimentR
|
|
|
28
28
|
* import { ComprehendClient, BatchDetectSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, BatchDetectSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* TextList: [ // required
|
|
31
|
+
* const input = { // BatchDetectSentimentRequest
|
|
32
|
+
* TextList: [ // CustomerInputStringList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
@@ -29,8 +29,8 @@ export interface BatchDetectSyntaxCommandOutput extends BatchDetectSyntaxRespons
|
|
|
29
29
|
* import { ComprehendClient, BatchDetectSyntaxCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
30
30
|
* // const { ComprehendClient, BatchDetectSyntaxCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
31
31
|
* const client = new ComprehendClient(config);
|
|
32
|
-
* const input = {
|
|
33
|
-
* TextList: [ // required
|
|
32
|
+
* const input = { // BatchDetectSyntaxRequest
|
|
33
|
+
* TextList: [ // CustomerInputStringList // required
|
|
34
34
|
* "STRING_VALUE",
|
|
35
35
|
* ],
|
|
36
36
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt", // required
|
|
@@ -28,8 +28,8 @@ export interface BatchDetectTargetedSentimentCommandOutput extends BatchDetectTa
|
|
|
28
28
|
* import { ComprehendClient, BatchDetectTargetedSentimentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, BatchDetectTargetedSentimentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
32
|
-
* TextList: [ // required
|
|
31
|
+
* const input = { // BatchDetectTargetedSentimentRequest
|
|
32
|
+
* TextList: [ // CustomerInputStringList // required
|
|
33
33
|
* "STRING_VALUE",
|
|
34
34
|
* ],
|
|
35
35
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
@@ -36,14 +36,14 @@ export interface ClassifyDocumentCommandOutput extends ClassifyDocumentResponse,
|
|
|
36
36
|
* import { ComprehendClient, ClassifyDocumentCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
37
37
|
* // const { ComprehendClient, ClassifyDocumentCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
38
38
|
* const client = new ComprehendClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // ClassifyDocumentRequest
|
|
40
40
|
* Text: "STRING_VALUE",
|
|
41
41
|
* EndpointArn: "STRING_VALUE", // required
|
|
42
42
|
* Bytes: "BLOB_VALUE",
|
|
43
|
-
* DocumentReaderConfig: {
|
|
43
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
44
44
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
45
45
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
46
|
-
* FeatureTypes: [
|
|
46
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
47
47
|
* "TABLES" || "FORMS",
|
|
48
48
|
* ],
|
|
49
49
|
* },
|
|
@@ -28,7 +28,7 @@ export interface ContainsPiiEntitiesCommandOutput extends ContainsPiiEntitiesRes
|
|
|
28
28
|
* import { ComprehendClient, ContainsPiiEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, ContainsPiiEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // ContainsPiiEntitiesRequest
|
|
32
32
|
* Text: "STRING_VALUE", // required
|
|
33
33
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
34
34
|
* };
|
|
@@ -28,15 +28,15 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
28
28
|
* import { ComprehendClient, CreateDatasetCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, CreateDatasetCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateDatasetRequest
|
|
32
32
|
* FlywheelArn: "STRING_VALUE", // required
|
|
33
33
|
* DatasetName: "STRING_VALUE", // required
|
|
34
34
|
* DatasetType: "TRAIN" || "TEST",
|
|
35
35
|
* Description: "STRING_VALUE",
|
|
36
|
-
* InputDataConfig: {
|
|
37
|
-
* AugmentedManifests: [
|
|
38
|
-
* {
|
|
39
|
-
* AttributeNames: [ // required
|
|
36
|
+
* InputDataConfig: { // DatasetInputDataConfig
|
|
37
|
+
* AugmentedManifests: [ // DatasetAugmentedManifestsList
|
|
38
|
+
* { // DatasetAugmentedManifestsListItem
|
|
39
|
+
* AttributeNames: [ // AttributeNamesList // required
|
|
40
40
|
* "STRING_VALUE",
|
|
41
41
|
* ],
|
|
42
42
|
* S3Uri: "STRING_VALUE", // required
|
|
@@ -46,26 +46,26 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
46
46
|
* },
|
|
47
47
|
* ],
|
|
48
48
|
* DataFormat: "COMPREHEND_CSV" || "AUGMENTED_MANIFEST",
|
|
49
|
-
* DocumentClassifierInputDataConfig: {
|
|
49
|
+
* DocumentClassifierInputDataConfig: { // DatasetDocumentClassifierInputDataConfig
|
|
50
50
|
* S3Uri: "STRING_VALUE", // required
|
|
51
51
|
* LabelDelimiter: "STRING_VALUE",
|
|
52
52
|
* },
|
|
53
|
-
* EntityRecognizerInputDataConfig: {
|
|
54
|
-
* Annotations: {
|
|
53
|
+
* EntityRecognizerInputDataConfig: { // DatasetEntityRecognizerInputDataConfig
|
|
54
|
+
* Annotations: { // DatasetEntityRecognizerAnnotations
|
|
55
55
|
* S3Uri: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
57
|
-
* Documents: {
|
|
57
|
+
* Documents: { // DatasetEntityRecognizerDocuments
|
|
58
58
|
* S3Uri: "STRING_VALUE", // required
|
|
59
59
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
60
60
|
* },
|
|
61
|
-
* EntityList: {
|
|
61
|
+
* EntityList: { // DatasetEntityRecognizerEntityList
|
|
62
62
|
* S3Uri: "STRING_VALUE", // required
|
|
63
63
|
* },
|
|
64
64
|
* },
|
|
65
65
|
* },
|
|
66
66
|
* ClientRequestToken: "STRING_VALUE",
|
|
67
|
-
* Tags: [
|
|
68
|
-
* {
|
|
67
|
+
* Tags: [ // TagList
|
|
68
|
+
* { // Tag
|
|
69
69
|
* Key: "STRING_VALUE", // required
|
|
70
70
|
* Value: "STRING_VALUE",
|
|
71
71
|
* },
|
|
@@ -31,26 +31,26 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
|
|
|
31
31
|
* import { ComprehendClient, CreateDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
32
32
|
* // const { ComprehendClient, CreateDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
33
33
|
* const client = new ComprehendClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // CreateDocumentClassifierRequest
|
|
35
35
|
* DocumentClassifierName: "STRING_VALUE", // required
|
|
36
36
|
* VersionName: "STRING_VALUE",
|
|
37
37
|
* DataAccessRoleArn: "STRING_VALUE", // required
|
|
38
|
-
* Tags: [
|
|
39
|
-
* {
|
|
38
|
+
* Tags: [ // TagList
|
|
39
|
+
* { // Tag
|
|
40
40
|
* Key: "STRING_VALUE", // required
|
|
41
41
|
* Value: "STRING_VALUE",
|
|
42
42
|
* },
|
|
43
43
|
* ],
|
|
44
|
-
* InputDataConfig: {
|
|
44
|
+
* InputDataConfig: { // DocumentClassifierInputDataConfig
|
|
45
45
|
* DataFormat: "COMPREHEND_CSV" || "AUGMENTED_MANIFEST",
|
|
46
46
|
* S3Uri: "STRING_VALUE",
|
|
47
47
|
* TestS3Uri: "STRING_VALUE",
|
|
48
48
|
* LabelDelimiter: "STRING_VALUE",
|
|
49
|
-
* AugmentedManifests: [
|
|
50
|
-
* {
|
|
49
|
+
* AugmentedManifests: [ // DocumentClassifierAugmentedManifestsList
|
|
50
|
+
* { // AugmentedManifestsListItem
|
|
51
51
|
* S3Uri: "STRING_VALUE", // required
|
|
52
52
|
* Split: "TRAIN" || "TEST",
|
|
53
|
-
* AttributeNames: [ // required
|
|
53
|
+
* AttributeNames: [ // AttributeNamesList // required
|
|
54
54
|
* "STRING_VALUE",
|
|
55
55
|
* ],
|
|
56
56
|
* AnnotationDataS3Uri: "STRING_VALUE",
|
|
@@ -59,7 +59,7 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
|
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
61
|
* },
|
|
62
|
-
* OutputDataConfig: {
|
|
62
|
+
* OutputDataConfig: { // DocumentClassifierOutputDataConfig
|
|
63
63
|
* S3Uri: "STRING_VALUE",
|
|
64
64
|
* KmsKeyId: "STRING_VALUE",
|
|
65
65
|
* FlywheelStatsS3Prefix: "STRING_VALUE",
|
|
@@ -67,11 +67,11 @@ export interface CreateDocumentClassifierCommandOutput extends CreateDocumentCla
|
|
|
67
67
|
* ClientRequestToken: "STRING_VALUE",
|
|
68
68
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
69
69
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
70
|
-
* VpcConfig: {
|
|
71
|
-
* SecurityGroupIds: [ // required
|
|
70
|
+
* VpcConfig: { // VpcConfig
|
|
71
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
72
72
|
* "STRING_VALUE",
|
|
73
73
|
* ],
|
|
74
|
-
* Subnets: [ // required
|
|
74
|
+
* Subnets: [ // Subnets // required
|
|
75
75
|
* "STRING_VALUE",
|
|
76
76
|
* ],
|
|
77
77
|
* },
|
|
@@ -28,13 +28,13 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResponse, __M
|
|
|
28
28
|
* import { ComprehendClient, CreateEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, CreateEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateEndpointRequest
|
|
32
32
|
* EndpointName: "STRING_VALUE", // required
|
|
33
33
|
* ModelArn: "STRING_VALUE",
|
|
34
34
|
* DesiredInferenceUnits: Number("int"), // required
|
|
35
35
|
* ClientRequestToken: "STRING_VALUE",
|
|
36
|
-
* Tags: [
|
|
37
|
-
* {
|
|
36
|
+
* Tags: [ // TagList
|
|
37
|
+
* { // Tag
|
|
38
38
|
* Key: "STRING_VALUE", // required
|
|
39
39
|
* Value: "STRING_VALUE",
|
|
40
40
|
* },
|
|
@@ -28,40 +28,40 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
|
|
|
28
28
|
* import { ComprehendClient, CreateEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, CreateEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateEntityRecognizerRequest
|
|
32
32
|
* RecognizerName: "STRING_VALUE", // required
|
|
33
33
|
* VersionName: "STRING_VALUE",
|
|
34
34
|
* DataAccessRoleArn: "STRING_VALUE", // required
|
|
35
|
-
* Tags: [
|
|
36
|
-
* {
|
|
35
|
+
* Tags: [ // TagList
|
|
36
|
+
* { // Tag
|
|
37
37
|
* Key: "STRING_VALUE", // required
|
|
38
38
|
* Value: "STRING_VALUE",
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* InputDataConfig: {
|
|
41
|
+
* InputDataConfig: { // EntityRecognizerInputDataConfig
|
|
42
42
|
* DataFormat: "COMPREHEND_CSV" || "AUGMENTED_MANIFEST",
|
|
43
|
-
* EntityTypes: [ // required
|
|
44
|
-
* {
|
|
43
|
+
* EntityTypes: [ // EntityTypesList // required
|
|
44
|
+
* { // EntityTypesListItem
|
|
45
45
|
* Type: "STRING_VALUE", // required
|
|
46
46
|
* },
|
|
47
47
|
* ],
|
|
48
|
-
* Documents: {
|
|
48
|
+
* Documents: { // EntityRecognizerDocuments
|
|
49
49
|
* S3Uri: "STRING_VALUE", // required
|
|
50
50
|
* TestS3Uri: "STRING_VALUE",
|
|
51
51
|
* InputFormat: "ONE_DOC_PER_FILE" || "ONE_DOC_PER_LINE",
|
|
52
52
|
* },
|
|
53
|
-
* Annotations: {
|
|
53
|
+
* Annotations: { // EntityRecognizerAnnotations
|
|
54
54
|
* S3Uri: "STRING_VALUE", // required
|
|
55
55
|
* TestS3Uri: "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
|
-
* EntityList: {
|
|
57
|
+
* EntityList: { // EntityRecognizerEntityList
|
|
58
58
|
* S3Uri: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
|
-
* AugmentedManifests: [
|
|
61
|
-
* {
|
|
60
|
+
* AugmentedManifests: [ // EntityRecognizerAugmentedManifestsList
|
|
61
|
+
* { // AugmentedManifestsListItem
|
|
62
62
|
* S3Uri: "STRING_VALUE", // required
|
|
63
63
|
* Split: "TRAIN" || "TEST",
|
|
64
|
-
* AttributeNames: [ // required
|
|
64
|
+
* AttributeNames: [ // AttributeNamesList // required
|
|
65
65
|
* "STRING_VALUE",
|
|
66
66
|
* ],
|
|
67
67
|
* AnnotationDataS3Uri: "STRING_VALUE",
|
|
@@ -73,11 +73,11 @@ export interface CreateEntityRecognizerCommandOutput extends CreateEntityRecogni
|
|
|
73
73
|
* ClientRequestToken: "STRING_VALUE",
|
|
74
74
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
75
75
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
76
|
-
* VpcConfig: {
|
|
77
|
-
* SecurityGroupIds: [ // required
|
|
76
|
+
* VpcConfig: { // VpcConfig
|
|
77
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
78
78
|
* "STRING_VALUE",
|
|
79
79
|
* ],
|
|
80
|
-
* Subnets: [ // required
|
|
80
|
+
* Subnets: [ // Subnets // required
|
|
81
81
|
* "STRING_VALUE",
|
|
82
82
|
* ],
|
|
83
83
|
* },
|
|
@@ -36,21 +36,21 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
|
|
|
36
36
|
* import { ComprehendClient, CreateFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
37
37
|
* // const { ComprehendClient, CreateFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
38
38
|
* const client = new ComprehendClient(config);
|
|
39
|
-
* const input = {
|
|
39
|
+
* const input = { // CreateFlywheelRequest
|
|
40
40
|
* FlywheelName: "STRING_VALUE", // required
|
|
41
41
|
* ActiveModelArn: "STRING_VALUE",
|
|
42
42
|
* DataAccessRoleArn: "STRING_VALUE", // required
|
|
43
|
-
* TaskConfig: {
|
|
43
|
+
* TaskConfig: { // TaskConfig
|
|
44
44
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW", // required
|
|
45
|
-
* DocumentClassificationConfig: {
|
|
45
|
+
* DocumentClassificationConfig: { // DocumentClassificationConfig
|
|
46
46
|
* Mode: "MULTI_CLASS" || "MULTI_LABEL", // required
|
|
47
|
-
* Labels: [
|
|
47
|
+
* Labels: [ // LabelsList
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
50
|
* },
|
|
51
|
-
* EntityRecognitionConfig: {
|
|
52
|
-
* EntityTypes: [ // required
|
|
53
|
-
* {
|
|
51
|
+
* EntityRecognitionConfig: { // EntityRecognitionConfig
|
|
52
|
+
* EntityTypes: [ // EntityTypesList // required
|
|
53
|
+
* { // EntityTypesListItem
|
|
54
54
|
* Type: "STRING_VALUE", // required
|
|
55
55
|
* },
|
|
56
56
|
* ],
|
|
@@ -58,22 +58,22 @@ export interface CreateFlywheelCommandOutput extends CreateFlywheelResponse, __M
|
|
|
58
58
|
* },
|
|
59
59
|
* ModelType: "DOCUMENT_CLASSIFIER" || "ENTITY_RECOGNIZER",
|
|
60
60
|
* DataLakeS3Uri: "STRING_VALUE", // required
|
|
61
|
-
* DataSecurityConfig: {
|
|
61
|
+
* DataSecurityConfig: { // DataSecurityConfig
|
|
62
62
|
* ModelKmsKeyId: "STRING_VALUE",
|
|
63
63
|
* VolumeKmsKeyId: "STRING_VALUE",
|
|
64
64
|
* DataLakeKmsKeyId: "STRING_VALUE",
|
|
65
|
-
* VpcConfig: {
|
|
66
|
-
* SecurityGroupIds: [ // required
|
|
65
|
+
* VpcConfig: { // VpcConfig
|
|
66
|
+
* SecurityGroupIds: [ // SecurityGroupIds // required
|
|
67
67
|
* "STRING_VALUE",
|
|
68
68
|
* ],
|
|
69
|
-
* Subnets: [ // required
|
|
69
|
+
* Subnets: [ // Subnets // required
|
|
70
70
|
* "STRING_VALUE",
|
|
71
71
|
* ],
|
|
72
72
|
* },
|
|
73
73
|
* },
|
|
74
74
|
* ClientRequestToken: "STRING_VALUE",
|
|
75
|
-
* Tags: [
|
|
76
|
-
* {
|
|
75
|
+
* Tags: [ // TagList
|
|
76
|
+
* { // Tag
|
|
77
77
|
* Key: "STRING_VALUE", // required
|
|
78
78
|
* Value: "STRING_VALUE",
|
|
79
79
|
* },
|
|
@@ -32,7 +32,7 @@ export interface DeleteDocumentClassifierCommandOutput extends DeleteDocumentCla
|
|
|
32
32
|
* import { ComprehendClient, DeleteDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
33
33
|
* // const { ComprehendClient, DeleteDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
34
34
|
* const client = new ComprehendClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteDocumentClassifierRequest
|
|
36
36
|
* DocumentClassifierArn: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteDocumentClassifierCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteEndpointCommandOutput extends DeleteEndpointResponse, __M
|
|
|
28
28
|
* import { ComprehendClient, DeleteEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, DeleteEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEndpointRequest
|
|
32
32
|
* EndpointArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEndpointCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DeleteEntityRecognizerCommandOutput extends DeleteEntityRecogni
|
|
|
32
32
|
* import { ComprehendClient, DeleteEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
33
33
|
* // const { ComprehendClient, DeleteEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
34
34
|
* const client = new ComprehendClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteEntityRecognizerRequest
|
|
36
36
|
* EntityRecognizerArn: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteEntityRecognizerCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteFlywheelCommandOutput extends DeleteFlywheelResponse, __M
|
|
|
29
29
|
* import { ComprehendClient, DeleteFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
30
30
|
* // const { ComprehendClient, DeleteFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
31
31
|
* const client = new ComprehendClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteFlywheelRequest
|
|
33
33
|
* FlywheelArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteFlywheelCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
26
26
|
* import { ComprehendClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteResourcePolicyRequest
|
|
30
30
|
* ResourceArn: "STRING_VALUE", // required
|
|
31
31
|
* PolicyRevisionId: "STRING_VALUE",
|
|
32
32
|
* };
|
|
@@ -28,7 +28,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
28
28
|
* import { ComprehendClient, DescribeDatasetCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, DescribeDatasetCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeDatasetRequest
|
|
32
32
|
* DatasetArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeDatasetCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeDocumentClassificationJobCommandOutput extends Describe
|
|
|
27
27
|
* import { ComprehendClient, DescribeDocumentClassificationJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeDocumentClassificationJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeDocumentClassificationJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDocumentClassificationJobCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeDocumentClassifierCommandOutput extends DescribeDocumen
|
|
|
26
26
|
* import { ComprehendClient, DescribeDocumentClassifierCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, DescribeDocumentClassifierCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeDocumentClassifierRequest
|
|
30
30
|
* DocumentClassifierArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeDocumentClassifierCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeDominantLanguageDetectionJobCommandOutput extends Descr
|
|
|
27
27
|
* import { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeDominantLanguageDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeDominantLanguageDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeDominantLanguageDetectionJobCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DescribeEndpointCommandOutput extends DescribeEndpointResponse,
|
|
|
28
28
|
* import { ComprehendClient, DescribeEndpointCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, DescribeEndpointCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeEndpointRequest
|
|
32
32
|
* EndpointArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DescribeEndpointCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeEntitiesDetectionJobCommandOutput extends DescribeEntit
|
|
|
27
27
|
* import { ComprehendClient, DescribeEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeEntitiesDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeEntitiesDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeEntityRecognizerCommandOutput extends DescribeEntityRec
|
|
|
27
27
|
* import { ComprehendClient, DescribeEntityRecognizerCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeEntityRecognizerCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeEntityRecognizerRequest
|
|
31
31
|
* EntityRecognizerArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeEntityRecognizerCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeEventsDetectionJobCommandOutput extends DescribeEventsD
|
|
|
26
26
|
* import { ComprehendClient, DescribeEventsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
27
27
|
* // const { ComprehendClient, DescribeEventsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
28
28
|
* const client = new ComprehendClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeEventsDetectionJobRequest
|
|
30
30
|
* JobId: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeEventsDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeFlywheelCommandOutput extends DescribeFlywheelResponse,
|
|
|
27
27
|
* import { ComprehendClient, DescribeFlywheelCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeFlywheelCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeFlywheelRequest
|
|
31
31
|
* FlywheelArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeFlywheelCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DescribeFlywheelIterationCommandOutput extends DescribeFlywheel
|
|
|
28
28
|
* import { ComprehendClient, DescribeFlywheelIterationCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
29
29
|
* // const { ComprehendClient, DescribeFlywheelIterationCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
30
30
|
* const client = new ComprehendClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DescribeFlywheelIterationRequest
|
|
32
32
|
* FlywheelArn: "STRING_VALUE", // required
|
|
33
33
|
* FlywheelIterationId: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
@@ -27,7 +27,7 @@ export interface DescribeKeyPhrasesDetectionJobCommandOutput extends DescribeKey
|
|
|
27
27
|
* import { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeKeyPhrasesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeKeyPhrasesDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeKeyPhrasesDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribePiiEntitiesDetectionJobCommandOutput extends DescribePi
|
|
|
27
27
|
* import { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribePiiEntitiesDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribePiiEntitiesDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribePiiEntitiesDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
27
27
|
* import { ComprehendClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeResourcePolicyRequest
|
|
31
31
|
* ResourceArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeResourcePolicyCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeSentimentDetectionJobCommandOutput extends DescribeSent
|
|
|
27
27
|
* import { ComprehendClient, DescribeSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeSentimentDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeSentimentDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeTargetedSentimentDetectionJobCommandOutput extends Desc
|
|
|
27
27
|
* import { ComprehendClient, DescribeTargetedSentimentDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeTargetedSentimentDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeTargetedSentimentDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeTargetedSentimentDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DescribeTopicsDetectionJobCommandOutput extends DescribeTopicsD
|
|
|
27
27
|
* import { ComprehendClient, DescribeTopicsDetectionJobCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DescribeTopicsDetectionJobCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DescribeTopicsDetectionJobRequest
|
|
31
31
|
* JobId: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeTopicsDetectionJobCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DetectDominantLanguageCommandOutput extends DetectDominantLangu
|
|
|
27
27
|
* import { ComprehendClient, DetectDominantLanguageCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
28
28
|
* // const { ComprehendClient, DetectDominantLanguageCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
29
29
|
* const client = new ComprehendClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DetectDominantLanguageRequest
|
|
31
31
|
* Text: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DetectDominantLanguageCommand(input);
|
|
@@ -41,15 +41,15 @@ export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __M
|
|
|
41
41
|
* import { ComprehendClient, DetectEntitiesCommand } from "@aws-sdk/client-comprehend"; // ES Modules import
|
|
42
42
|
* // const { ComprehendClient, DetectEntitiesCommand } = require("@aws-sdk/client-comprehend"); // CommonJS import
|
|
43
43
|
* const client = new ComprehendClient(config);
|
|
44
|
-
* const input = {
|
|
44
|
+
* const input = { // DetectEntitiesRequest
|
|
45
45
|
* Text: "STRING_VALUE",
|
|
46
46
|
* LanguageCode: "en" || "es" || "fr" || "de" || "it" || "pt" || "ar" || "hi" || "ja" || "ko" || "zh" || "zh-TW",
|
|
47
47
|
* EndpointArn: "STRING_VALUE",
|
|
48
48
|
* Bytes: "BLOB_VALUE",
|
|
49
|
-
* DocumentReaderConfig: {
|
|
49
|
+
* DocumentReaderConfig: { // DocumentReaderConfig
|
|
50
50
|
* DocumentReadAction: "TEXTRACT_DETECT_DOCUMENT_TEXT" || "TEXTRACT_ANALYZE_DOCUMENT", // required
|
|
51
51
|
* DocumentReadMode: "SERVICE_DEFAULT" || "FORCE_DOCUMENT_READ_ACTION",
|
|
52
|
-
* FeatureTypes: [
|
|
52
|
+
* FeatureTypes: [ // ListOfDocumentReadFeatureTypes
|
|
53
53
|
* "TABLES" || "FORMS",
|
|
54
54
|
* ],
|
|
55
55
|
* },
|