Azure MLExecute Pipeline Activity Args
    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
                fun AzureMLExecutePipelineActivityArgs(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)
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                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
                Link copied to clipboard