public static interface InferRxNormResponse.Builder extends ComprehendMedicalResponse.Builder, SdkPojo, CopyableBuilder<InferRxNormResponse.Builder,InferRxNormResponse>
| Modifier and Type | Method and Description |
|---|---|
InferRxNormResponse.Builder |
entities(Collection<RxNormEntity> entities)
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.Builder |
entities(Consumer<RxNormEntity.Builder>... entities)
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.Builder |
entities(RxNormEntity... entities)
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.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.
|
InferRxNormResponse.Builder |
paginationToken(String paginationToken)
If the result of the previous request to
InferRxNorm was truncated, include the
PaginationToken to fetch the next page of medication entities. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildInferRxNormResponse.Builder entities(Collection<RxNormEntity> entities)
The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
entities - The medication entities detected in the text linked to RxNorm concepts. If the action is successful,
the service sends back an HTTP 200 response, as well as the entities detected.InferRxNormResponse.Builder entities(RxNormEntity... entities)
The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
entities - The medication entities detected in the text linked to RxNorm concepts. If the action is successful,
the service sends back an HTTP 200 response, as well as the entities detected.InferRxNormResponse.Builder entities(Consumer<RxNormEntity.Builder>... entities)
The medication entities detected in the text linked to RxNorm 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) InferRxNormResponse.Builder paginationToken(String paginationToken)
If the result of the previous request to InferRxNorm was truncated, include the
PaginationToken to fetch the next page of medication entities.
paginationToken - If the result of the previous request to InferRxNorm was truncated, include the
PaginationToken to fetch the next page of medication entities.InferRxNormResponse.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.