Interface ControlStats.Builder

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

@Mutable @NotThreadSafe public static interface ControlStats.Builder extends SdkPojo, CopyableBuilder<ControlStats.Builder,ControlStats>
  • Method Details

    • variantName

      ControlStats.Builder variantName(String variantName)

      The name of the control variant.

      Parameters:
      variantName - The name of the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sampleSize

      ControlStats.Builder sampleSize(Integer sampleSize)

      The number of sessions evaluated for the control variant.

      Parameters:
      sampleSize - The number of sessions evaluated for the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mean

      The mean evaluation score for the control variant.

      Parameters:
      mean - The mean evaluation score for the control variant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.