MachineLearningFeatureProperties 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.
public class MachineLearningFeatureProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureProperties>
public class MachineLearningFeatureProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningResourceBase
type MachineLearningFeatureProperties = class
inherit MachineLearningResourceBase
interface IJsonModel<MachineLearningFeatureProperties>
interface IPersistableModel<MachineLearningFeatureProperties>
type MachineLearningFeatureProperties = class
inherit MachineLearningResourceBase
Public Class MachineLearningFeatureProperties
Inherits MachineLearningResourceBase
Implements IJsonModel(Of MachineLearningFeatureProperties), IPersistableModel(Of MachineLearningFeatureProperties)
Public Class MachineLearningFeatureProperties
Inherits MachineLearningResourceBase
- Inheritance
- Implements
Constructors
MachineLearningFeatureProperties() |
Initializes a new instance of MachineLearningFeatureProperties. |
Properties
DataType |
Specifies type. |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
FeatureName |
Specifies name. |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET