declare function overrideCompute<T extends IComputeData = any>(computeSchema: TComputeSchema<T>): IComputeSchema<any>;
Overrides an existing compute schema with provided partial updates.
Parameter | Description |
---|---|
computeSchema |
Partial compute schema with updates to be applied to the existing compute configuration. |