Class ImputeMode


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

      • AUTO

        public static final ImputeMode AUTO
        Static value auto for ImputeMode.
      • PREVIOUS

        public static final ImputeMode PREVIOUS
        Static value previous for ImputeMode.
      • LINEAR

        public static final ImputeMode LINEAR
        Static value linear for ImputeMode.
      • FIXED

        public static final ImputeMode FIXED
        Static value fixed for ImputeMode.
      • ZERO

        public static final ImputeMode ZERO
        Static value zero for ImputeMode.
      • NOT_FILL

        public static final ImputeMode NOT_FILL
        Static value notFill for ImputeMode.
    • Constructor Detail

      • ImputeMode

        public ImputeMode()
    • Method Detail

      • fromString

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