-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UI/SDK support to pyfunc ensemblers (#171)
* Move getensemblerdirectory method from ensembling_job_service to ensembler_service * Add holders in appcontext to carry an ensembler service builder * Make deployment controller utilise pyfunc configs to generate docker image and configs * Refactor tests with changes to ensembler config schema * Revert changes to get ensembler directory function * Create config class for resource request and timeout * Fix migration script for new py_func_ref_config * Fix lint comments * Fix port for ensembler in turing api * Update e2e test data * Revert combination of resource request and timeout into a single object * Revert changes to e2e test data * Rename py_func_ref_config to pyfunc_config * Rename pyfunc_config to make it consistent with camelcase PyfuncConfig * Remove go build tags * Remove go build tag from integration_config * Refactor image building step into DeployRouterVersion process * Rework image/docker naming convention to include run ids * Add new PyFuncEnsembler class * Fix typo of file name for ServiceAccountCombobox * Add PyFunc ensembler config form * Add PyFunc ensembler config view * Remove redundant passing of props * Refactor new name of pyfunc_config * Update SDK with latest addition of PyfuncEnsemblers * Add pytests for new pyfunc ensembler config * Add leftover openapi generated files * Clean up rebased files * Add type casting for project_id * Add optional docker config display to pyfunc view * Fix optional docker config display to pyfunc view * Fix OpenAPI return value inconsistencies * Add missing openapi file * Fix OpenAPI specs and classes * Replace EuiSuperSelect with EuiComboBox * Rearrange statements for clarity * Remove default ensembler_id and cleanup naming irregularities * Add version field to Router SDK class * Refactor wait for status to update current router with latest configs * Refactor wait for router version back to original * Fix quotation marks * Add additional precision to pyfunc ensembler description * Refactor SDK and OpenAPI specs
- Loading branch information
1 parent
e6a6dfa
commit 8493f39
Showing
38 changed files
with
1,025 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.