MlArtifact
Type: Object
Pointer to persisted assets generated during ML runs
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| artifactType | String! | Category of artifact | ||
| byteSize | Int | Approximate size in bytes | ||
| checksum | String | Checksum for integrity validation | ||
| format | String | Serialized format (parquet, json, binary, etc.) | ||
| id | ID! | |||
| insertedAt | DateTime! | When the artifact record was created | ||
| metadata | JsonString! | Arbitrary metadata stored with the artifact | ||
| modelVersion | MlModelVersion | |||
| modelVersionId | ID | Model version associated with the artifact | ||
| name | String! | Human-friendly name | ||
| run | MlRun | |||
| runId | ID | Run that produced the artifact | ||
| updatedAt | DateTime! | When the artifact last changed | ||
| uri | String! | Pointer to persisted storage |