Interface AcceptChoice.Builder

  • Method Details

    • editedValue

      AcceptChoice.Builder editedValue(String editedValue)

      The edit of the prediction.

      Parameters:
      editedValue - The edit of the prediction.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predictionChoice

      AcceptChoice.Builder predictionChoice(Integer predictionChoice)

      Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.

      Parameters:
      predictionChoice - Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • predictionTarget

      AcceptChoice.Builder predictionTarget(String predictionTarget)

      Specifies the target (for example, a column name) where a prediction can be accepted.

      Parameters:
      predictionTarget - Specifies the target (for example, a column name) where a prediction can be accepted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.