Module markov.api.configs.config

Functions

def get_df_register_config_path()

Get the DataFamily registration configuration used to.Configuration is a YAML file that contains the structure of the request to be sent to MarkovML for this action.

Returns

Return the data_set family registration file path.

def get_ds_register_config_path()

Configuration is a YAML file that contains the structure of the request to be sent to MarkovML for this action

Returns

Get the dataset configuration path. DS Configuration describes the contract to register a dataset with Markov.

def get_mf_register_config()

Configuration is a YAML file that contains the structure of the request to be sent to MarkovML for this action.

Returns

Model Family Registration Configuration Path

def get_model_registration_config()

Configuration is a YAML file that contains the structure of the request to be sent to MarkovML for this action.

Returns

Return the model registration configuration file.

def get_upload_config_path()

Configuration is a YAML file that contains the structure of the request to be sent to MarkovML for this action.

Returns

Get the DataUpload Configuration path.