@@ -6,13 +6,13 @@ title: 'Dataset'
66class Dataset
77```
88
9- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L20 ) </p >
9+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L20 ) </p >
1010
1111
1212
1313### \_\_ init\_\_
1414
15- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L21 ) </p >
15+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L21 ) </p >
1616
1717``` python
1818def __init__ (
@@ -46,7 +46,7 @@ Initialize a local dataset.
4646
4747### allow\_ duplicates
4848
49- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L74 ) </p >
49+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L74 ) </p >
5050
5151``` python
5252def allow_duplicates (self ) -> bool :
@@ -58,7 +58,7 @@ Whether to allow duplicates in the dataset.
5858
5959### data
6060
61- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L81 ) </p >
61+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L81 ) </p >
6262
6363``` python
6464def data (self ):
@@ -70,7 +70,7 @@ Dataset entries.
7070
7171### name
7272
73- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L67 ) </p >
73+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L67 ) </p >
7474
7575``` python
7676def name (self ) -> str :
@@ -84,7 +84,7 @@ Name of the dataset.
8484
8585### set\_ allow\_ duplicates
8686
87- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L107 ) </p >
87+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L107 ) </p >
8888
8989``` python
9090def set_allow_duplicates (self , allow_duplicates : bool ) -> Self:
@@ -106,7 +106,7 @@ This dataset, useful for chaining methods.
106106
107107### set\_ name
108108
109- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L94 ) </p >
109+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L94 ) </p >
110110
111111``` python
112112def set_name (self , name : str ) -> Self:
@@ -130,7 +130,7 @@ This dataset, useful for chaining methods.
130130
131131### add
132132
133- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L266 ) </p >
133+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L266 ) </p >
134134
135135``` python
136136def add (
@@ -163,7 +163,7 @@ The new dataset following the addition.
163163
164164### download
165165
166- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L181 ) </p >
166+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L181 ) </p >
167167
168168``` python
169169def download (self , overwrite : bool = False ) -> Self:
@@ -188,7 +188,7 @@ This dataset after the in-place download, useful for chaining methods.
188188
189189### from\_ upstream
190190
191- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L120 ) </p >
191+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L120 ) </p >
192192
193193``` python
194194def from_upstream (
@@ -220,7 +220,7 @@ The dataset, with contents downloaded from upstream.
220220
221221### inplace\_ add
222222
223- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L315 ) </p >
223+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L315 ) </p >
224224
225225``` python
226226def inplace_add (
@@ -253,7 +253,7 @@ This dataset following the in-place addition.
253253
254254### inplace\_ sub
255255
256- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L342 ) </p >
256+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L342 ) </p >
257257
258258``` python
259259def inplace_sub (
@@ -279,7 +279,7 @@ This dataset following the in-place subtraction.
279279
280280### sub
281281
282- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L293 ) </p >
282+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L293 ) </p >
283283
284284``` python
285285def sub (
@@ -305,7 +305,7 @@ The new dataset following the subtraction.
305305
306306### sync
307307
308- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L228 ) </p >
308+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L228 ) </p >
309309
310310``` python
311311def sync (self ) -> Self:
@@ -322,7 +322,7 @@ This dataset after the in-place sync, useful for chaining methods.
322322
323323### upload
324324
325- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L156 ) </p >
325+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L156 ) </p >
326326
327327``` python
328328def upload (self , overwrite : bool = False ) -> Self:
@@ -347,7 +347,7 @@ This dataset, useful for chaining methods.
347347
348348### upstream\_ diff
349349
350- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L240 ) </p >
350+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L240 ) </p >
351351
352352``` python
353353def upstream_diff (self ) -> Self:
@@ -365,7 +365,7 @@ This dataset after printing the diff, useful for chaining methods.
365365
366366### \_\_ add\_\_
367367
368- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L364 ) </p >
368+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L364 ) </p >
369369
370370``` python
371371def __add__ (
@@ -392,7 +392,7 @@ The new dataset following the addition.
392392
393393### \_\_ contains\_\_
394394
395- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L485 ) </p >
395+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L485 ) </p >
396396
397397``` python
398398def __contains__ (
@@ -419,7 +419,7 @@ Boolean, whether the passed Dataset is a subset of this one.
419419
420420### \_\_ getitem\_\_
421421
422- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L535 ) </p >
422+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L535 ) </p >
423423
424424``` python
425425def __getitem__ (self , item : Union[int , slice ]) -> Union[Any, Dataset]:
@@ -443,7 +443,7 @@ An individual item or Dataset slice, for int and slice queries respectively.
443443
444444### \_\_ iadd\_\_
445445
446- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L408 ) </p >
446+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L408 ) </p >
447447
448448``` python
449449def __iadd__ (
@@ -469,7 +469,7 @@ This dataset following the in-place addition.
469469
470470### \_\_ isub\_\_
471471
472- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L459 ) </p >
472+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L459 ) </p >
473473
474474``` python
475475def __isub__ (
@@ -495,7 +495,7 @@ This dataset following the in-place subtraction.
495495
496496### \_\_ iter\_\_
497497
498- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L475 ) </p >
498+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L475 ) </p >
499499
500500``` python
501501def __iter__ (self ) -> Any:
@@ -511,7 +511,7 @@ The next instance in the dataset.
511511
512512### \_\_ len\_\_
513513
514- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L526 ) </p >
514+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L526 ) </p >
515515
516516``` python
517517def __len__ (self ) -> int :
@@ -527,7 +527,7 @@ The number of entries in the dataset.
527527
528528### \_\_ radd\_\_
529529
530- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L381 ) </p >
530+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L381 ) </p >
531531
532532``` python
533533def __radd__ (
@@ -562,7 +562,7 @@ The new dataset following the addition.
562562
563563### \_\_ repr\_\_
564564
565- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L578 ) </p >
565+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L578 ) </p >
566566
567567``` python
568568def __repr__ (self ):
@@ -574,7 +574,7 @@ def __repr__(self):
574574
575575### \_\_ rsub\_\_
576576
577- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L441 ) </p >
577+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L441 ) </p >
578578
579579``` python
580580def __rsub__ (
@@ -602,7 +602,7 @@ The new dataset following the subtraction.
602602
603603### \_\_ setitem\_\_
604604
605- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L556 ) </p >
605+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L556 ) </p >
606606
607607``` python
608608def __setitem__ (self , item : Union[int , slice ], value : Union[Any, Dataset]):
@@ -614,7 +614,7 @@ def __setitem__(self, item: Union[int, slice], value: Union[Any, Dataset]):
614614
615615### \_\_ sub\_\_
616616
617- <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/733a23e2b00bc3e5bc0b3d98f2e6f46ea7f7c17d /unify/logging/dataset.py#L424 ) </p >
617+ <p align = " right" >[ source code] ( https://github.com/unifyai/unify/tree/d90d215edbd8b7afb5c43919bbf6f8e02fa231fb /unify/logging/dataset.py#L424 ) </p >
618618
619619``` python
620620def __sub__ (
0 commit comments