update
update(
self ,
key: str ,
**kwargs ,
)-> ‘Pipe’
Return a new pipe with one node’s parameters changed.
The wiring is untouched and the node keeps its name; only the task it holds, and therefore the pipe’s fingerprint, are new.
Parameters
| Parameter | Description |
|---|---|
| key |
Which node to change; see get.
|
| **kwargs |
The parameters to change, as Task.update takes them.
|