Interface NamedEntityDefinitionMetric.Builder

    • Method Detail

      • 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:
        NamedEntityAggType, NamedEntityAggType
      • aggregation

        NamedEntityDefinitionMetric.Builder aggregation​(NamedEntityAggType 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:
        NamedEntityAggType, NamedEntityAggType
      • 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.