Leonardo MLF Client
The Leonardo MLF Client operator is the generic client for the Leonardo Machine Learning Foundation (Leonardo MLF) services. It is derived from the OpenAPI client operator () and is pre-configured for the use with the Leonardo MLF service. Therefore, only the required custom configuration parameters are listed.
Configuration Parameters
Parameter |
Type |
Description |
---|---|---|
host |
string |
The hostname of the Leonardo MLF server.
Default: "sandbox.api.sap.com" |
apiKeyValue |
string |
Your API key for authenticating with the Leonardo MLF server. Default: "" |
Input
Parameter |
Type |
Description |
---|---|---|
in |
message |
The request message sent to the Leonardo ML client. This message results from the preceding message-preparation operator, which is individual for each service. |
Output
Parameter |
Type |
Description |
---|---|---|
out |
message |
The response message from the service, containing the predictions. |