gigl.src.inference.v1.InferencerOutputPaths#
- class gigl.src.inference.v1.gnn_inferencer.InferencerOutputPaths(bq_inferencer_output_paths: InferenceOutput, temp_predictions_gcs_path: GcsUri | None, temp_embedding_gcs_path: GcsUri | None)#
Bases:
object
Dataclass containing the output path fields from running inference for a single node type. These fields are used to write files from gcs to bigquery.
Methods
- __eq__(other)#
Return self==value.
- __hash__ = None#
- __init__(bq_inferencer_output_paths: InferenceOutput, temp_predictions_gcs_path: GcsUri | None, temp_embedding_gcs_path: GcsUri | None) None #
- __repr__()#
Return repr(self).
- __weakref__#
list of weak references to the object (if defined)