gigl.src.common.constants.get_tf_transform_stats_file_path#
- gigl.src.common.constants.gcs.get_tf_transform_stats_file_path(applied_task_identifier: AppliedTaskIdentifier, feature_type: FeatureTypes, entity_type: NodeType | EdgeType, custom_identifier: str = '') GcsUri #
Returns the GCS path for the TensorFlow transform stats file.
- Args:
applied_task_identifier (AppliedTaskIdentifier): The job name. feature_type (FeatureTypes): The feature type. entity_type (Union[NodeType, EdgeType]): The entity type. custom_identifier (Optional[str]): The custom identifier. Defaults to “”.
- Returns:
GcsUri: The GCS path for the TensorFlow transform stats file.