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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET