Interface EvaluationRule.Builder

    • Method Detail

      • name

        EvaluationRule.Builder name​(String name)

        The name of the experiment or launch.

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

        EvaluationRule.Builder type​(String type)

        This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.

        Parameters:
        type - This value is aws.evidently.splits if this is an evaluation rule for a launch, and it is aws.evidently.onlineab if this is an evaluation rule for an experiment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.