Class: Aws::Types::InferICD10CMResponse
- Inherits:
-
Object
- Object
- Aws::Types::InferICD10CMResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::ICD10CMEntity]
Returns the value of attribute entities.
-
#model_version ⇒ ::String
Returns the value of attribute model_version.
-
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::ICD10CMEntity]
Returns the value of attribute entities.
204 205 206 |
# File 'sig/types.rbs', line 204 def entities @entities end |
#model_version ⇒ ::String
Returns the value of attribute model_version.
206 207 208 |
# File 'sig/types.rbs', line 206 def model_version @model_version end |
#pagination_token ⇒ ::String
Returns the value of attribute pagination_token.
205 206 207 |
# File 'sig/types.rbs', line 205 def pagination_token @pagination_token end |