|
DayF core
1.2.1.2
DayF (Decision at your Fingertips) is an AutoML freeware development framework that let developers works with Machine Learning models without any idea of AI, simply taking a csv dataset and the objective column
|
Define all objects, functions and structured related to adding storage information metadata (json structure) on list[OrderedDict] format. More...
Classes | |
| class | StorageMetadata |
| Class storage metadata format [{value: , fstype:['localfs', 'hdfs', 'mongoDB'], hash_value : "", hash_type: ['MD5','SHA256']. More... | |
Functions | |
| def | generate_json_path (e_c, armetadata, json_type='json') |
| Method to Generate json StorageMetadata for Armetadata. More... | |
Define all objects, functions and structured related to adding storage information metadata (json structure) on list[OrderedDict] format.
| def gdayf.common.storagemetadata.generate_json_path | ( | e_c, | |
| armetadata, | |||
json_type = 'json' |
|||
| ) |
Method to Generate json StorageMetadata for Armetadata.
| e_c | context pointer |
| armetadata | structure to be stored |
| json_type | ['persistence','json'] |
Definition at line 104 of file storagemetadata.py.
1.8.13