You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
publicinterfaceWorkflow {
execute()
}
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
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
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?
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: