Generated by
JDiff

Interface org.kitesdk.data.DatasetRepository

Added Methods
Dataset<E> create(String, DatasetDescriptor, Class<E>) Create a Dataset with the supplied {@code descriptor}.
Dataset<E> load(String, Class<E>) Get the latest version of a named Dataset.
Dataset<E> update(String, DatasetDescriptor, Class<E>) Update an existing Dataset to reflect the supplied {@code descriptor}.