ModelVersion interface

Model Version Definition

Properties

artifactProfile

The artifact profile of the model

baseModel

Base model asset ID

blobUri

URI of the model artifact in blob storage

description

The asset description text.

id

Asset ID, a unique identifier for the asset

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.

name

The name of the resource

source

The source of the model

systemData

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.

weightType

The weight type of the model

Property Details

artifactProfile

The artifact profile of the model

artifactProfile?: ArtifactProfile

Property Value

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

The source of the model

source?: ModelSourceData

Property Value

systemData

System related metadata

systemData?: SystemDataV3

Property Value

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

Property Value