Deploying scripts

When a script is copied to a deployment space, you can deploy it for use. Supported script types are Python scripts and R scripts. Batch deployment is the only supported deployment type for a script.

  • When the script is promoted from a project, your software specification is included.
  • Deploying a script to run on a Hadoop environment is not supported.
  • You can use Python scripts to deploy Natural Language Processing models. For more information, see Deploying Natural Language Processing models.
  • To deploy a script asset created with cpdctl, you must use the watsonx.ai Python client or Watson Machine Learning API. You can use the Watson Machine Learning API to PATCH the script asset so that the entity.language.name path is in lowercase. For cpd-ctl versions 1.4.162 and earlier, you can select the software specifications from the deployment space user interface when creating a batch deployment for script assets.

Learn more

Parent topic: Managing predictive deployments