MlArtifactFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [MlArtifactFilterInput!] | ||
| artifactType | MlArtifactFilterArtifactType | Category of artifact | |
| byteSize | MlArtifactFilterByteSize | Approximate size in bytes | |
| checksum | MlArtifactFilterChecksum | Checksum for integrity validation | |
| format | MlArtifactFilterFormat | Serialized format (parquet, json, binary, etc.) | |
| id | MlArtifactFilterId | ||
| insertedAt | MlArtifactFilterInsertedAt | When the artifact record was created | |
| metadata | MlArtifactFilterMetadata | Arbitrary metadata stored with the artifact | |
| modelVersion | MlModelVersionFilterInput | ||
| modelVersionId | MlArtifactFilterModelVersionId | Model version associated with the artifact | |
| name | MlArtifactFilterName | Human-friendly name | |
| not | [MlArtifactFilterInput!] | ||
| or | [MlArtifactFilterInput!] | ||
| run | MlRunFilterInput | ||
| runId | MlArtifactFilterRunId | Run that produced the artifact | |
| updatedAt | MlArtifactFilterUpdatedAt | When the artifact last changed | |
| uri | MlArtifactFilterUri | Pointer to persisted storage |