ArmMachineLearningModelFactory.MachineLearningDataContainerProperties 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.
Initializes a new instance of MachineLearningDataContainerProperties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties MachineLearningDataContainerProperties (string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IDictionary<string,string> properties = default, bool? isArchived = default, string latestVersion = default, string nextVersion = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningDataType dataType = default);
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties MachineLearningDataContainerProperties (string description = default, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isArchived = default, string latestVersion = default, string nextVersion = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningDataType dataType = default);
static member MachineLearningDataContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningDataType -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties
static member MachineLearningDataContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningDataType -> Azure.ResourceManager.MachineLearning.Models.MachineLearningDataContainerProperties
Public Shared Function MachineLearningDataContainerProperties (Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional latestVersion As String = Nothing, Optional nextVersion As String = Nothing, Optional dataType As MachineLearningDataType = Nothing) As MachineLearningDataContainerProperties
Public Shared Function MachineLearningDataContainerProperties (Optional description As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isArchived As Nullable(Of Boolean) = Nothing, Optional latestVersion As String = Nothing, Optional nextVersion As String = Nothing, Optional dataType As MachineLearningDataType = Nothing) As MachineLearningDataContainerProperties
Parameters
- description
- String
The asset description text.
- tagsproperties
- IDictionary<String,String>
Tag dictionary. Tags can be added, removed, and updated.
- propertiestags
- IDictionary<String,String>
The asset property dictionary.
- latestVersion
- String
The latest version inside this container.
- nextVersion
- String
The next auto incremental version.
- dataType
- MachineLearningDataType
[Required] Specifies the type of data.
Returns
A new MachineLearningDataContainerProperties instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET