Package version:

Interface AzureMLExecutePipelineActivity

Azure ML Execute Pipeline activity.

Hierarchy

Properties

continueOnStepFailure?: 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).

dependsOn?: ActivityDependency[]

Activity depends on condition.

description?: string

Activity description.

experimentName?: 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).

linkedServiceName?: LinkedServiceReference

Linked service reference.

mlParentRunId?: 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).

mlPipelineId: any

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

mlPipelineParameters?: 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).

name: string

Activity name.

Activity policy.

type: "AzureMLExecutePipeline"

Polymorphic discriminator, which specifies the different types this object can be

userProperties?: UserProperty[]

Activity user properties.

Generated using TypeDoc