你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmMachineLearningModelFactory.MachineLearningComponentContainerProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 MachineLearningComponentContainerProperties 的新实例。
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
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
参数
- description
- String
资产说明文本。
- properties
- IDictionary<String,String>
资产属性字典。
- tags
- IDictionary<String,String>
标记字典。 可以添加、删除和更新标记。
- latestVersion
- String
此容器中的最新版本。
- nextVersion
- String
下一个自动增量版本。
- provisioningState
- Nullable<RegistryAssetProvisioningState>
组件容器的预配状态。
返回
用于模拟的新 MachineLearningComponentContainerProperties 实例。