CreateMlArtifactInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| 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.) | |
| metadata | JsonString | Arbitrary metadata stored with the artifact | |
| modelVersionId | ID | Model version associated with the artifact | |
| name | String! | Human-friendly name | |
| runId | ID | Run that produced the artifact | |
| uri | String! | Pointer to persisted storage |