You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComprehendMedical::Types::InferICD10CMResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<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.

Returns:

  • (Array<Types::ICD10CMEntity>)

    The medical conditions detected in the text linked to ICD-10-CM concepts.

#model_versionString

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.

Returns:

  • (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_tokenString

If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.

Returns:

  • (String)

    If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.