Class: Aws::ComprehendMedical::Types::InferICD10CMResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferICD10CMResponse
- Defined in:
- gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entities ⇒ Array<Types::ICD10CMEntity>
The medical conditions detected in the text linked to ICD-10-CM concepts.
-
#model_version ⇒ String
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
-
#pagination_token ⇒ String
If the result of the previous request to
InferICD10CM
was truncated, include thePaginationToken
to fetch the next page of medical condition entities.
Instance Attribute Details
#entities ⇒ Array<Types::ICD10CMEntity>
The medical conditions detected in the text linked to ICD-10-CM concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 794 class InferICD10CMResponse < Struct.new( :entities, :pagination_token, :model_version) SENSITIVE = [] include Aws::Structure end |
#model_version ⇒ String
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 794 class InferICD10CMResponse < Struct.new( :entities, :pagination_token, :model_version) SENSITIVE = [] include Aws::Structure end |
#pagination_token ⇒ String
If the result of the previous request to InferICD10CM
was
truncated, include the PaginationToken
to fetch the next page of
medical condition entities.
794 795 796 797 798 799 800 |
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 794 class InferICD10CMResponse < Struct.new( :entities, :pagination_token, :model_version) SENSITIVE = [] include Aws::Structure end |