Databricks Notebook Activity Response
data class DatabricksNotebookActivityResponse(val baseParameters: Map<String, Any>? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val libraries: List<Map<String, Any>>? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val notebookPath: Any, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
DatabricksNotebook activity.
Constructors
Link copied to clipboard
fun DatabricksNotebookActivityResponse(baseParameters: Map<String, Any>? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, libraries: List<Map<String, Any>>? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, notebookPath: Any, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)