prodserver.pipeline.Client
MATLAB client for machine learning pipelines deployed to MATLAB Production Server
Since R2026a
Description
prodserver.pipeline.Client creates a client object that encapsulates
the connection between MATLAB® and a LearningPipeline (Statistics and Machine Learning Toolbox)
object deployed to a MATLAB
Production Server™ instance. Once the connection is created, you can use the learn (Statistics and Machine Learning Toolbox) and run (Statistics and Machine Learning Toolbox) object functions to interact
with the deployed LearningPipeline object and modify the states of its
components, or use indexing to read its properties.
Creation
Syntax
Description
Input Arguments
Output Arguments
Properties
Object Functions
Examples
More About
Version History
Introduced in R2026a
See Also
LearningPipeline (Statistics and Machine Learning Toolbox) | Machine Learning Pipelines (Statistics and Machine Learning Toolbox)
Topics
- Connect MATLAB Session to MATLAB Production Server
- Create Simple Classification Pipeline (Statistics and Machine Learning Toolbox)