ArmMachineLearningModelFactory.MachineLearningTable Method
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 static Azure.ResourceManager.MachineLearning.Models.MachineLearningTable MachineLearningTable(string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isAnonymous = default, bool? isArchived = default, Uri dataUri = default, System.Collections.Generic.IEnumerable<Uri> referencedUris = default);
static member MachineLearningTable : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * Uri * seq<Uri> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningTable
Public Shared Function MachineLearningTable (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isAnonymous As Nullable(Of Boolean) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional dataUri As Uri = Nothing, Optional referencedUris As IEnumerable(Of Uri) = Nothing) As MachineLearningTable
Parameters
- description
- String
The asset description text.
- properties
- IDictionary<String,String>
The asset property dictionary.
- tags
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
- dataUri
- Uri
[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330.
- referencedUris
- IEnumerable<Uri>
Uris referenced in the MLTable definition (required for lineage).
Returns
A new MachineLearningTable instance for mocking.