cloudModelInfo
Last updated
Structured identity of a foundation model.
type CloudModelInfo {
moduleName: String
moduleVersion: String
vendor: String
family: String
modelClass: String
where: String
matched: String
}moduleName String
Canonical lowercase name of the model, without a version suffix.
moduleVersion String
Version of the model parsed from its reference.
vendor String
Organization that produces the model.
family String
Model family the model belongs to.
modelClass String
Capability classification of the model.
where String
Location where the model identity was detected.
matched String
Literal value that matched during model detection.
Last updated
