AzureMLExecutePipelineActivityArgs

data class AzureMLExecutePipelineActivityArgs(val continueOnStepFailure: Output<Any>? = null, val dataPathAssignments: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val experimentName: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val mlParentRunId: Output<Any>? = null, val mlPipelineEndpointId: Output<Any>? = null, val mlPipelineId: Output<Any>? = null, val mlPipelineParameters: Output<Any>? = null, val name: Output<String>, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val state: Output<Either<String, ActivityState>>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val version: Output<Any>? = null) : ConvertibleToJava<AzureMLExecutePipelineActivityArgs>

Azure ML Execute Pipeline activity.

Constructors

Link copied to clipboard
constructor(continueOnStepFailure: Output<Any>? = null, dataPathAssignments: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, experimentName: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, mlParentRunId: Output<Any>? = null, mlPipelineEndpointId: Output<Any>? = null, mlPipelineId: Output<Any>? = null, mlPipelineParameters: Output<Any>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, version: Output<Any>? = null)

Properties

Link copied to clipboard
val continueOnStepFailure: Output<Any>? = null

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

Link copied to clipboard
val dataPathAssignments: Output<Any>? = null

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

Link copied to clipboard
val dependsOn: Output<List<ActivityDependencyArgs>>? = null

Activity depends on condition.

Link copied to clipboard
val description: Output<String>? = null

Activity description.

Link copied to clipboard
val experimentName: Output<Any>? = null

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

Link copied to clipboard

Linked service reference.

Link copied to clipboard
val mlParentRunId: Output<Any>? = null

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

Link copied to clipboard
val mlPipelineEndpointId: Output<Any>? = null

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

Link copied to clipboard
val mlPipelineId: Output<Any>? = null

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

Link copied to clipboard
val mlPipelineParameters: Output<Any>? = null

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

Link copied to clipboard
val name: Output<String>

Activity name.

Link copied to clipboard
val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null

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.

Link copied to clipboard
val policy: Output<ActivityPolicyArgs>? = null

Activity policy.

Link copied to clipboard
val state: Output<Either<String, ActivityState>>? = null

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

Link copied to clipboard
val type: Output<String>

Type of activity. Expected value is 'AzureMLExecutePipeline'.

Link copied to clipboard
val userProperties: Output<List<UserPropertyArgs>>? = null

Activity user properties.

Link copied to clipboard
val version: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AzureMLExecutePipelineActivityArgs