Class AnalysisConfig


  • public class AnalysisConfig
    extends java.lang.Object
    Capture how the Analysis is configured. Attributes on the analysis are typically frozen once training has started.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAX_CARDINALITY_DEFAULT

        public static final int MAX_CARDINALITY_DEFAULT
        The default value for the maximum Cardinality tracked.
        See Also:
        Constant Field Values
      • MAX_OUTLIERS_DEFAULT

        public static final int MAX_OUTLIERS_DEFAULT
        The default value for the maximum # of outliers tracked.
        See Also:
        Constant Field Values
      • MAX_SHAPES_DEFAULT

        public static final int MAX_SHAPES_DEFAULT
        The default value for the maximum number of shapes tracked.
        See Also:
        Constant Field Values
      • DETECTION_THRESHOLD_DEFAULT

        public static final int DETECTION_THRESHOLD_DEFAULT
        The default value for the detection threshold.
        See Also:
        Constant Field Values
      • DETECT_WINDOW_DEFAULT

        public static final int DETECT_WINDOW_DEFAULT
        The default value for the number of samples to collect before making a type determination.
        See Also:
        Constant Field Values
      • maxCardinality

        public int maxCardinality
        The maximum Cardinality tracked.
      • maxOutliers

        public int maxOutliers
        The maximum number of outliers tracked.
      • maxShapes

        public int maxShapes
        The maximum number of shapes tracked.
      • threshold

        public int threshold
      • detectWindow

        public int detectWindow
      • localeTag

        public java.lang.String localeTag
      • traceOptions

        public java.lang.String traceOptions
      • collectStatistics

        public boolean collectStatistics
        Should we collect statistics (min, max, sum) as we parse the data stream.
      • debug

        public int debug
        Internal-only debugging flag.
      • enableDefaultLogicalTypes

        public boolean enableDefaultLogicalTypes
        Should we enable Default Logical Type detection.