MlRunFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [MlRunFilterInput!] | ||
| canceledAt | MlRunFilterCanceledAt | When the run was explicitly canceled | |
| completedAt | MlRunFilterCompletedAt | When the run finished successfully | |
| context | MlRunFilterContext | Arbitrary context stored for Reactor steps | |
| datasetReport | MlRunFilterDatasetReport | Dataset quality information captured during assembly | |
| errorDetails | MlRunFilterErrorDetails | Structured error payload | |
| externalId | MlRunFilterExternalId | Optional cross-system identifier for the run | |
| id | MlRunFilterId | ||
| initiatedBy | MlRunFilterInitiatedBy | Human-friendly explanation of what triggered the run | |
| initiatorMetadata | MlRunFilterInitiatorMetadata | Structured metadata describing the run initiator | |
| insertedAt | MlRunFilterInsertedAt | When the run record was created | |
| kind | MlRunFilterKind | Category of work performed by this run | |
| metrics | MlRunFilterMetrics | Captured metrics for the run | |
| modelVersion | MlModelVersionFilterInput | ||
| modelVersionId | MlRunFilterModelVersionId | Associated model version id, populated for training/evaluation runs | |
| not | [MlRunFilterInput!] | ||
| or | [MlRunFilterInput!] | ||
| question | MlQuestionFilterInput | ||
| questionId | MlRunFilterQuestionId | Owning ML question id | |
| startedAt | MlRunFilterStartedAt | When the run started | |
| status | MlRunFilterStatus | Current execution status | |
| updatedAt | MlRunFilterUpdatedAt | When the run last changed | |
| validationReport | MlRunFilterValidationReport | Evaluation or QA summary |