utils.rc.wrapper.datasets

Module Contents

Classes

DatasetsWrapper

Attributes

logger

utils.rc.wrapper.datasets.logger
class utils.rc.wrapper.datasets.DatasetsWrapper
static download_dataset(dataset_id: str, local_folder: str, project_run_entry_id: str, scenario_id: str, file_type: str, separator: str)
static download_dataset_schema(dataset_id: str, local_folder: str, file_name: str = None)
static saveParquet(dataset_id: str, file_path: str, limit: int)
static getData(dataset_id: str, num_rows: int, scenario_id: str, project_run_entry_id: str)
static getDataset(dataset_id: str)
static deleteDataset(dataset_id: str)
static get_stats_status(dataset_id: str)
static uploadToIngress(dataset_id: str, file_path: str, replace: str)
static generate_upload_signed_url(dataset_id: str, file_name: str)
static process_uploaded_file(dataset_id: str, file_names)
static update_sync_options(dataset_id: str, sync_data_source_id: str, sync_data_source_options: dict)
static sync(dataset_id: str)
static update_dataset(dataset_id: str, dataset_meta, metadata)
static uploadFile(project_id: str, name: str, display_name: str, description: str, file_paths, dataset_meta, data_source_id, data_source_options, force_upload: bool, metadata: dict)