ModelVersion interface
Model Version Definition
Properties
| artifact |
The artifact profile of the model |
| base |
Base model asset ID |
| blob |
URI of the model artifact in blob storage |
| description | The asset description text. |
| id | Asset ID, a unique identifier for the asset |
| lora |
Adapter-specific configuration. Required when weight_type is lora; ignored otherwise. May be auto-populated from adapter_config.json when present in the uploaded files — user-provided values take precedence over auto-detected values. |
| name | The name of the resource |
| source | The source of the model |
| system |
System related metadata |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
| version | The version of the resource |
| warnings | Service-computed advisory warnings derived from the artifact profile. |
| weight |
The weight type of the model |
Property Details
artifactProfile
baseModel
Base model asset ID
baseModel?: string
Property Value
string
blobUri
URI of the model artifact in blob storage
blobUri: string
Property Value
string
description
The asset description text.
description?: string
Property Value
string
id
Asset ID, a unique identifier for the asset
id?: string
Property Value
string
loraConfig
Adapter-specific configuration. Required when weight_type is lora; ignored otherwise. May be auto-populated from adapter_config.json when present in the uploaded files — user-provided values take precedence over auto-detected values.
loraConfig?: LoraConfig
Property Value
name
The name of the resource
name: string
Property Value
string
source
systemData
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: Record<string, string>
Property Value
Record<string, string>
version
The version of the resource
version: string
Property Value
string
warnings
Service-computed advisory warnings derived from the artifact profile.
warnings?: FoundryModelWarning[]
Property Value
weightType
The weight type of the model
weightType?: FoundryModelWeightType