Class ColumnDistribution
- java.lang.Object
-
- ai.konduit.serving.config.metrics.ColumnDistribution
-
- All Implemented Interfaces:
TextConfig
public class ColumnDistribution extends java.lang.Object implements TextConfig
Column distribution represents statistics and normalizer information for how to transform or denormalize values based on distribution information.- Author:
- Adam Gibson
-
-
Constructor Summary
Constructors Constructor Description ColumnDistribution()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ColumnDistributionfromJson(java.lang.String json)static ColumnDistributionfromYaml(java.lang.String yaml)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.konduit.serving.config.TextConfig
toJson, toJsonObject, toYaml
-
-
-
-
Method Detail
-
fromJson
public static ColumnDistribution fromJson(java.lang.String json)
-
fromYaml
public static ColumnDistribution fromYaml(java.lang.String yaml)
-
-