Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-12470 FLIP39: Flink ML pipeline and ML libs
  3. FLINK-12881

Add more functionalities for ML Params and ParamInfo class

    XMLWordPrintableJSON

Details

    Description

      1. change Params$get to support aliases

      • support aliases
      • if the Params contains the specific parameter and alias, but has more than one value or
      • if the Params doesn't contains the specific parameter, while the ParamInfo is optional but has no default value, it will throw exception
      • when isOptional is true, contain(ParamInfo) is true, it will return the value found in Params, whether the value is null or not. when isOptional is true, contain(ParamInfo) is false: hasDefaultValue is true, it will return defaultValue. hasDefaultValue is false, it will throw exception. developer should use contain to check that Params has ParamInfo or not.

      2. add size, clear, isEmpty, contains, fromJson in Params
      3. fix ParamInfo, PipelineStage to adapt new Params

      • assert null in alias
      • use Params$loadJson in PipelineStage

      4. add test cases about aliases

      Attachments

        Issue Links

          Activity

            People

              xuyang1706 Xu Yang
              xuyang1706 Xu Yang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m