| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehendmedical.model |
| Modifier and Type | Method and Description |
|---|---|
static InferSnomedctResponse.Builder |
InferSnomedctResponse.builder() |
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.characters(Characters characters)
The number of characters in the input request documentation.
|
default InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.characters(Consumer<Characters.Builder> characters)
The number of characters in the input request documentation.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.entities(Collection<SNOMEDCTEntity> entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.entities(Consumer<SNOMEDCTEntity.Builder>... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.entities(SNOMEDCTEntity... entities)
The collection of medical concept entities extracted from the input text and their associated information.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.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.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.paginationToken(String paginationToken)
If the result of the request is truncated, the pagination token can be used to fetch the next page of
entities.
|
default InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.snomedctDetails(Consumer<SNOMEDCTDetails.Builder> snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.Builder.snomedctDetails(SNOMEDCTDetails snomedctDetails)
The details of the SNOMED-CT revision, including the edition, language, and version date.
|
InferSnomedctResponse.Builder |
InferSnomedctResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferSnomedctResponse.Builder> |
InferSnomedctResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.