Synapse Spark Job Definition Activity Args
data class SynapseSparkJobDefinitionActivityArgs(val arguments: Output<List<Any>>? = null, val className: Output<Any>? = null, 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 file: Output<Any>? = null, val files: Output<List<Any>>? = null, val filesV2: Output<List<Any>>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val name: Output<String>, val numExecutors: Output<Any>? = null, val onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, val policy: Output<ActivityPolicyArgs>? = null, val pythonCodeReference: Output<List<Any>>? = null, val scanFolder: Output<Any>? = null, val sparkConfig: Output<Map<String, Any>>? = null, val sparkJob: Output<SynapseSparkJobReferenceArgs>, val state: Output<Either<String, ActivityState>>? = null, val targetBigDataPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, val targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = null, val type: Output<String>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<SynapseSparkJobDefinitionActivityArgs>
Execute spark job activity.
Constructors
Link copied to clipboard
fun SynapseSparkJobDefinitionActivityArgs(arguments: Output<List<Any>>? = null, className: Output<Any>? = null, 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, file: Output<Any>? = null, files: Output<List<Any>>? = null, filesV2: Output<List<Any>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, numExecutors: Output<Any>? = null, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, pythonCodeReference: Output<List<Any>>? = null, scanFolder: Output<Any>? = null, sparkConfig: Output<Map<String, Any>>? = null, sparkJob: Output<SynapseSparkJobReferenceArgs>, state: Output<Either<String, ActivityState>>? = null, targetBigDataPool: Output<BigDataPoolParametrizationReferenceArgs>? = 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