MachineLearningTable 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.
MLTable data definition.
public class MachineLearningTable : Azure.ResourceManager.MachineLearning.Models.MachineLearningDataVersionProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningTable>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningTable>
public class MachineLearningTable : Azure.ResourceManager.MachineLearning.Models.MachineLearningDataVersionProperties
type MachineLearningTable = class
inherit MachineLearningDataVersionProperties
interface IJsonModel<MachineLearningTable>
interface IPersistableModel<MachineLearningTable>
type MachineLearningTable = class
inherit MachineLearningDataVersionProperties
Public Class MachineLearningTable
Inherits MachineLearningDataVersionProperties
Implements IJsonModel(Of MachineLearningTable), IPersistableModel(Of MachineLearningTable)
Public Class MachineLearningTable
Inherits MachineLearningDataVersionProperties
- Inheritance
-
MachineLearningTable
- Implements
Constructors
MachineLearningTable(Uri) |
Initializes a new instance of MachineLearningTable. |
Properties
AutoDeleteSetting |
Specifies the lifecycle setting of managed data asset. (Inherited from MachineLearningAssetBase) |
DataUri |
[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330. (Inherited from MachineLearningDataVersionProperties) |
Description |
The asset description text. (Inherited from MachineLearningResourceBase) |
IntellectualProperty |
Intellectual Property details. Used if data is an Intellectual Property. (Inherited from MachineLearningDataVersionProperties) |
IsAnonymous |
If the name version are system generated (anonymous registration). (Inherited from MachineLearningAssetBase) |
IsArchived |
Is the asset archived?. (Inherited from MachineLearningAssetBase) |
Properties |
The asset property dictionary. (Inherited from MachineLearningResourceBase) |
ReferencedUris |
Uris referenced in the MLTable definition (required for lineage). |
Stage |
Stage in the data lifecycle assigned to this data asset. (Inherited from MachineLearningDataVersionProperties) |
Tags |
Tag dictionary. Tags can be added, removed, and updated. (Inherited from MachineLearningResourceBase) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET