Synapse Notebook Activity Args
data class SynapseNotebookActivityArgs(val conf: Output<Any>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val driverSize: Output<Any>? = null, val executorSize: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val notebook: Output<SynapseNotebookReferenceArgs>, val numExecutors: Output<Any>? = null, val parameters: Output<Map<String, NotebookParameterArgs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SynapseNotebookActivityArgs>
Execute Synapse notebook activity.
Constructors
Link copied to clipboard
fun SynapseNotebookActivityArgs(conf: Output<Any>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, driverSize: Output<Any>? = null, executorSize: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, notebook: Output<SynapseNotebookReferenceArgs>, numExecutors: Output<Any>? = null, parameters: Output<Map<String, NotebookParameterArgs>>? = null, policy: Output<ActivityPolicyArgs>? = null, sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)