Synapse Notebook Activity Args
data class SynapseNotebookActivityArgs(val conf: Output<Any>? = null, val configurationType: Output<Either<String, ConfigurationType>>? = 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 onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val parameters: Output<Map<String, NotebookParameterArgs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val sparkConfig: Output<Map<String, Any>>? = null, val sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, val state: Output<Either<String, ActivityState>>? = null, val targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = 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, configurationType: Output<Either<String, ConfigurationType>>? = 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, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, parameters: Output<Map<String, NotebookParameterArgs>>? = null, policy: Output<ActivityPolicyArgs>? = null, sparkConfig: Output<Map<String, Any>>? = null, sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, state: Output<Either<String, ActivityState>>? = null, targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard