aws-sdk-comprehend 1.114.0 → 1.115.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-comprehend/client.rb +1 -1
- data/lib/aws-sdk-comprehend.rb +1 -1
- data/sig/client.rbs +31 -117
- data/sig/params.rbs +32 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dc2717782799df5aaf8e3ed3c67eee2005a3aa55de18ba08c8d3a8dd13d0e9b4
|
|
4
|
+
data.tar.gz: 9a925598b591f33c63fdefd419133fe70ee60e48702dbbc4fc533bc05384849c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1437ffe90f287cd0c3921c68e8eb982899cde8a2c7f8d2ec6e3c93b0a1b936612fd472b62108c125418380c48e11b25a66dfda8b490614c47c13491814e42fa
|
|
7
|
+
data.tar.gz: 5bbcdd00df75e586f7148b20d7b71bd6673a3f41e633cf4d274eb530f336522938199328df947cab814e69db2963b51ef9cfa1dec7c4b7c166c5a52a009126d7
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.115.0
|
data/lib/aws-sdk-comprehend.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -201,7 +201,7 @@ module Aws
|
|
|
201
201
|
annotation_data_s3_uri: ::String?,
|
|
202
202
|
source_documents_s3_uri: ::String?,
|
|
203
203
|
document_type: ("PLAIN_TEXT_DOCUMENT" | "SEMI_STRUCTURED_DOCUMENT")?
|
|
204
|
-
}
|
|
204
|
+
}
|
|
205
205
|
]?,
|
|
206
206
|
data_format: ("COMPREHEND_CSV" | "AUGMENTED_MANIFEST")?,
|
|
207
207
|
document_classifier_input_data_config: {
|
|
@@ -226,7 +226,7 @@ module Aws
|
|
|
226
226
|
{
|
|
227
227
|
key: ::String,
|
|
228
228
|
value: ::String?
|
|
229
|
-
}
|
|
229
|
+
}
|
|
230
230
|
]
|
|
231
231
|
) -> _CreateDatasetResponseSuccess
|
|
232
232
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateDatasetResponseSuccess
|
|
@@ -244,7 +244,7 @@ module Aws
|
|
|
244
244
|
{
|
|
245
245
|
key: ::String,
|
|
246
246
|
value: ::String?
|
|
247
|
-
}
|
|
247
|
+
}
|
|
248
248
|
],
|
|
249
249
|
input_data_config: {
|
|
250
250
|
data_format: ("COMPREHEND_CSV" | "AUGMENTED_MANIFEST")?,
|
|
@@ -252,14 +252,7 @@ module Aws
|
|
|
252
252
|
test_s3_uri: ::String?,
|
|
253
253
|
label_delimiter: ::String?,
|
|
254
254
|
augmented_manifests: Array[
|
|
255
|
-
|
|
256
|
-
s3_uri: ::String,
|
|
257
|
-
split: ("TRAIN" | "TEST")?,
|
|
258
|
-
attribute_names: Array[::String],
|
|
259
|
-
annotation_data_s3_uri: ::String?,
|
|
260
|
-
source_documents_s3_uri: ::String?,
|
|
261
|
-
document_type: ("PLAIN_TEXT_DOCUMENT" | "SEMI_STRUCTURED_DOCUMENT")?
|
|
262
|
-
},
|
|
255
|
+
Params::augmented_manifests_list_item
|
|
263
256
|
]?,
|
|
264
257
|
document_type: ("PLAIN_TEXT_DOCUMENT" | "SEMI_STRUCTURED_DOCUMENT")?,
|
|
265
258
|
documents: {
|
|
@@ -305,7 +298,7 @@ module Aws
|
|
|
305
298
|
{
|
|
306
299
|
key: ::String,
|
|
307
300
|
value: ::String?
|
|
308
|
-
}
|
|
301
|
+
}
|
|
309
302
|
],
|
|
310
303
|
?data_access_role_arn: ::String,
|
|
311
304
|
?flywheel_arn: ::String
|
|
@@ -325,14 +318,14 @@ module Aws
|
|
|
325
318
|
{
|
|
326
319
|
key: ::String,
|
|
327
320
|
value: ::String?
|
|
328
|
-
}
|
|
321
|
+
}
|
|
329
322
|
],
|
|
330
323
|
input_data_config: {
|
|
331
324
|
data_format: ("COMPREHEND_CSV" | "AUGMENTED_MANIFEST")?,
|
|
332
325
|
entity_types: Array[
|
|
333
326
|
{
|
|
334
327
|
type: ::String
|
|
335
|
-
}
|
|
328
|
+
}
|
|
336
329
|
],
|
|
337
330
|
documents: {
|
|
338
331
|
s3_uri: ::String,
|
|
@@ -347,14 +340,7 @@ module Aws
|
|
|
347
340
|
s3_uri: ::String
|
|
348
341
|
}?,
|
|
349
342
|
augmented_manifests: Array[
|
|
350
|
-
|
|
351
|
-
s3_uri: ::String,
|
|
352
|
-
split: ("TRAIN" | "TEST")?,
|
|
353
|
-
attribute_names: Array[::String],
|
|
354
|
-
annotation_data_s3_uri: ::String?,
|
|
355
|
-
source_documents_s3_uri: ::String?,
|
|
356
|
-
document_type: ("PLAIN_TEXT_DOCUMENT" | "SEMI_STRUCTURED_DOCUMENT")?
|
|
357
|
-
},
|
|
343
|
+
Params::augmented_manifests_list_item
|
|
358
344
|
]?
|
|
359
345
|
},
|
|
360
346
|
?client_request_token: ::String,
|
|
@@ -389,7 +375,7 @@ module Aws
|
|
|
389
375
|
entity_types: Array[
|
|
390
376
|
{
|
|
391
377
|
type: ::String
|
|
392
|
-
}
|
|
378
|
+
}
|
|
393
379
|
]
|
|
394
380
|
}?
|
|
395
381
|
},
|
|
@@ -409,7 +395,7 @@ module Aws
|
|
|
409
395
|
{
|
|
410
396
|
key: ::String,
|
|
411
397
|
value: ::String?
|
|
412
|
-
}
|
|
398
|
+
}
|
|
413
399
|
]
|
|
414
400
|
) -> _CreateFlywheelResponseSuccess
|
|
415
401
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlywheelResponseSuccess
|
|
@@ -721,7 +707,7 @@ module Aws
|
|
|
721
707
|
text_segments: Array[
|
|
722
708
|
{
|
|
723
709
|
text: ::String
|
|
724
|
-
}
|
|
710
|
+
}
|
|
725
711
|
],
|
|
726
712
|
language_code: ("en" | "es" | "fr" | "de" | "it" | "pt" | "ar" | "hi" | "ja" | "ko" | "zh" | "zh-TW")
|
|
727
713
|
) -> _DetectToxicContentResponseSuccess
|
|
@@ -742,7 +728,7 @@ module Aws
|
|
|
742
728
|
{
|
|
743
729
|
key: ::String,
|
|
744
730
|
value: ::String?
|
|
745
|
-
}
|
|
731
|
+
}
|
|
746
732
|
]
|
|
747
733
|
) -> _ImportModelResponseSuccess
|
|
748
734
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ImportModelResponseSuccess
|
|
@@ -1074,15 +1060,7 @@ module Aws
|
|
|
1074
1060
|
def start_document_classification_job: (
|
|
1075
1061
|
?job_name: ::String,
|
|
1076
1062
|
?document_classifier_arn: ::String,
|
|
1077
|
-
input_data_config:
|
|
1078
|
-
s3_uri: ::String,
|
|
1079
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1080
|
-
document_reader_config: {
|
|
1081
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1082
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1083
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1084
|
-
}?
|
|
1085
|
-
},
|
|
1063
|
+
input_data_config: Params::input_data_config,
|
|
1086
1064
|
output_data_config: {
|
|
1087
1065
|
s3_uri: ::String,
|
|
1088
1066
|
kms_key_id: ::String?
|
|
@@ -1098,7 +1076,7 @@ module Aws
|
|
|
1098
1076
|
{
|
|
1099
1077
|
key: ::String,
|
|
1100
1078
|
value: ::String?
|
|
1101
|
-
}
|
|
1079
|
+
}
|
|
1102
1080
|
],
|
|
1103
1081
|
?flywheel_arn: ::String
|
|
1104
1082
|
) -> _StartDocumentClassificationJobResponseSuccess
|
|
@@ -1112,15 +1090,7 @@ module Aws
|
|
|
1112
1090
|
end
|
|
1113
1091
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_dominant_language_detection_job-instance_method
|
|
1114
1092
|
def start_dominant_language_detection_job: (
|
|
1115
|
-
input_data_config:
|
|
1116
|
-
s3_uri: ::String,
|
|
1117
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1118
|
-
document_reader_config: {
|
|
1119
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1120
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1121
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1122
|
-
}?
|
|
1123
|
-
},
|
|
1093
|
+
input_data_config: Params::input_data_config,
|
|
1124
1094
|
output_data_config: {
|
|
1125
1095
|
s3_uri: ::String,
|
|
1126
1096
|
kms_key_id: ::String?
|
|
@@ -1137,7 +1107,7 @@ module Aws
|
|
|
1137
1107
|
{
|
|
1138
1108
|
key: ::String,
|
|
1139
1109
|
value: ::String?
|
|
1140
|
-
}
|
|
1110
|
+
}
|
|
1141
1111
|
]
|
|
1142
1112
|
) -> _StartDominantLanguageDetectionJobResponseSuccess
|
|
1143
1113
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDominantLanguageDetectionJobResponseSuccess
|
|
@@ -1151,15 +1121,7 @@ module Aws
|
|
|
1151
1121
|
end
|
|
1152
1122
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_entities_detection_job-instance_method
|
|
1153
1123
|
def start_entities_detection_job: (
|
|
1154
|
-
input_data_config:
|
|
1155
|
-
s3_uri: ::String,
|
|
1156
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1157
|
-
document_reader_config: {
|
|
1158
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1159
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1160
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1161
|
-
}?
|
|
1162
|
-
},
|
|
1124
|
+
input_data_config: Params::input_data_config,
|
|
1163
1125
|
output_data_config: {
|
|
1164
1126
|
s3_uri: ::String,
|
|
1165
1127
|
kms_key_id: ::String?
|
|
@@ -1178,7 +1140,7 @@ module Aws
|
|
|
1178
1140
|
{
|
|
1179
1141
|
key: ::String,
|
|
1180
1142
|
value: ::String?
|
|
1181
|
-
}
|
|
1143
|
+
}
|
|
1182
1144
|
],
|
|
1183
1145
|
?flywheel_arn: ::String
|
|
1184
1146
|
) -> _StartEntitiesDetectionJobResponseSuccess
|
|
@@ -1192,15 +1154,7 @@ module Aws
|
|
|
1192
1154
|
end
|
|
1193
1155
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_events_detection_job-instance_method
|
|
1194
1156
|
def start_events_detection_job: (
|
|
1195
|
-
input_data_config:
|
|
1196
|
-
s3_uri: ::String,
|
|
1197
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1198
|
-
document_reader_config: {
|
|
1199
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1200
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1201
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1202
|
-
}?
|
|
1203
|
-
},
|
|
1157
|
+
input_data_config: Params::input_data_config,
|
|
1204
1158
|
output_data_config: {
|
|
1205
1159
|
s3_uri: ::String,
|
|
1206
1160
|
kms_key_id: ::String?
|
|
@@ -1214,7 +1168,7 @@ module Aws
|
|
|
1214
1168
|
{
|
|
1215
1169
|
key: ::String,
|
|
1216
1170
|
value: ::String?
|
|
1217
|
-
}
|
|
1171
|
+
}
|
|
1218
1172
|
]
|
|
1219
1173
|
) -> _StartEventsDetectionJobResponseSuccess
|
|
1220
1174
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartEventsDetectionJobResponseSuccess
|
|
@@ -1239,15 +1193,7 @@ module Aws
|
|
|
1239
1193
|
end
|
|
1240
1194
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_key_phrases_detection_job-instance_method
|
|
1241
1195
|
def start_key_phrases_detection_job: (
|
|
1242
|
-
input_data_config:
|
|
1243
|
-
s3_uri: ::String,
|
|
1244
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1245
|
-
document_reader_config: {
|
|
1246
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1247
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1248
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1249
|
-
}?
|
|
1250
|
-
},
|
|
1196
|
+
input_data_config: Params::input_data_config,
|
|
1251
1197
|
output_data_config: {
|
|
1252
1198
|
s3_uri: ::String,
|
|
1253
1199
|
kms_key_id: ::String?
|
|
@@ -1265,7 +1211,7 @@ module Aws
|
|
|
1265
1211
|
{
|
|
1266
1212
|
key: ::String,
|
|
1267
1213
|
value: ::String?
|
|
1268
|
-
}
|
|
1214
|
+
}
|
|
1269
1215
|
]
|
|
1270
1216
|
) -> _StartKeyPhrasesDetectionJobResponseSuccess
|
|
1271
1217
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartKeyPhrasesDetectionJobResponseSuccess
|
|
@@ -1278,15 +1224,7 @@ module Aws
|
|
|
1278
1224
|
end
|
|
1279
1225
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_pii_entities_detection_job-instance_method
|
|
1280
1226
|
def start_pii_entities_detection_job: (
|
|
1281
|
-
input_data_config:
|
|
1282
|
-
s3_uri: ::String,
|
|
1283
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1284
|
-
document_reader_config: {
|
|
1285
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1286
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1287
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1288
|
-
}?
|
|
1289
|
-
},
|
|
1227
|
+
input_data_config: Params::input_data_config,
|
|
1290
1228
|
output_data_config: {
|
|
1291
1229
|
s3_uri: ::String,
|
|
1292
1230
|
kms_key_id: ::String?
|
|
@@ -1305,7 +1243,7 @@ module Aws
|
|
|
1305
1243
|
{
|
|
1306
1244
|
key: ::String,
|
|
1307
1245
|
value: ::String?
|
|
1308
|
-
}
|
|
1246
|
+
}
|
|
1309
1247
|
]
|
|
1310
1248
|
) -> _StartPiiEntitiesDetectionJobResponseSuccess
|
|
1311
1249
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartPiiEntitiesDetectionJobResponseSuccess
|
|
@@ -1318,15 +1256,7 @@ module Aws
|
|
|
1318
1256
|
end
|
|
1319
1257
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_sentiment_detection_job-instance_method
|
|
1320
1258
|
def start_sentiment_detection_job: (
|
|
1321
|
-
input_data_config:
|
|
1322
|
-
s3_uri: ::String,
|
|
1323
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1324
|
-
document_reader_config: {
|
|
1325
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1326
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1327
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1328
|
-
}?
|
|
1329
|
-
},
|
|
1259
|
+
input_data_config: Params::input_data_config,
|
|
1330
1260
|
output_data_config: {
|
|
1331
1261
|
s3_uri: ::String,
|
|
1332
1262
|
kms_key_id: ::String?
|
|
@@ -1344,7 +1274,7 @@ module Aws
|
|
|
1344
1274
|
{
|
|
1345
1275
|
key: ::String,
|
|
1346
1276
|
value: ::String?
|
|
1347
|
-
}
|
|
1277
|
+
}
|
|
1348
1278
|
]
|
|
1349
1279
|
) -> _StartSentimentDetectionJobResponseSuccess
|
|
1350
1280
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartSentimentDetectionJobResponseSuccess
|
|
@@ -1357,15 +1287,7 @@ module Aws
|
|
|
1357
1287
|
end
|
|
1358
1288
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_targeted_sentiment_detection_job-instance_method
|
|
1359
1289
|
def start_targeted_sentiment_detection_job: (
|
|
1360
|
-
input_data_config:
|
|
1361
|
-
s3_uri: ::String,
|
|
1362
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1363
|
-
document_reader_config: {
|
|
1364
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1365
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1366
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1367
|
-
}?
|
|
1368
|
-
},
|
|
1290
|
+
input_data_config: Params::input_data_config,
|
|
1369
1291
|
output_data_config: {
|
|
1370
1292
|
s3_uri: ::String,
|
|
1371
1293
|
kms_key_id: ::String?
|
|
@@ -1383,7 +1305,7 @@ module Aws
|
|
|
1383
1305
|
{
|
|
1384
1306
|
key: ::String,
|
|
1385
1307
|
value: ::String?
|
|
1386
|
-
}
|
|
1308
|
+
}
|
|
1387
1309
|
]
|
|
1388
1310
|
) -> _StartTargetedSentimentDetectionJobResponseSuccess
|
|
1389
1311
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTargetedSentimentDetectionJobResponseSuccess
|
|
@@ -1396,15 +1318,7 @@ module Aws
|
|
|
1396
1318
|
end
|
|
1397
1319
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Comprehend/Client.html#start_topics_detection_job-instance_method
|
|
1398
1320
|
def start_topics_detection_job: (
|
|
1399
|
-
input_data_config:
|
|
1400
|
-
s3_uri: ::String,
|
|
1401
|
-
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
1402
|
-
document_reader_config: {
|
|
1403
|
-
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
1404
|
-
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
1405
|
-
feature_types: Array[("TABLES" | "FORMS")]?
|
|
1406
|
-
}?
|
|
1407
|
-
},
|
|
1321
|
+
input_data_config: Params::input_data_config,
|
|
1408
1322
|
output_data_config: {
|
|
1409
1323
|
s3_uri: ::String,
|
|
1410
1324
|
kms_key_id: ::String?
|
|
@@ -1422,7 +1336,7 @@ module Aws
|
|
|
1422
1336
|
{
|
|
1423
1337
|
key: ::String,
|
|
1424
1338
|
value: ::String?
|
|
1425
|
-
}
|
|
1339
|
+
}
|
|
1426
1340
|
]
|
|
1427
1341
|
) -> _StartTopicsDetectionJobResponseSuccess
|
|
1428
1342
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartTopicsDetectionJobResponseSuccess
|
|
@@ -1532,7 +1446,7 @@ module Aws
|
|
|
1532
1446
|
{
|
|
1533
1447
|
key: ::String,
|
|
1534
1448
|
value: ::String?
|
|
1535
|
-
}
|
|
1449
|
+
}
|
|
1536
1450
|
]
|
|
1537
1451
|
) -> _TagResourceResponseSuccess
|
|
1538
1452
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Comprehend
|
|
10
|
+
module Params
|
|
11
|
+
type augmented_manifests_list_item = {
|
|
12
|
+
s3_uri: ::String,
|
|
13
|
+
split: ("TRAIN" | "TEST")?,
|
|
14
|
+
attribute_names: Array[::String],
|
|
15
|
+
annotation_data_s3_uri: ::String?,
|
|
16
|
+
source_documents_s3_uri: ::String?,
|
|
17
|
+
document_type: ("PLAIN_TEXT_DOCUMENT" | "SEMI_STRUCTURED_DOCUMENT")?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type input_data_config = {
|
|
21
|
+
s3_uri: ::String,
|
|
22
|
+
input_format: ("ONE_DOC_PER_FILE" | "ONE_DOC_PER_LINE")?,
|
|
23
|
+
document_reader_config: {
|
|
24
|
+
document_read_action: ("TEXTRACT_DETECT_DOCUMENT_TEXT" | "TEXTRACT_ANALYZE_DOCUMENT"),
|
|
25
|
+
document_read_mode: ("SERVICE_DEFAULT" | "FORCE_DOCUMENT_READ_ACTION")?,
|
|
26
|
+
feature_types: Array[("TABLES" | "FORMS")]?
|
|
27
|
+
}?
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-comprehend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.115.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- lib/aws-sdk-comprehend/types.rb
|
|
68
68
|
- sig/client.rbs
|
|
69
69
|
- sig/errors.rbs
|
|
70
|
+
- sig/params.rbs
|
|
70
71
|
- sig/resource.rbs
|
|
71
72
|
- sig/types.rbs
|
|
72
73
|
- sig/waiters.rbs
|