Skip to content

odmApi::TransformationJob

A single asynchronous execution of a transformation image over a set of input files.

Properties

Name Type Description Notes
archived character Whether the job has finished and been moved to long-term storage. Archived jobs can no longer be cancelled, but their final status and logs remain available. [optional]
configuration_reference TransformationConfigurationReference [optional]
create_time character Timestamp at which the job was created.
dry_run character If true, the job validates and simulates execution without producing or persisting output. [optional] [default to FALSE]
end_time character Timestamp at which the job reached a terminal state. Absent while the job is still in progress. [optional]
id integer Unique numeric identifier of the transformation job. [Min: 1]
image_reference TransformationImageReference
input_accessions array[character] Accessions of the input files the job processes. [Min. items: 1]
memory_size character Amount of memory granted to the job. Accepts a size with a unit suffix, e.g. 512Mi or 2Gi; a plain number with no unit is interpreted as bytes. When omitted, the image's default memory size is used. [optional]
status TransformationStatus
volume_size character Working-volume size granted to the job. Accepts a size with a unit suffix, e.g. 30Gi; a plain number with no unit is interpreted as bytes. When omitted, the image's default volume size is used. [optional]