Interface InferIcd10CmResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, ComprehendMedicalResponse.Builder, CopyableBuilder<InferIcd10CmResponse.Builder,InferIcd10CmResponse>, SdkBuilder<InferIcd10CmResponse.Builder,InferIcd10CmResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
InferIcd10CmResponse

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the ICD10CMEntity.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<ICD10CMEntity>).

      Parameters:
      entities - a consumer that will call methods on ICD10CMEntity.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paginationToken

      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.

      Parameters:
      paginationToken - If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelVersion

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.