Azure MLExecute Pipeline Activity Response
data class AzureMLExecutePipelineActivityResponse(val continueOnStepFailure: Any? = null, val dataPathAssignments: Any? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val experimentName: Any? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val mlParentRunId: Any? = null, val mlPipelineEndpointId: Any? = null, val mlPipelineId: Any? = null, val mlPipelineParameters: Any? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null, val version: Any? = null)
Azure ML Execute Pipeline activity.
Constructors
Link copied to clipboard
fun AzureMLExecutePipelineActivityResponse(continueOnStepFailure: Any? = null, dataPathAssignments: Any? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, experimentName: Any? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, mlParentRunId: Any? = null, mlPipelineEndpointId: Any? = null, mlPipelineId: Any? = null, mlPipelineParameters: Any? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null, version: Any? = null)
Types
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