MLBackendPlugin¶
MLBackendPlugin is an abstraction of Spark Connect ML backends that can replace a Spark ML operator with a backend-specific implementation.
Contract¶
Replace Spark ML Operator¶
Used when:
MLUtilsis requested to replaceOperator
Implementations¶
Note
No built-in implementations available.