Interface ExperimentConfig.Builder

    • Method Detail

      • experimentName

        ExperimentConfig.Builder experimentName​(String experimentName)

        The name of an existing experiment to associate with the trial component.

        Parameters:
        experimentName - The name of an existing experiment to associate with the trial component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trialName

        ExperimentConfig.Builder trialName​(String trialName)

        The name of an existing trial to associate the trial component with. If not specified, a new trial is created.

        Parameters:
        trialName - The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trialComponentDisplayName

        ExperimentConfig.Builder trialComponentDisplayName​(String trialComponentDisplayName)

        The display name for the trial component. If this key isn't specified, the display name is the trial component name.

        Parameters:
        trialComponentDisplayName - The display name for the trial component. If this key isn't specified, the display name is the trial component name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • runName

        ExperimentConfig.Builder runName​(String runName)

        The name of the experiment run to associate with the trial component.

        Parameters:
        runName - The name of the experiment run to associate with the trial component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.