aws-sdk-comprehend 1.48.0 → 1.52.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-comprehend/client.rb +392 -3
- data/lib/aws-sdk-comprehend/client_api.rb +143 -1
- data/lib/aws-sdk-comprehend/types.rb +790 -18
- data/lib/aws-sdk-comprehend.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 898e5a918006930ceaa12fc25e788b334d8e98be0d636f8716de7aae54c00d31
|
4
|
+
data.tar.gz: b2c62a018c670a264105a95c9fb5e872c50aa18345d85a7788a05529de05a153
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c05b640caaa2ae7691e376f64125c0156373d531da1e844b1a813195e9a10fc19cee0b7cb43faf221e82482fdeb1a7f0ff8318a12030606f7408683a5936f29f
|
7
|
+
data.tar.gz: ffd392ec11d5a383df1608720d1215b1b257bb234594995661b22f074c032bc48b55d7b3060adde1d88b2fbf06915b6eb699cbd316338b0a752c5b6d0eb16963
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.52.0 (2021-09-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints.
|
8
|
+
|
9
|
+
1.51.0 (2021-09-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Comprehend now allows you to train and run PDF and Word documents for custom entity recognition. With PDF and Word formats, you can extract information from documents containing headers, lists and tables.
|
13
|
+
|
14
|
+
1.50.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.49.0 (2021-08-20)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Add tagging support for Comprehend async inference job.
|
23
|
+
|
4
24
|
1.48.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|