Coretex
coretex.coretex.dataset.custom_dataset.custom_dataset.CustomDataset Class Reference
Inheritance diagram for coretex.coretex.dataset.custom_dataset.custom_dataset.CustomDataset:
coretex.coretex.dataset.network_dataset.NetworkDataset coretex.coretex.dataset.dataset.Dataset

Additional Inherited Members

- Public Member Functions inherited from coretex.coretex.dataset.network_dataset.NetworkDataset
Path path (self)
 
Optional[Self] createDataset (cls, str name, int spaceId, Optional[List[int]] sampleIds=None, Optional[Dict[str, Any]] meta=None)
 
None download (self, bool ignoreCache=False)
 
bool add (self, SampleType sample)
 
bool rename (self, str name)
 
- Public Member Functions inherited from coretex.coretex.dataset.dataset.Dataset
int count (self)
 
Optional[SampleType] getSample (self, str name)
 

Detailed Description

    Custom Dataset class which is used for Other Task
    Represents the collection of archived samples

Definition at line 26 of file custom_dataset.py.


The documentation for this class was generated from the following file: