matlab.production_server.client.PipelineClient
Namespace: matlab.production_server
Python client for machine learning pipelines deployed to MATLAB Production Server
Description
The matlab.production_server.client.PipelineClient class creates a
connection object that encapsulates the connection between the Python® client 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
get, learn, and run methods to
interact with the deployed LearningPipeline object.
Construction
with PipelineClient(
creates a client connection between the Python client and the specified archive, which is an archive already deployed to
MATLAB
Production Server running on archive,host,port) as clienthost:port.
Input Arguments
Output Arguments
Methods
Public Methods
get |
Apply an indexing operation to the deployed pipeline, optionally storing the result at a URL. Input Arguments
|
learn |
Evaluate all the nodes in the
pipeline associated with You can use the returned pipeline for
inference with new data by using
Input Arguments
|
run |
Evaluate all the nodes in the
associated pipeline that are required to return the outputs. The function
ignores nodes that are not required to return the outputs. The function
returns the pipeline's outputs. This method is the client equivalent of
the Input Arguments
|
Properties
Examples
More About
See Also
LearningPipeline (Statistics and Machine Learning Toolbox) | package (Statistics and Machine Learning Toolbox)
Topics
- Machine Learning Pipelines (Statistics and Machine Learning Toolbox)
- Pass Data Between MATLAB Production Server and Python
- Create Simple Classification Pipeline (Statistics and Machine Learning Toolbox)