gigl.src.common.constants.local_fs#

Functions#

get_gbml_assets_tmp_path()

Returns the local path for the GBML assets.

get_gbml_log_file_prefix_tmp_path(applied_task_identifier)

Returns the local log file prefix for the specified job name

get_gbml_logs_folder_local_tmp_path(...)

Returns the local logs/ folder for the specified job name

get_gbml_task_local_tmp_path(applied_task_identifier)

Returns the local tmp path for the specified job name

get_gigl_root_directory()

Returns gigl source root folder.

get_inference_embeddings_local_tmp_dir_path(...)

Returns the local directory used by the Inferencer to store embeddings.

get_inference_embeddings_local_tmp_file_prefix(...)

Returns the local file prefix for the output embeddings of the specified job name.

get_inference_predictions_local_tmp_file_prefix(...)

Returns the local file prefix for the output predictions of the specified job name.

get_path_to_manifest_file()

Returns the local path to the MANIFEST.in file.

get_preprocess_local_staging_dir_path(...)

get_project_root_directory()

Returns the parent directory of GiGL

get_python_project_root_path()

Returns project root folder.

get_train_val_info_local_tmp_file_path(...)

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

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

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

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

gigl.src.common.constants.local_fs.get_gigl_root_directory()[source]#

Returns gigl source root folder.

Return type:

gigl.common.LocalUri

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

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

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

gigl.src.common.constants.local_fs.get_path_to_manifest_file()[source]#

Returns the local path to the MANIFEST.in file.

Return type:

gigl.common.LocalUri

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

gigl.src.common.constants.local_fs.get_project_root_directory()[source]#

Returns the parent directory of GiGL

Return type:

gigl.common.LocalUri

gigl.src.common.constants.local_fs.get_python_project_root_path()[source]#

Returns project root folder.

Return type:

gigl.common.LocalUri

gigl.src.common.constants.local_fs.get_train_val_info_local_tmp_file_path(applied_task_identifier)[source]#

Returns the local file path for the train_val_nodes_info.csv of the specified job name.

Parameters:

applied_task_identifier (gigl.src.common.types.AppliedTaskIdentifier)

Return type:

gigl.common.LocalUri