Start transformation job
Start a transformation job to fetch data from the organization and put it in a project, or transform into new data.
/api/organizations/{organizationId}/create-project
Organization ID
Filter in SQL format, used for creating transformation jobs on clinical datasets
The visibility of the project, either public or private. Public projects can be viewed by anyone on the internet and edited by collaborators. Private projects can only be viewed and edited by collaborators.
public
, private
Path of new dataset within the bucket; used only when creating a new dataset.
Path within the selected dataset to upload transformed files into. Used only when uploading into a default (non-clinical) dataset.
Defines the folder structure for writing to the output dataset. Used only when uploading into a default (non-clinical) dataset.
no-subfolders
, subfolder-per-item
, use-full-path
Number of parallel jobs to start
Optional extra arguments for this transformation block
project
, dataset
training
, testing
, split
Set of paths to apply the transformation to, used for creating transformation jobs on default datasets. This option is experimental and may change in the future.
List of custom parameters for this transformation job (see the list of parameters that the block exposes).
Last updated
Was this helpful?