AzureMLBatchExecutionActivityArgs

constructor(dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, globalParameters: Output<Map<String, Any>>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, state: Output<Either<String, ActivityState>>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null, webServiceInputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null, webServiceOutputs: Output<Map<String, AzureMLWebServiceFileArgs>>? = null)