Interface PipelineExperimentConfig.Builder

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

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

    • experimentName

      PipelineExperimentConfig.Builder experimentName(String experimentName)

      The name of the experiment.

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

      The name of the trial.

      Parameters:
      trialName - The name of the trial.
      Returns:
      Returns a reference to this object so that method calls can be chained together.