Package version:

Interface AzureMLExecutePipelineActivity

Azure ML Execute Pipeline activity.

interface AzureMLExecutePipelineActivity {
    continueOnStepFailure?: any;
    dataPathAssignments?: any;
    dependsOn?: ActivityDependency[];
    description?: string;
    experimentName?: any;
    linkedServiceName?: LinkedServiceReference;
    mlParentRunId?: any;
    mlPipelineEndpointId?: any;
    mlPipelineId?: any;
    mlPipelineParameters?: any;
    name: string;
    onInactiveMarkAs?: string;
    policy?: ActivityPolicy;
    state?: string;
    type: "AzureMLExecutePipeline";
    userProperties?: UserProperty[];
    version?: any;
}

Hierarchy (view full)

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

dataPathAssignments?: 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 (or Expression with resultType object).

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

mlPipelineEndpointId?: any

ID of the published Azure ML pipeline endpoint. 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.

onInactiveMarkAs?: string

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.

Activity policy.

state?: string

Activity state. This is an optional property and if not provided, the state will be Active by default.

type

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

userProperties?: UserProperty[]

Activity user properties.

version?: any

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