Interface ExperimentSchedule.Builder

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

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

    • analysisCompleteTime

      ExperimentSchedule.Builder analysisCompleteTime(Instant analysisCompleteTime)

      The time and date that Evidently completed the analysis of the experiment.

      Parameters:
      analysisCompleteTime - The time and date that Evidently completed the analysis of the experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.