mistk.transform.client.models.dataset_statistics module¶
Model Integration Software ToolKit - Data Transformation
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 1.0.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
mistk.transform.client.models.dataset_statistics.DatasetStatistics(size=0)¶ Bases:
objectNOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
-
attribute_map= {'size': 'size'}¶
-
property
size¶ Gets the size of this DatasetStatistics. # noqa: E501
The size (in bytes) of the dataset # noqa: E501
- Returns
The size of this DatasetStatistics. # noqa: E501
- Return type
int
-
swagger_types= {'size': 'int'}¶
-
to_dict()¶ Returns the model properties as a dict
-
to_str()¶ Returns the string representation of the model
-