transform_set_function
Change a transform's function type, such as switching from PythonLocal to PEL, by updating its Function field.
Instructions
Set the Transform's Function type (e.g. change from 'PythonLocal' to 'PEL'). This writes to the 'Function' child field. Note: For Optimize type, use transform_create with transform_type='Optimize' instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function | Yes | Function type to set | |
| transform_path | Yes | Transform path |