Client needs to know pipeline parameters
Given a pipeline endpoint, client can and should self-discover the necessary parameters by way of querying its FastAPI schema. This could then be used e.g. to autogenerate user input forms at runtime. This then minimizes application-specific client customization: for a given task (e.g. object classification), pipeline logic and parameters would only need to be defined server-side.