-
Notifications
You must be signed in to change notification settings - Fork 672
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
Implement proper custom typing in Flytekit to improve UX and visibility in UI for complex classes such as HyperparameterTuningJobConfig #455
Comments
|
11 tasks
Flytekit:
HPO Go-Plugin:
|
10 tasks
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 6, 2022
* fix: Dockerfile to reduce vulnerabilities Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update builder image as well Signed-off-by: Haytham Abuelfutuh <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Dec 20, 2022
* fix: update node executions to display map tasks * fix: update map task logs styles * test: add/update unit tests * fix: fix flickering and unnecessary re-renders Signed-off-by: Olga Nad <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Aug 9, 2023
* fix: Dockerfile to reduce vulnerabilities Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update builder image as well Signed-off-by: Haytham Abuelfutuh <[email protected]> Co-authored-by: Haytham Abuelfutuh <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
Signed-off-by: Niels Bantilan <[email protected]>
eapolinario
pushed a commit
to eapolinario/flyte
that referenced
this issue
Apr 30, 2024
Signed-off-by: Niels Bantilan <[email protected]>
austin362667
pushed a commit
to austin362667/flyte
that referenced
this issue
May 7, 2024
Signed-off-by: Niels Bantilan <[email protected]>
robert-ulbrich-mercedes-benz
pushed a commit
to robert-ulbrich-mercedes-benz/flyte
that referenced
this issue
Jul 2, 2024
Signed-off-by: Niels Bantilan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently users need to call
to_flyte_idl()
for complex classes such asHyperparameterTuningJobConfig
in user code, which is not ideal:We should implement proper custom typing in Flytekit to get rid of this.
Two approaches
Int, Collection, String => return a struct (proto struct)
Take a proto -> serialize it
binary->struct
The text was updated successfully, but these errors were encountered: