gigl.src.common.constants.local_fs#
Functions#
| Returns the local path for the GBML assets. | |
| 
 | Returns the local log file prefix for the specified job name | 
| Returns the local logs/ folder for the specified job name | |
| 
 | Returns the local tmp path for the specified job name | 
| Returns gigl source root folder. | |
| Returns the local directory used by the Inferencer to store embeddings. | |
| Returns the local file prefix for the output embeddings of the specified job name. | |
| Returns the local file prefix for the output predictions of the specified job name. | |
| Returns the local path to the MANIFEST.in file. | |
| Returns the parent directory of GiGL | |
| Returns project root folder. | |
| Returns the local file path for the train_val_nodes_info.csv of the specified job name. | 
Module Contents#
- gigl.src.common.constants.local_fs.get_gbml_assets_tmp_path()[source]#
- Returns the local path for the GBML assets. - Return type:
 
- gigl.src.common.constants.local_fs.get_gbml_log_file_prefix_tmp_path(applied_task_identifier)[source]#
- Returns the local log file prefix for the specified job name - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_gbml_logs_folder_local_tmp_path(applied_task_identifier)[source]#
- Returns the local logs/ folder for the specified job name - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_gbml_task_local_tmp_path(applied_task_identifier)[source]#
- Returns the local tmp path for the specified job name - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_gigl_root_directory()[source]#
- Returns gigl source root folder. - Return type:
 
- gigl.src.common.constants.local_fs.get_inference_embeddings_local_tmp_dir_path(applied_task_identifier)[source]#
- Returns the local directory used by the Inferencer to store embeddings. - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_inference_embeddings_local_tmp_file_prefix(applied_task_identifier)[source]#
- Returns the local file prefix for the output embeddings of the specified job name. - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_inference_predictions_local_tmp_file_prefix(applied_task_identifier)[source]#
- Returns the local file prefix for the output predictions of the specified job name. - Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_path_to_manifest_file()[source]#
- Returns the local path to the MANIFEST.in file. - Return type:
 
- gigl.src.common.constants.local_fs.get_preprocess_local_staging_dir_path(applied_task_identifier)[source]#
- Parameters:
- applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier) 
- Return type:
 
- gigl.src.common.constants.local_fs.get_project_root_directory()[source]#
- Returns the parent directory of GiGL - Return type:
 
- gigl.src.common.constants.local_fs.get_python_project_root_path()[source]#
- Returns project root folder. - Return type:
 
