aws-sdk-comprehend 1.66.0 → 1.68.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0390340a6b231a1b4bb183c07f02e9d3570e85ce0052eda6ec39c6caf8856c66'
4
- data.tar.gz: 9d470de209260ed3d4f8871a55bdd2622b8a0f910fd387e4ab9b895d0f982316
3
+ metadata.gz: 2795339a1b5ff7154a977a6f4921117728519249538628c2e430ff0439de0778
4
+ data.tar.gz: 91f757f8d8a73726513ba2a7b526c5991ff24ea62cc072938a85395cfd96b431
5
5
  SHA512:
6
- metadata.gz: dc7e9a365dc88ae34054d6d03d5171708d3baa86d09e201ccb0afafd9579dbe42c7f3f27f280442ee0d37b105e6875e6cf2fc819002073ecff96a6a0485e3d0c
7
- data.tar.gz: b7ab28ad53e884b3b07205e89852e718e5741657023cd3c9819577df1141d9a434b8ef9df30709777a2cad314e58e167a145469cb5b19bc733952c30ada5638c
6
+ metadata.gz: 460952c4bc9f3eee19662f76e4421bf4105807f1c6d0e54e9efea4c501201d382652a87dc5e1a01613e1105c6b5250c0f494015545e5d88f33d2eacef57deeaa
7
+ data.tar.gz: da511f2b66c64df9893d055713dc490716ec475a9050d7b2214fd2a82243a8ec073a04d300418bd14264e8673ab5836dd2ddf77aa48546a0d31947a9c06063b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2023-04-19)
5
+ ------------------
6
+
7
+ * Feature - This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
8
+
9
+ 1.67.0 (2023-03-24)
10
+ ------------------
11
+
12
+ * Feature - This release adds a new field (FlywheelArn) to the EntitiesDetectionJobProperties object. The FlywheelArn field is returned in the DescribeEntitiesDetectionJob and ListEntitiesDetectionJobs responses when the EntitiesDetection job is started with a FlywheelArn instead of an EntityRecognizerArn .
13
+
4
14
  1.66.0 (2023-02-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.68.0