odmApi::TransformationJobCreateFields¶
Fields used to submit a new transformation job.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| configuration_reference | TransformationConfigurationReference | [optional] | |
| dry_run | character | If true, the job validates and simulates execution without producing or persisting output. | [optional] [default to FALSE] |
| 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] |
| 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] |