你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureMLExecutePipelineActivity.DataPathAssignments 属性

定义

获取或设置用于在不重新训练的情况下更改数据路径分配的字典。 值将在已发布管道执行请求的 dataPathAssignments 属性中传递。 类型:具有键值对的对象 (或 expression 与 resultType 对象) 。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dataPathAssignments")]
public object DataPathAssignments { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.dataPathAssignments")>]
member this.DataPathAssignments : obj with get, set
Public Property DataPathAssignments As Object

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于