ArmMachineLearningModelFactory.MachineLearningUriFolderDataVersion 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.
uri-folder data version entity.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningUriFolderDataVersion MachineLearningUriFolderDataVersion(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);
static member MachineLearningUriFolderDataVersion : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * Uri -> Azure.ResourceManager.MachineLearning.Models.MachineLearningUriFolderDataVersion
Public Shared Function MachineLearningUriFolderDataVersion (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) As MachineLearningUriFolderDataVersion
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.
Returns
A new MachineLearningUriFolderDataVersion instance for mocking.