Important:

IBM Cloud Pak® for Data Version 4.6 will reach end of support (EOS) on 31 July, 2025. For more information, see the Discontinuance of service announcement for IBM Cloud Pak for Data Version 4.X.

Upgrade to IBM Software Hub Version 5.1 before IBM Cloud Pak for Data Version 4.6 reaches end of support. For more information, see Upgrading IBM Software Hub in the IBM Software Hub Version 5.1 documentation.

Batch deployment input details for Python functions

Follow these rules when you are specifying input details for batch deployments of Python functions.

Data type summary table:

Data Description
Type inline
File formats N/A

You can deploy Python functions in Watson Machine Learning the same way that you can deploy models. Your tools and apps can use the Watson Machine Learning Python client or REST API to send data to your deployed functions in the same way that they send data to deployed models. Deploying functions gives you the ability to:

  • Hide details (such as credentials)
  • Preprocess data before you pass it to models
  • Handle errors
  • Include calls to multiple models All of these actions take place within the deployed function, instead of in your application.

Data Sources

If you are specifying input/output data references programmatically:

Notes:

Learn more

Parent topic: Batch deployment input details by framework