odmApi::TransformationConfiguration¶
A named, versioned set of settings used to tune how a transformation image runs.
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| archived | character | Whether the configuration has been archived. Archived configurations are hidden from the default listing and cannot be updated, but remain retrievable. | [optional] |
| create_time | character | Timestamp at which this version of the configuration was created. | [optional] |
| data | map(AnyType) | Transformation image-specific settings as a JSON object. Accepted keys, structure, and validation are defined by the target transformation image. | |
| description | character | Optional free-text description of what the configuration is for. | [optional] |
| id | integer | Unique numeric identifier of the transformation configuration. | [Min: 1] |
| name | character | Human-readable name of the configuration. | [optional] |
| version | integer | Version number of the transformation configuration. When omitted, the latest version is used. | [optional] [Min: 1] |