public static interface InferIcd10CmResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<InferIcd10CmResponse.Builder,InferIcd10CmResponse>
| Modifier and Type | Method and Description |
|---|---|
InferIcd10CmResponse.Builder |
entities(Collection<ICD10CMEntity> entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferIcd10CmResponse.Builder |
entities(Consumer<ICD10CMEntity.Builder>... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
InferIcd10CmResponse.Builder |
entities(ICD10CMEntity... entities)
The medical conditions detected in the text linked to ICD-10-CM concepts.
|
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 |
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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildInferIcd10CmResponse.Builder entities(Collection<ICD10CMEntity> entities)
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.
entities - 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.InferIcd10CmResponse.Builder entities(ICD10CMEntity... entities)
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.
entities - 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.InferIcd10CmResponse.Builder entities(Consumer<ICD10CMEntity.Builder>... entities)
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.
This is a convenience method that creates an instance of theICD10CMEntity.Builder avoiding the need to
create one manually via
ICD10CMEntity.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entities(List.
entities - a consumer that will call methods on
ICD10CMEntity.Builder#entities(java.util.Collection) 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.
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 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.
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.Copyright © 2023. All rights reserved.