Interface ExperimentExecution.Builder

    • Method Detail

      • endedTime

        ExperimentExecution.Builder endedTime​(Instant endedTime)

        The date and time that the experiment ended.

        Parameters:
        endedTime - The date and time that the experiment ended.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedTime

        ExperimentExecution.Builder startedTime​(Instant startedTime)

        The date and time that the experiment started.

        Parameters:
        startedTime - The date and time that the experiment started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.