AzureMLExecutePipelineActivity Class

Azure ML Execute Pipeline activity.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.ExecutionActivity
AzureMLExecutePipelineActivity

Constructor

AzureMLExecutePipelineActivity(*, name: str, additional_properties: Optional[Dict[str, Any]] = None, description: Optional[str] = None, depends_on: Optional[List[_models.ActivityDependency]] = None, user_properties: Optional[List[_models.UserProperty]] = None, linked_service_name: Optional[_models.LinkedServiceReference] = None, policy: Optional[_models.ActivityPolicy] = None, ml_pipeline_id: Optional[Any] = None, ml_pipeline_endpoint_id: Optional[Any] = None, version: Optional[Any] = None, experiment_name: Optional[Any] = None, ml_pipeline_parameters: Optional[Any] = None, data_path_assignments: Optional[Any] = None, ml_parent_run_id: Optional[Any] = None, continue_on_step_failure: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

name
str

Required. Activity name.

type
str

Required. Type of activity.Constant filled by server.

description
str

Activity description.

depends_on
list[ActivityDependency]

Activity depends on condition.

user_properties
list[UserProperty]

Activity user properties.

linked_service_name
LinkedServiceReference

Linked service reference.

policy
ActivityPolicy

Activity policy.

ml_pipeline_id
any

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

ml_pipeline_endpoint_id
any

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

version
any

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

experiment_name
any

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

ml_pipeline_parameters
any

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

data_path_assignments
any

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

ml_parent_run_id
any

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

continue_on_step_failure
any

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