Interface PredictQaResultsResponse.Builder

    • Method Detail

      • primaryResult

        PredictQaResultsResponse.Builder primaryResult​(QAResult primaryResult)

        The primary visual response.

        Parameters:
        primaryResult - The primary visual response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalResults

        PredictQaResultsResponse.Builder additionalResults​(Collection<QAResult> additionalResults)

        Additional visual responses.

        Parameters:
        additionalResults - Additional visual responses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalResults

        PredictQaResultsResponse.Builder additionalResults​(QAResult... additionalResults)

        Additional visual responses.

        Parameters:
        additionalResults - Additional visual responses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        PredictQaResultsResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        PredictQaResultsResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.