MachineLearningModelVersionProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model asset version details.
public class MachineLearningModelVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningModelVersionProperties>
public class MachineLearningModelVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningModelVersionProperties = class
inherit MachineLearningAssetBase
interface IJsonModel<MachineLearningModelVersionProperties>
interface IPersistableModel<MachineLearningModelVersionProperties>
type MachineLearningModelVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningModelVersionProperties
Inherits MachineLearningAssetBase
Implements IJsonModel(Of MachineLearningModelVersionProperties), IPersistableModel(Of MachineLearningModelVersionProperties)
Public Class MachineLearningModelVersionProperties
Inherits MachineLearningAssetBase
- Inheritance
- Implements
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). (Inherited from MachineLearningAssetBase) |
IsArchived |
Is the asset archived?. (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) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET