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.
public class AzureMLExecutePipelineActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.AzureMLExecutePipelineActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.AzureMLExecutePipelineActivity>
public class AzureMLExecutePipelineActivity : Azure.ResourceManager.DataFactory.Models.ExecutionActivity
type AzureMLExecutePipelineActivity = class
inherit ExecutionActivity
interface IJsonModel<AzureMLExecutePipelineActivity>
interface IPersistableModel<AzureMLExecutePipelineActivity>
type AzureMLExecutePipelineActivity = class
inherit ExecutionActivity
Public Class AzureMLExecutePipelineActivity
Inherits ExecutionActivity
Implements IJsonModel(Of AzureMLExecutePipelineActivity), IPersistableModel(Of AzureMLExecutePipelineActivity)
Public Class AzureMLExecutePipelineActivity
Inherits ExecutionActivity
- Inheritance
- Implements
Constructors
AzureMLExecutePipelineActivity(String) |
Initializes a new instance of AzureMLExecutePipelineActivity. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
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). |
DataPathAssignments |
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 (or Expression with resultType object). To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DependsOn |
Activity depends on condition. (Inherited from PipelineActivity) |
Description |
Activity description. (Inherited from PipelineActivity) |
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). |
MLPipelineEndpointId |
ID of the published Azure ML pipeline endpoint. 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 PipelineActivity) |
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 PipelineActivity) |
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 PipelineActivity) |
UserProperties |
Activity user properties. (Inherited from PipelineActivity) |
Version |
Version of the published Azure ML pipeline endpoint. Type: string (or Expression with resultType string). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ExecutionActivity) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET