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.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLExecutePipelineActivity+AzureMLExecutePipelineActivityConverter))]
public class AzureMLExecutePipelineActivity : Azure.Analytics.Synapse.Artifacts.Models.ExecutionActivity
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureMLExecutePipelineActivity+AzureMLExecutePipelineActivityConverter))>]
type AzureMLExecutePipelineActivity = class
inherit ExecutionActivity
Public Class AzureMLExecutePipelineActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
Constructors
AzureMLExecutePipelineActivity(String, Object) |
Initializes a new instance of AzureMLExecutePipelineActivity. |
Properties
AdditionalProperties |
Additional Properties. (Inherited from Activity) |
ContinueOnStepFailure |
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). |
DependsOn |
Activity depends on condition. (Inherited from Activity) |
Description |
Activity description. (Inherited from Activity) |
ExperimentName |
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 |
Linked service reference. (Inherited from ExecutionActivity) |
MlParentRunId |
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). |
MlPipelineId |
ID of the published Azure ML pipeline. Type: string (or Expression with resultType string). |
MlPipelineParameters |
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 |
Activity name. (Inherited from Activity) |
OnInactiveMarkAs |
Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default. (Inherited from Activity) |
Policy |
Activity policy. (Inherited from ExecutionActivity) |
State |
Activity state. This is an optional property and if not provided, the state will be Active by default. (Inherited from Activity) |
UserProperties |
Activity user properties. (Inherited from Activity) |
Applies to
Azure SDK for .NET