Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureMLExecutePipelineActivity

Package version

Azure ML Execute Pipeline activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional continueOnStepFailure

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

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional experimentName

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

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional mlParentRunId

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

mlPipelineId: any

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

Optional mlPipelineParameters

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

name: string

Activity name.

Optional policy

Activity policy.

type

type: "AzureMLExecutePipeline"

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc