Workspace Feature Store
data class WorkspaceFeatureStore(val computerSparkRuntimeVersion: String? = null, val offlineConnectionName: String? = null, val onlineConnectionName: String? = null)
Constructors
Link copied to clipboard
fun WorkspaceFeatureStore(computerSparkRuntimeVersion: String? = null, offlineConnectionName: String? = null, onlineConnectionName: String? = null)