ArmMachineLearningModelFactory.MachineLearningComponentContainerProperties 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 MachineLearningComponentContainerProperties.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentContainerProperties MachineLearningComponentContainerProperties (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.RegistryAssetProvisioningState? provisioningState = default);
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentContainerProperties MachineLearningComponentContainerProperties (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.RegistryAssetProvisioningState? provisioningState = default);
static member MachineLearningComponentContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentContainerProperties
static member MachineLearningComponentContainerProperties : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.RegistryAssetProvisioningState> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningComponentContainerProperties
Public Shared Function MachineLearningComponentContainerProperties (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 provisioningState As Nullable(Of RegistryAssetProvisioningState) = Nothing) As MachineLearningComponentContainerProperties
Public Shared Function MachineLearningComponentContainerProperties (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 provisioningState As Nullable(Of RegistryAssetProvisioningState) = Nothing) As MachineLearningComponentContainerProperties
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.
- provisioningState
- Nullable<RegistryAssetProvisioningState>
Provisioning state for the component container.
Returns
A new MachineLearningComponentContainerProperties instance for mocking.
Applies to
Azure SDK for .NET