Azure MLBatch Execution Activity Args
data class AzureMLBatchExecutionActivityArgs(val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val globalParameters: Output<Map<String, Any>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null, val webServiceInputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null, val webServiceOutputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null) : ConvertibleToJava<AzureMLBatchExecutionActivityArgs>
Azure ML Batch Execution activity.
Constructors
Link copied to clipboard
fun AzureMLBatchExecutionActivityArgs(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, globalParameters: Output<Map<String, Any>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, policy: Output<ActivityPolicyArgs>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, webServiceInputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null, webServiceOutputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null)