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

[FEATURE] Create an interface and MLClient for the workflow setup #20

Closed
owaiskazi19 opened this issue Sep 6, 2023 · 0 comments · Fixed by #25
Closed

[FEATURE] Create an interface and MLClient for the workflow setup #20

owaiskazi19 opened this issue Sep 6, 2023 · 0 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@owaiskazi19
Copy link
Member

owaiskazi19 commented Sep 6, 2023

Is your feature request related to a problem?

An interface would be needed for all the builders of the workflow to implement the same method definition. This method would help to call the specific API and return the response or store it in the global context later.

MLClient would be needed to invoke APIs from ml-commons.

What solution would you like?

public interface Workflow {

  execute()

}

Do you have any additional context?

Add any other context or screenshots about the feature request here.

@owaiskazi19 owaiskazi19 added enhancement New feature or request untriaged labels Sep 6, 2023
@owaiskazi19 owaiskazi19 self-assigned this Sep 6, 2023
@owaiskazi19 owaiskazi19 changed the title [FEATURE] Create an interface for the workflow setup [FEATURE] Create an interface and MLClient for the workflow setup Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants