Interface ExperimentRunResult.Builder

  • Method Details

    • executiveSummary

      ExperimentRunResult.Builder executiveSummary(String executiveSummary)

      A summary of the experiment outcome and key findings.

      Parameters:
      executiveSummary - A summary of the experiment outcome and key findings.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasonsToLaunch

      ExperimentRunResult.Builder reasonsToLaunch(String reasonsToLaunch)

      Evidence in favor of launching the winning treatment.

      Parameters:
      reasonsToLaunch - Evidence in favor of launching the winning treatment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • reasonsNotToLaunch

      ExperimentRunResult.Builder reasonsNotToLaunch(String reasonsNotToLaunch)

      Evidence against launching the treatment.

      Parameters:
      reasonsNotToLaunch - Evidence against launching the treatment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.