gigl.src.common.constants.get_transformed_features_file_prefix#
- gigl.src.common.constants.gcs.get_transformed_features_file_prefix(applied_task_identifier: AppliedTaskIdentifier, feature_type: FeatureTypes, entity_type: NodeType | EdgeType, custom_identifier: str = '') GcsUri #
Returns the GCS file prefix for transformed features.
- Args:
applied_task_identifier (AppliedTaskIdentifier): The job name. feature_type (FeatureTypes): The type of the feature. entity_type (Union[NodeType, EdgeType]): The type of the entity. custom_identifier (Optional[str]): Custom identifier for the file prefix. Defaults to “”.
- Returns:
GcsUri: The GCS file prefix for transformed features.