Package com.gengoai

Class ParamMap.Parameter<T>

    • Field Detail

      • param

        public final ParameterDef<T> param
        The Parameter definition.
    • Method Detail

      • set

        public V set​(T value)
        Sets the value of the parameter.
        Parameters:
        value - the value
        Returns:
        the param map the parameter belongs to
      • value

        public T value()
        Gets the value of the parameter
        Returns:
        the value