ArmMachineLearningModelFactory.DatasetReference(String, String) 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.
Dataset reference object.
public static Azure.ResourceManager.MachineLearning.Models.DatasetReference DatasetReference(string name = default, string id = default);
static member DatasetReference : string * string -> Azure.ResourceManager.MachineLearning.Models.DatasetReference
Public Shared Function DatasetReference (Optional name As String = Nothing, Optional id As String = Nothing) As DatasetReference
Parameters
- name
- String
The name of the dataset reference.
- id
- String
The fully qualified ARM id of the dataset reference.
Returns
A new DatasetReference instance for mocking.