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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #entities(List) .entities - a consumer that will call methods on List.Builder #entities(List) 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 © 2022. All rights reserved.