AzureMLExecutePipelineActivity Class
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.
Azure ML Execute Pipeline activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureMLExecutePipeline")]
public class AzureMLExecutePipelineActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureMLExecutePipeline")>]
type AzureMLExecutePipelineActivity = class
inherit ExecutionActivity
Public Class AzureMLExecutePipelineActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
ContinueOnStepFailure |
Gets or sets 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). |
DataPathAssignments |
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). |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
ExperimentName |
Gets or sets 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). |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
MlParentRunId |
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). |
MlPipelineEndpointId |
Gets or sets ID of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string). |
MlPipelineId |
Gets or sets ID of the published Azure ML pipeline. Type: string (or Expression with resultType string). |
MlPipelineParameters |
Gets or sets 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). |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Version |
Gets or sets version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET