Sdílet prostřednictvím


MachineLearningModelVersionProperties Class

Definition

Model asset version details.

public class MachineLearningModelVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningModelVersionProperties = class
    inherit MachineLearningAssetBase
Public Class MachineLearningModelVersionProperties
Inherits MachineLearningAssetBase
Inheritance
MachineLearningModelVersionProperties

Constructors

MachineLearningModelVersionProperties()

Initializes a new instance of MachineLearningModelVersionProperties.

Properties

AutoDeleteSetting

Specifies the lifecycle setting of managed data asset.

(Inherited from MachineLearningAssetBase)
Description

The asset description text.

(Inherited from MachineLearningResourceBase)
Flavors

Mapping of model flavors to their properties.

IntellectualProperty

Intellectual Property details. Used if model is an Intellectual Property.

IsAnonymous

If the name version are system generated (anonymous registration). For types where Stage is defined, when Stage is provided it will be used to populate IsAnonymous.

(Inherited from MachineLearningAssetBase)
IsArchived

Is the asset archived? For types where Stage is defined, when Stage is provided it will be used to populate IsArchived.

(Inherited from MachineLearningAssetBase)
JobName

Name of the training job which produced this model.

ModelType

The storage format for this entity. Used for NCD.

ModelUri

The URI path to the model contents.

Properties

The asset property dictionary.

(Inherited from MachineLearningResourceBase)
ProvisioningState

Provisioning state for the model version.

Stage

Stage in the model lifecycle assigned to this model.

Tags

Tag dictionary. Tags can be added, removed, and updated.

(Inherited from MachineLearningResourceBase)

Applies to