Interface HumanEvaluationCustomMetric.Builder

    • Method Detail

      • name

        HumanEvaluationCustomMetric.Builder name​(String name)

        The name of the metric. Your human evaluators will see this name in the evaluation UI.

        Parameters:
        name - The name of the metric. Your human evaluators will see this name in the evaluation UI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        HumanEvaluationCustomMetric.Builder description​(String description)

        An optional description of the metric. Use this parameter to provide more details about the metric.

        Parameters:
        description - An optional description of the metric. Use this parameter to provide more details about the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ratingMethod

        HumanEvaluationCustomMetric.Builder ratingMethod​(String ratingMethod)

        Choose how you want your human workers to evaluation your model. Valid values for rating methods are ThumbsUpDown, IndividualLikertScale,ComparisonLikertScale, ComparisonChoice, and ComparisonRank

        Parameters:
        ratingMethod - Choose how you want your human workers to evaluation your model. Valid values for rating methods are ThumbsUpDown, IndividualLikertScale,ComparisonLikertScale, ComparisonChoice, and ComparisonRank
        Returns:
        Returns a reference to this object so that method calls can be chained together.