Uses of Record Class
org.aksw.iguana.cc.config.elements.DatasetConfig
-
Uses of DatasetConfig in org.aksw.iguana.cc.config.elements
Modifier and TypeMethodDescriptionConnectionConfig.dataset()
Returns the value of thedataset
record component.ModifierConstructorDescriptionConnectionConfig
(String name, String version, DatasetConfig dataset, URI endpoint, ConnectionConfig.Authentication authentication, URI updateEndpoint, ConnectionConfig.Authentication updateAuthentication) Creates an instance of aConnectionConfig
record class. -
Uses of DatasetConfig in org.aksw.iguana.cc.suite
Modifier and TypeMethodDescriptionSuite.Config.datasets()
Returns the value of thedatasets
record component.ModifierConstructorDescriptionConfig
(List<DatasetConfig> datasets, List<ConnectionConfig> connections, List<Task.Config> tasks, List<StorageConfig> storages, List<Metric> metrics, List<ResponseBodyProcessor.Config> responseBodyProcessors) Creates an instance of aConfig
record class.