StagedModelInfo
One staged model directory, as seen by eviction and the storage API.
Model ID in repo form (org/name), reconstructed from the
directory name.
Absolute path of the staged copy.
Total size of all files in the staged copy.
Best-known last-use time: the .last_used marker when present,
else the directory mtime.
True when a live runner currently uses this model (directly or as a companion). In-use models are never eviction candidates.
falseinstalledIdentity object
Durable installed generation identity, when a sidecar is present.
- string
- null
manifestSha256 object
Canonical file-manifest digest used for replica deduplication.
- string
- null
verificationState object
Evidence level binding this copy to its retained card.
- string
- null
Whether every sidecar manifest path and size is present.
falseartifactRole object
Base or companion role represented by this cache directory.
- string
- null
ownerModelId object
Owning base model for companion artifacts.
- string
- null
ownerCardId object
Immutable owning card identity for a companion artifact.
- string
- null
registryCardId object
Registry identity retained by the artifact's full effective card.
- string
- null
Whether this directory is canonical-store-local or a node cache.
Possible values: [store_local, node_cache]
node_cache{
"modelId": "string",
"directory": "string",
"sizeBytes": 0,
"lastUsedEpochSeconds": 0,
"inUse": false,
"installedIdentity": "string",
"manifestSha256": "string",
"verificationState": "string",
"manifestComplete": false,
"artifactRole": "string",
"ownerModelId": "string",
"ownerCardId": "string",
"registryCardId": "string",
"locationKind": "node_cache"
}