Class: Aws::ComprehendMedical::Types::InferRxNormResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesArray<Types::RxNormEntity>

The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.

Returns:



839
840
841
842
843
844
845
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 839

class InferRxNormResponse < Struct.new(
  :entities,
  :pagination_token,
  :model_version)
  SENSITIVE = []
  include Aws::Structure
end

#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)


839
840
841
842
843
844
845
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 839

class InferRxNormResponse < Struct.new(
  :entities,
  :pagination_token,
  :model_version)
  SENSITIVE = []
  include Aws::Structure
end

#pagination_tokenString

If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.

Returns:

  • (String)


839
840
841
842
843
844
845
# File 'gems/aws-sdk-comprehendmedical/lib/aws-sdk-comprehendmedical/types.rb', line 839

class InferRxNormResponse < Struct.new(
  :entities,
  :pagination_token,
  :model_version)
  SENSITIVE = []
  include Aws::Structure
end