You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| datasetUri | String | Optional URI of the dataset resource that should be profiled. If not specified an URI will be generated. |
55
56
| uriPrefix | String | Optional URI prefix that is prepended to every generated URI, e.g. property URIs for every schema path. If not specified an URI prefix will be generated. |
56
-
| entitySampleLimit | String | How many entities should be sampled for the profiling. If left blank, all entities will be considered. |
57
+
| entitySampleLimit | String | How many entities should be sampled for the profiling. If set to zero or a negative value, all entities will be considered. If left blank the configured default value is used. |
57
58
| timeLimit | String | The time in milliseconds that each of the schema extraction step and profiling step should spend on. Leave blank for unlimited time. |
58
59
| classProfilingLimit | int | The maximum number of classes that are profiled from the extracted schema. |
59
60
| schemaEntityLimit | int | The maximum number of overall schema entities (types, properties/attributes) that will be extracted. |
60
-
| executionType | String | The execution type to be used: SPARK, LEGACY. The legacy execution uses large in-memory maps and takes longer!|
61
+
| executionType | String | The execution type to be used. At the moment, only 'LEGACY' is supported.|
61
62
62
63
The identifier for this plugin is `DatasetProfiler`.
63
64
@@ -72,7 +73,7 @@ Shows the SQL endpoint status.
72
73
This plugin does not require any parameters.
73
74
The identifier for this plugin is `SqlEndpointStatus`.
74
75
75
-
It can be found in the package `com.eccenca.di.sql.endpoint.activity`.
76
+
It can be found in the package `com.eccenca.di.sql.spark.endpoint.activity`.
76
77
77
78
78
79
@@ -103,6 +104,20 @@ It can be found in the package `org.silkframework.learning.active`.
103
104
104
105
105
106
107
+
#### Active learning (find comparison pairs)
108
+
109
+
Suggest comparison pairs for the current linking task.
0 commit comments