UpdateMlRunInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| canceledAt | DateTime | When the run was explicitly canceled | |
| completedAt | DateTime | When the run finished successfully | |
| context | JsonString | Arbitrary context stored for Reactor steps | |
| datasetReport | JsonString | Dataset quality information captured during assembly | |
| errorDetails | JsonString | Structured error payload | |
| initiatedBy | String | Human-friendly explanation of what triggered the run | |
| initiatorMetadata | JsonString | Structured metadata describing the run initiator | |
| metrics | JsonString | Captured metrics for the run | |
| startedAt | DateTime | When the run started | |
| status | String | Current execution status | |
| validationReport | JsonString | Evaluation or QA summary |