Dela via


AzureMLExecutePipelineActivity Constructors

Definition

Overloads

AzureMLExecutePipelineActivity()

Initializes a new instance of the AzureMLExecutePipelineActivity class.

AzureMLExecutePipelineActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the AzureMLExecutePipelineActivity class.

AzureMLExecutePipelineActivity()

Initializes a new instance of the AzureMLExecutePipelineActivity class.

public AzureMLExecutePipelineActivity ();
Public Sub New ()

Applies to

AzureMLExecutePipelineActivity(String, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the AzureMLExecutePipelineActivity class.

public AzureMLExecutePipelineActivity (string name, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object mlPipelineId = default, object mlPipelineEndpointId = default, object version = default, object experimentName = default, object mlPipelineParameters = default, object dataPathAssignments = default, object mlParentRunId = default, object continueOnStepFailure = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureMLExecutePipelineActivity : string * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureMLExecutePipelineActivity
Public Sub New (name As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional mlPipelineId As Object = Nothing, Optional mlPipelineEndpointId As Object = Nothing, Optional version As Object = Nothing, Optional experimentName As Object = Nothing, Optional mlPipelineParameters As Object = Nothing, Optional dataPathAssignments As Object = Nothing, Optional mlParentRunId As Object = Nothing, Optional continueOnStepFailure As Object = Nothing)

Parameters

name
String

Activity name.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

description
String

Activity description.

dependsOn
IList<ActivityDependency>

Activity depends on condition.

userProperties
IList<UserProperty>

Activity user properties.

linkedServiceName
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

mlPipelineId
Object

ID of the published Azure ML pipeline. Type: string (or Expression with resultType string).

mlPipelineEndpointId
Object

ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).

version
Object

Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string).

experimentName
Object

Run history experiment name of the pipeline run. This information will be passed in the ExperimentName property of the published pipeline execution request. Type: string (or Expression with resultType string).

mlPipelineParameters
Object

Key,Value pairs to be passed to the published Azure ML pipeline endpoint. Keys must match the names of pipeline parameters defined in the published pipeline. Values will be passed in the ParameterAssignments property of the published pipeline execution request. Type: object with key value pairs (or Expression with resultType object).

dataPathAssignments
Object

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).

mlParentRunId
Object

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).

continueOnStepFailure
Object

Whether to continue execution of other steps in the PipelineRun if a step fails. This information will be passed in the continueOnStepFailure property of the published pipeline execution request. Type: boolean (or Expression with resultType boolean).

Applies to