ModelVersionProperties interface
Model asset version details.
- Extends
Properties
flavors | Mapping of model flavors to their properties. |
job |
Name of the training job which produced this model |
model |
The storage format for this entity. Used for NCD. |
model |
The URI path to the model contents. |
provisioning |
Provisioning state for the model version. NOTE: This property will not be serialized. It can only be populated by the server. |
stage | Stage in the model lifecycle assigned to this model |
Inherited Properties
description | The asset description text. |
is |
If the name version are system generated (anonymous registration). |
is |
Is the asset archived? |
properties | The asset property dictionary. |
tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
flavors
Mapping of model flavors to their properties.
flavors?: {[propertyName: string]: FlavorData | null}
Property Value
{[propertyName: string]: FlavorData | null}
jobName
Name of the training job which produced this model
jobName?: string
Property Value
string
modelType
The storage format for this entity. Used for NCD.
modelType?: string
Property Value
string
modelUri
The URI path to the model contents.
modelUri?: string
Property Value
string
provisioningState
Provisioning state for the model version. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
stage
Stage in the model lifecycle assigned to this model
stage?: string
Property Value
string
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From AssetBase.description
isAnonymous
If the name version are system generated (anonymous registration).
isAnonymous?: boolean
Property Value
boolean
Inherited From AssetBase.isAnonymous
isArchived
Is the asset archived?
isArchived?: boolean
Property Value
boolean
Inherited From AssetBase.isArchived
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From AssetBase.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From AssetBase.tags