Delen via


AzureMLExecutePipelineActivity.DataPathAssignments Property

Definition

Gets or sets dictionary used for changing data path assignments without retraining. Values will be passed in the dataPathAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).

[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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to