Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separates RegisterModelStep into RegisterLocalModelStep and RegisterRemoteModelStep. Adds GetMLTaskStep. Handles optional params #155

Merged
merged 13 commits into from
Nov 13, 2023

Commits on Nov 7, 2023

  1. added RegisterRemoteModelStep and tests

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    9bb74eb View commit details
    Browse the repository at this point in the history
  2. Adding RegisterLocalModelStep, fixing tests, adding input/ouput defin…

    …itions to workflow step json
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    d93a581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5997b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Fixing javadoc warnings, fixing log message

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    366f05e View commit details
    Browse the repository at this point in the history
  2. Addressing PR comments,making description field optional for Register…

    …RemoteModelStep and RegisterLocalModelStep
    
    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5f0a357 View commit details
    Browse the repository at this point in the history
  3. moving modelConfig builder before adding allConfig

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    285eb6f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. handling optional description field for remote/local model

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4866219 View commit details
    Browse the repository at this point in the history
  2. Removing poolingMode, modelMaxLenth, normalizeResult

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8348a24 View commit details
    Browse the repository at this point in the history
  3. adding modelType to required fields check

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    71eace6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d8a6d View commit details
    Browse the repository at this point in the history
  5. Adding GetMLTaskStep and tests

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a16c79e View commit details
    Browse the repository at this point in the history
  6. Adding todo for GetMLTask retry capability

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cbd5af7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge main

    Signed-off-by: Joshua Palis <[email protected]>
    joshpalis committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5796db5 View commit details
    Browse the repository at this point in the history