Interface RejectChoice.Builder

    • Method Detail

      • predictionChoices

        RejectChoice.Builder predictionChoices​(Collection<Integer> predictionChoices)

        Specifies the the automatically generated business metadata that can be rejected.

        Parameters:
        predictionChoices - Specifies the the automatically generated business metadata that can be rejected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictionChoices

        RejectChoice.Builder predictionChoices​(Integer... predictionChoices)

        Specifies the the automatically generated business metadata that can be rejected.

        Parameters:
        predictionChoices - Specifies the the automatically generated business metadata that can be rejected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predictionTarget

        RejectChoice.Builder predictionTarget​(String predictionTarget)

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

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