gigl.src.common.constants.bq#
Functions#
Returns the path to where the table for embeddings will be stored in BQ, specified in GiGLResourceConfig |
|
|
Returns the full BQ table path where embeddings will be stored |
|
This function return the BQ table path where predictions will be stored |
Module Contents#
- gigl.src.common.constants.bq.get_embeddings_dataset_bq_path()[source]#
Returns the path to where the table for embeddings will be stored in BQ, specified in GiGLResourceConfig
- Return type:
str
- gigl.src.common.constants.bq.get_embeddings_table(applied_task_identifier, node_type)[source]#
Returns the full BQ table path where embeddings will be stored
- Parameters:
applied_task_identifier (AppliedTaskIdentifier) – The name provided for the gigl job
node_type (gigl.src.common.types.graph_data.NodeType)
- Return type:
str
- gigl.src.common.constants.bq.get_predictions_table(applied_task_identifier, node_type)[source]#
This function return the BQ table path where predictions will be stored
- Parameters:
applied_task_identifier (AppliedTaskIdentifier) – The name provided for the gigl job
node_type (gigl.src.common.types.graph_data.NodeType)
- Return type:
str