MachineLearningFeatureSetVersionProperties 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.
DTO object representing feature set version.
public class MachineLearningFeatureSetVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetVersionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureSetVersionProperties>
public class MachineLearningFeatureSetVersionProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetBase
type MachineLearningFeatureSetVersionProperties = class
inherit MachineLearningAssetBase
interface IJsonModel<MachineLearningFeatureSetVersionProperties>
interface IPersistableModel<MachineLearningFeatureSetVersionProperties>
type MachineLearningFeatureSetVersionProperties = class
inherit MachineLearningAssetBase
Public Class MachineLearningFeatureSetVersionProperties
Inherits MachineLearningAssetBase
Implements IJsonModel(Of MachineLearningFeatureSetVersionProperties), IPersistableModel(Of MachineLearningFeatureSetVersionProperties)
Public Class MachineLearningFeatureSetVersionProperties
Inherits MachineLearningAssetBase
- Inheritance
-
MachineLearningFeatureSetVersionProperties
- Implements
Constructors
MachineLearningFeatureSetVersionProperties() |
Initializes a new instance of MachineLearningFeatureSetVersionProperties. |
Properties
AutoDeleteSetting |
Specifies the lifecycle setting of managed data asset. (Inherited from MachineLearningAssetBase) |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
Entities |
Specifies list of entities. |
IsAnonymous |
If the name version are system generated (anonymous registration). (Inherited from MachineLearningAssetBase) |
IsArchived |
Is the asset archived?. (Inherited from MachineLearningAssetBase) |
MaterializationSettings |
Specifies the materialization settings. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the featureset version container. |
SpecificationPath |
Specifies the spec path. |
Stage |
Specifies the asset stage. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET