AzureMLExecutePipelineActivity.MLPipelineEndpointId Property
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.
ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> MLPipelineEndpointId { get; set; }
member this.MLPipelineEndpointId : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property MLPipelineEndpointId As DataFactoryElement(Of String)