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

Add additional layer of abstraction between pipeline parameters and module parameters #303

Open
brimoor opened this issue Sep 18, 2019 · 0 comments
Labels
feature Work on a feature request

Comments

@brimoor
Copy link
Contributor

brimoor commented Sep 18, 2019

It would be nice to have an extra layer of abstraction between module parameters and pipeline parameters. Use cases:

  • ability for pipelines to give user-facing names to their parameters that are used by the outside world. Currently, one must use the <module_name>.<parameter_name> syntax in pipeline requests

  • ability to perform some manipulation on the user-provided pipeline parameter value to construct the actual module parameter. For example, if the module parameter is a large Config, like, say, eta.core.annotations.AnnotationConfig, and I want to write a pipeline that exposes one of these fields directly to the end user without forcing them to provide an entire AnnotationConfig

@brimoor brimoor added the feature Work on a feature request label Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Work on a feature request
Projects
None yet
Development

No branches or pull requests

1 participant