ArmMachineLearningModelFactory.MachineLearningAssetContainer 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 MachineLearningAssetContainer.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer MachineLearningAssetContainer (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);
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer MachineLearningAssetContainer (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);
static member MachineLearningAssetContainer : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
static member MachineLearningAssetContainer : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAssetContainer
Public Shared Function MachineLearningAssetContainer (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) As MachineLearningAssetContainer
Public Shared Function MachineLearningAssetContainer (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) As MachineLearningAssetContainer
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.
Returns
A new MachineLearningAssetContainer instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET