AzureMLExecutePipelineActivity.MlParentRunId Property

Definition

Gets or sets the parent Azure ML Service pipeline run id. This information will be passed in the ParentRunId property of the published pipeline execution request. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to