List all the datasets for the active workspace
import markov
# Fetches all the datasets registered within the logged-in workspace
for dataset in markov.dataset.
print(dataset) # prints the metadata
{
"ds_prop": {
"name": "Resume Dataset Reduced",
"notes": "Contains the Resume dataset filtered from the original dataset in a 1/10 ratio",
"data_category": "text",
"delimiter": ",",
"df_id": "dYFoqzhBBCxR74uh",
"storage_type": "s3",
"x_indexes": [],
"y_index": -1,
"x_col_names": [
"Resume_str"
],
"y_name": "Category",
"storage_format": "csv",
"info": {},
"source": ""
},
"ds_paths": [
{
"segment_type": "train",
"path": "s3://XXXXXXXv/wsp-XXXXXXX/uido1o8s5sra7/Resume Dataset Reduced/reduced_resume_train.csv",
"multi_file": false
},
{
"segment_type": "test",
"path": "s3://XXXXXXX/wsp-XXXXXXXX/uido1o8s5sra7/Resume Dataset Reduced/reduced_resume_test.csv",
"multi_file": false
}
],
"ds_id": "3b64AfvqRsPaBVrmP",
"analysis_status": "RESULTS_AVAILABLE",
"df": null,
"cred_id": "XXXXXXXX",
"_credentials": null
},
{
...
}