aws-sdk-comprehendmedical 1.25.0 → 1.26.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-comprehendmedical.rb +1 -1
- data/lib/aws-sdk-comprehendmedical/client.rb +5 -3
- data/lib/aws-sdk-comprehendmedical/client_api.rb +3 -0
- data/lib/aws-sdk-comprehendmedical/types.rb +16 -4
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2fb87775ac35ee1ddef5d7587f3d051d9e5ddc154f095837b09a18f2d8061f7
|
|
4
|
+
data.tar.gz: 6d7468a9e81bfb31d6eab2e55d4bd45e1786bf0d88e42dcbf7d5eb7c77f1a916
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3666fc1a133d2c19e32d3774ed1dc264a0f2d2003b8d113901f14cbeb0fd5aa91189e45fe68e569eda73a3ae45e6b6fe7e8688c7afd83e4827b231a8130ff36
|
|
7
|
+
data.tar.gz: 213a644ba497cc9e44705e6e49359de3099379cac3256f58751524c0d64ee017d3f77b540cb95e58d5e095d6fdbb64e8b482d19ce8afe9ba8604a2b27837c700
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.26.0
|
|
@@ -771,12 +771,12 @@ module Aws::ComprehendMedical
|
|
|
771
771
|
# resp.entities[0].id #=> Integer
|
|
772
772
|
# resp.entities[0].text #=> String
|
|
773
773
|
# resp.entities[0].category #=> String, one of "MEDICAL_CONDITION"
|
|
774
|
-
# resp.entities[0].type #=> String, one of "DX_NAME"
|
|
774
|
+
# resp.entities[0].type #=> String, one of "DX_NAME", "TIME_EXPRESSION"
|
|
775
775
|
# resp.entities[0].score #=> Float
|
|
776
776
|
# resp.entities[0].begin_offset #=> Integer
|
|
777
777
|
# resp.entities[0].end_offset #=> Integer
|
|
778
778
|
# resp.entities[0].attributes #=> Array
|
|
779
|
-
# resp.entities[0].attributes[0].type #=> String, one of "ACUITY", "DIRECTION", "SYSTEM_ORGAN_SITE", "QUALITY", "QUANTITY"
|
|
779
|
+
# resp.entities[0].attributes[0].type #=> String, one of "ACUITY", "DIRECTION", "SYSTEM_ORGAN_SITE", "QUALITY", "QUANTITY", "TIME_TO_DX_NAME", "TIME_EXPRESSION"
|
|
780
780
|
# resp.entities[0].attributes[0].score #=> Float
|
|
781
781
|
# resp.entities[0].attributes[0].relationship_score #=> Float
|
|
782
782
|
# resp.entities[0].attributes[0].id #=> Integer
|
|
@@ -786,6 +786,8 @@ module Aws::ComprehendMedical
|
|
|
786
786
|
# resp.entities[0].attributes[0].traits #=> Array
|
|
787
787
|
# resp.entities[0].attributes[0].traits[0].name #=> String, one of "NEGATION", "DIAGNOSIS", "SIGN", "SYMPTOM"
|
|
788
788
|
# resp.entities[0].attributes[0].traits[0].score #=> Float
|
|
789
|
+
# resp.entities[0].attributes[0].category #=> String, one of "DX_NAME", "TIME_EXPRESSION"
|
|
790
|
+
# resp.entities[0].attributes[0].relationship_type #=> String, one of "OVERLAP", "SYSTEM_ORGAN_SITE"
|
|
789
791
|
# resp.entities[0].traits #=> Array
|
|
790
792
|
# resp.entities[0].traits[0].name #=> String, one of "NEGATION", "DIAGNOSIS", "SIGN", "SYMPTOM"
|
|
791
793
|
# resp.entities[0].traits[0].score #=> Float
|
|
@@ -1531,7 +1533,7 @@ module Aws::ComprehendMedical
|
|
|
1531
1533
|
params: params,
|
|
1532
1534
|
config: config)
|
|
1533
1535
|
context[:gem_name] = 'aws-sdk-comprehendmedical'
|
|
1534
|
-
context[:gem_version] = '1.
|
|
1536
|
+
context[:gem_version] = '1.26.0'
|
|
1535
1537
|
Seahorse::Client::Request.new(handlers, context)
|
|
1536
1538
|
end
|
|
1537
1539
|
|
|
@@ -50,6 +50,7 @@ module Aws::ComprehendMedical
|
|
|
50
50
|
ICD10CMEntityCategory = Shapes::StringShape.new(name: 'ICD10CMEntityCategory')
|
|
51
51
|
ICD10CMEntityList = Shapes::ListShape.new(name: 'ICD10CMEntityList')
|
|
52
52
|
ICD10CMEntityType = Shapes::StringShape.new(name: 'ICD10CMEntityType')
|
|
53
|
+
ICD10CMRelationshipType = Shapes::StringShape.new(name: 'ICD10CMRelationshipType')
|
|
53
54
|
ICD10CMTrait = Shapes::StructureShape.new(name: 'ICD10CMTrait')
|
|
54
55
|
ICD10CMTraitList = Shapes::ListShape.new(name: 'ICD10CMTraitList')
|
|
55
56
|
ICD10CMTraitName = Shapes::StringShape.new(name: 'ICD10CMTraitName')
|
|
@@ -233,6 +234,8 @@ module Aws::ComprehendMedical
|
|
|
233
234
|
ICD10CMAttribute.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "EndOffset"))
|
|
234
235
|
ICD10CMAttribute.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
|
|
235
236
|
ICD10CMAttribute.add_member(:traits, Shapes::ShapeRef.new(shape: ICD10CMTraitList, location_name: "Traits"))
|
|
237
|
+
ICD10CMAttribute.add_member(:category, Shapes::ShapeRef.new(shape: ICD10CMEntityType, location_name: "Category"))
|
|
238
|
+
ICD10CMAttribute.add_member(:relationship_type, Shapes::ShapeRef.new(shape: ICD10CMRelationshipType, location_name: "RelationshipType"))
|
|
236
239
|
ICD10CMAttribute.struct_class = Types::ICD10CMAttribute
|
|
237
240
|
|
|
238
241
|
ICD10CMAttributeList.member = Shapes::ShapeRef.new(shape: ICD10CMAttribute)
|
|
@@ -627,6 +627,16 @@ module Aws::ComprehendMedical
|
|
|
627
627
|
# by InferICD10CM are `DIAGNOSIS`, `SIGN`, `SYMPTOM`, and `NEGATION`.
|
|
628
628
|
# @return [Array<Types::ICD10CMTrait>]
|
|
629
629
|
#
|
|
630
|
+
# @!attribute [rw] category
|
|
631
|
+
# The category of attribute. Can be either of `DX_NAME` or
|
|
632
|
+
# `TIME_EXPRESSION`.
|
|
633
|
+
# @return [String]
|
|
634
|
+
#
|
|
635
|
+
# @!attribute [rw] relationship_type
|
|
636
|
+
# The type of relationship between the entity and attribute. Type for
|
|
637
|
+
# the relationship can be either of `OVERLAP` or `SYSTEM_ORGAN_SITE`.
|
|
638
|
+
# @return [String]
|
|
639
|
+
#
|
|
630
640
|
# @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/ICD10CMAttribute AWS API Documentation
|
|
631
641
|
#
|
|
632
642
|
class ICD10CMAttribute < Struct.new(
|
|
@@ -637,7 +647,9 @@ module Aws::ComprehendMedical
|
|
|
637
647
|
:begin_offset,
|
|
638
648
|
:end_offset,
|
|
639
649
|
:text,
|
|
640
|
-
:traits
|
|
650
|
+
:traits,
|
|
651
|
+
:category,
|
|
652
|
+
:relationship_type)
|
|
641
653
|
SENSITIVE = []
|
|
642
654
|
include Aws::Structure
|
|
643
655
|
end
|
|
@@ -693,7 +705,8 @@ module Aws::ComprehendMedical
|
|
|
693
705
|
#
|
|
694
706
|
# @!attribute [rw] type
|
|
695
707
|
# Describes the specific type of entity with category of entities.
|
|
696
|
-
# InferICD10CM detects entities of the type `DX_NAME
|
|
708
|
+
# InferICD10CM detects entities of the type `DX_NAME` and
|
|
709
|
+
# `TIME_EXPRESSION`.
|
|
697
710
|
# @return [String]
|
|
698
711
|
#
|
|
699
712
|
# @!attribute [rw] score
|
|
@@ -864,8 +877,7 @@ module Aws::ComprehendMedical
|
|
|
864
877
|
end
|
|
865
878
|
|
|
866
879
|
# The input properties for an entities detection job. This includes the
|
|
867
|
-
# name of the S3 bucket and the path to the files to be analyzed.
|
|
868
|
-
# batch-manifest for more information.
|
|
880
|
+
# name of the S3 bucket and the path to the files to be analyzed.
|
|
869
881
|
#
|
|
870
882
|
# @note When making an API call, you may pass InputDataConfig
|
|
871
883
|
# data as a hash:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-comprehendmedical
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.26.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
|
66
66
|
licenses:
|
|
67
67
|
- Apache-2.0
|
|
68
68
|
metadata:
|
|
69
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
70
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehendmedical
|
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehendmedical/CHANGELOG.md
|
|
71
71
|
post_install_message:
|
|
72
72
|
rdoc_options: []
|
|
73
73
|
require_paths:
|