Share via


MachineLearningTable(Uri) Constructor

Definition

Initializes a new instance of MachineLearningTable.

public MachineLearningTable (Uri dataUri);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningTable : Uri -> Azure.ResourceManager.MachineLearning.Models.MachineLearningTable
Public Sub New (dataUri As Uri)

Parameters

dataUri
Uri

[Required] Uri of the data. Example: https://go.microsoft.com/fwlink/?linkid=2202330.

Exceptions

dataUri is null.

Applies to