| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static InferIcd10CmResponse.Builder |
InferIcd10CmResponse.builder() |
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.Builder.entities(Collection<ICD10CMEntity> entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.Builder.entities(Consumer<ICD10CMEntity.Builder>... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.Builder.entities(ICD10CMEntity... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.Builder.modelVersion(String modelVersion)
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.
|
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.Builder.paginationToken(String paginationToken)
If the result of the previous request to
InferICD10CM was truncated, include the
PaginationToken to fetch the next page of medical condition entities. |
InferIcd10CmResponse.Builder |
InferIcd10CmResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferIcd10CmResponse.Builder> |
InferIcd10CmResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.