mistk.model.server.models.dataset_statistics module¶
-
class
mistk.model.server.models.dataset_statistics.
DatasetStatistics
(size: int = 0)¶ Bases:
mistk.model.server.models.base_model_.Model
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
classmethod
from_dict
(dikt) → mistk.model.server.models.dataset_statistics.DatasetStatistics¶ Returns the dict as a model
- Parameters
dikt – A dict.
- Type
dict
- Returns
The DatasetStatistics of this DatasetStatistics. # noqa: E501
- Return type
-
property
size
¶ Gets the size of this DatasetStatistics.
The size (in bytes) of the dataset # noqa: E501
- Returns
The size of this DatasetStatistics.
- Return type
int
-
classmethod