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:
MLUtils
is requested to replaceOperator
Implementations¶
Note
No built-in implementations available.