Interface NamedEntityDefinitionMetric.Builder

  • Method Details

    • aggregation

      NamedEntityDefinitionMetric.Builder aggregation(String aggregation)

      The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.

      Parameters:
      aggregation - The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • aggregation

      The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.

      Parameters:
      aggregation - The aggregation of a named entity. Valid values for this structure are SUM, MIN, MAX, COUNT, AVERAGE, DISTINCT_COUNT, STDEV, STDEVP, VAR, VARP, PERCENTILE, MEDIAN, and CUSTOM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • aggregationFunctionParameters

      NamedEntityDefinitionMetric.Builder aggregationFunctionParameters(Map<String,String> aggregationFunctionParameters)

      The additional parameters for an aggregation function.

      Parameters:
      aggregationFunctionParameters - The additional parameters for an aggregation function.
      Returns:
      Returns a reference to this object so that method calls can be chained together.