MachineLearningComponentVersionProperties 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.
Definition of a component version: defines resources that span component types.
public class MachineLearningComponentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentVersionProperties>
public class MachineLearningComponentVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningComponentVersionProperties = class
inherit MachineLearningAssetBase
interface IJsonModel<MachineLearningComponentVersionProperties>
interface IPersistableModel<MachineLearningComponentVersionProperties>
type MachineLearningComponentVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningComponentVersionProperties
Inherits MachineLearningAssetBase
Implements IJsonModel(Of MachineLearningComponentVersionProperties), IPersistableModel(Of MachineLearningComponentVersionProperties)
Public Class MachineLearningComponentVersionProperties
Inherits MachineLearningAssetBase
- Inheritance
-
MachineLearningComponentVersionProperties
- Implements
Constructors
MachineLearningComponentVersionProperties() |
Initializes a new instance of MachineLearningComponentVersionProperties. |
Properties
AutoDeleteSetting |
Specifies the lifecycle setting of managed data asset. (Inherited from MachineLearningAssetBase) |
ComponentSpec |
Defines Component definition details. <see href="https://docs.microsoft.com/en-us/azure/machine-learning/reference-yaml-component-command" /> To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
IsAnonymous |
If the name version are system generated (anonymous registration). (Inherited from MachineLearningAssetBase) |
IsArchived |
Is the asset archived?. (Inherited from MachineLearningAssetBase) |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the component version. |
Stage |
Stage in the component lifecycle. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET