MachineLearningFeatureStoreEntityContainerProperties 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 entity.
public class MachineLearningFeatureStoreEntityContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureStoreEntityContainerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningFeatureStoreEntityContainerProperties>
public class MachineLearningFeatureStoreEntityContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
type MachineLearningFeatureStoreEntityContainerProperties = class
inherit MachineLearningAssetContainer
interface IJsonModel<MachineLearningFeatureStoreEntityContainerProperties>
interface IPersistableModel<MachineLearningFeatureStoreEntityContainerProperties>
type MachineLearningFeatureStoreEntityContainerProperties = class
inherit MachineLearningAssetContainer
Public Class MachineLearningFeatureStoreEntityContainerProperties
Inherits MachineLearningAssetContainer
Implements IJsonModel(Of MachineLearningFeatureStoreEntityContainerProperties), IPersistableModel(Of MachineLearningFeatureStoreEntityContainerProperties)
Public Class MachineLearningFeatureStoreEntityContainerProperties
Inherits MachineLearningAssetContainer
- Inheritance
-
MachineLearningFeatureStoreEntityContainerProperties
- Implements
Constructors
MachineLearningFeatureStoreEntityContainerProperties() |
Initializes a new instance of MachineLearningFeatureStoreEntityContainerProperties. |
Properties
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
IsArchived |
Is the asset archived?. (Inherited from MachineLearningAssetContainer) |
LatestVersion |
The latest version inside this container. (Inherited from MachineLearningAssetContainer) |
NextVersion |
The next auto incremental version. (Inherited from MachineLearningAssetContainer) |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ProvisioningState |
Provisioning state for the featurestore entity container. |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET