Main Content

Transfer Data with Job Methods and Properties

To transfer data to the cloud cluster, you can use theAttachedFilesorJobDataproperties, in the same way you use these for other clusters. For example:

  1. Place all required executable and data files in the same folder.

  2. Specify that folder in theAttachedFilesproperty of the job.

    When you submit your job, the files are transferred to the cloud and made available to the workers running on the cloud cluster.

Data that is stored in job and task properties is available to the client, so your task or batch function results are accessible from the finished job’sfetchOutputsfunction or the tasks’OutputArgumentsproperty. For batch jobs that run on the cloud, you can access the job’s workspace variables with theloadfunction in your client session.

Related Topics