Azure / Azure/azure-sdk-for-python
[ML] condition dsl block should support other component outputs
Open
Client
customer-reported
feature-request
Machine Learning
needs-team-attention
Service Attention
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
**Is your feature request related to a problem? Please describe.**
the condition block inside only support the pipeline parameters and the python boolean expression. we want to make it support the output of the component. for example, if the previous component output return true, the condition will use that result to determine which component need to executed next.
**Describe the solution you'd like**
the condition dsl block should support the output of the other components
**Describe alternatives you've considered**
N/A
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.