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
Classes | Functions
gdayf.common.storagemetadata Namespace Reference

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...
 

Detailed Description

Define all objects, functions and structured related to adding storage information metadata (json structure) on list[OrderedDict] format.

Function Documentation

◆ generate_json_path()

def gdayf.common.storagemetadata.generate_json_path (   e_c,
  armetadata,
  json_type = 'json' 
)

Method to Generate json StorageMetadata for Armetadata.

Parameters
e_ccontext pointer
armetadatastructure to be stored
json_type['persistence','json']

Definition at line 104 of file storagemetadata.py.