Interface RejectChoice.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RejectChoice.Builder,RejectChoice>, SdkBuilder<RejectChoice.Builder,RejectChoice>, SdkPojo
Enclosing class:
RejectChoice

public static interface RejectChoice.Builder extends SdkPojo, CopyableBuilder<RejectChoice.Builder,RejectChoice>
  • Method Details

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