We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a94c02 commit 3c10f04Copy full SHA for 3c10f04
docs/build/namespaces.md
@@ -16,7 +16,7 @@ def create_pipeline(**kwargs) -> Pipeline:
16
existing_pipeline, # Name of the existing Pipeline object
17
inputs = {"old_input_df_name" : "new_input_df_name"}, # Mapping existing Pipeline input to new input
18
outputs = {"old_output_df_name" : "new_output_df_name"}, # Mapping existing Pipeline output to new output
19
- parameters = {"params: model_options": "params: new_model_options"}, # Updating parameters
+ parameters = {"params:model_options": "params:new_model_options"}, # Updating parameters
20
)
21
```
22
0 commit comments