Class FeatureAttributionMetric

java.lang.Object
com.azure.core.util.ExpandableStringEnum<FeatureAttributionMetric>
com.azure.resourcemanager.machinelearning.models.FeatureAttributionMetric

public final class FeatureAttributionMetric extends com.azure.core.util.ExpandableStringEnum<FeatureAttributionMetric>
Defines values for FeatureAttributionMetric.
  • Field Details

    • NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN

      public static final FeatureAttributionMetric NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN
      Static value NormalizedDiscountedCumulativeGain for FeatureAttributionMetric.
  • Constructor Details

    • FeatureAttributionMetric

      @Deprecated public FeatureAttributionMetric()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of FeatureAttributionMetric value.
  • Method Details

    • fromString

      public static FeatureAttributionMetric fromString(String name)
      Creates or finds a FeatureAttributionMetric from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding FeatureAttributionMetric.
    • values

      public static Collection<FeatureAttributionMetric> values()
      Gets known FeatureAttributionMetric values.
      Returns:
      known FeatureAttributionMetric values.