odmApi::TransformationImage¶
A reusable, versioned processor that transforms input files into indexed ODM entities.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| default_memory_size | character | Default amount of memory granted to a job running this image (e.g. 512Mi), used when the job does not override it. | [optional] |
| default_volume_size | character | Default working-volume size granted to a job running this image (e.g. 30Gi), used when the job does not override it. | [optional] |
| description | character | Human-readable description of what the image does. | [optional] |
| input_formats | array[character] | File formats this image accepts as input. | [optional] |
| name | character | Unique name of the transformation image. | [Min. length: 1] |
| output_formats | array[TransformationOutputFormat] | ODM entity types this image produces as output. | [optional] |
| version | character | Version of the transformation image. When omitted, the latest version is used. | [optional] [default to "latest"] |