Interface AcceptChoice.Builder

    • Method Detail

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