MachineLearningDataContainerProperties 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.
Container for data asset versions.
public class MachineLearningDataContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties>
public class MachineLearningDataContainerProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
type MachineLearningDataContainerProperties = class
inherit MachineLearningAssetContainer
interface IJsonModel<MachineLearningDataContainerProperties>
interface IPersistableModel<MachineLearningDataContainerProperties>
type MachineLearningDataContainerProperties = class
inherit MachineLearningAssetContainer
Public Class MachineLearningDataContainerProperties
Inherits MachineLearningAssetContainer
Implements IJsonModel(Of MachineLearningDataContainerProperties), IPersistableModel(Of MachineLearningDataContainerProperties)
Public Class MachineLearningDataContainerProperties
Inherits MachineLearningAssetContainer
- Inheritance
-
MachineLearningDataContainerProperties
- Implements
Constructors
MachineLearningDataContainerProperties(MachineLearningDataType) |
Initializes a new instance of MachineLearningDataContainerProperties. |
Properties
DataType |
[Required] Specifies the type of data. |
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) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET