gigl.src.common.constants.get_tf_transform_temp_directory_path#
- gigl.src.common.constants.gcs.get_tf_transform_temp_directory_path(applied_task_identifier: AppliedTaskIdentifier, feature_type: FeatureTypes, entity_type: NodeType | EdgeType, custom_identifier: str = '') GcsUri #
Returns the GCS path for the “tft_temp_dir” used by Data Preprocessor for TensorFlow Transform (TFT) temp assets.
- Args:
applied_task_identifier (AppliedTaskIdentifier): The job name. feature_type (FeatureTypes): The type of feature. entity_type (Union[NodeType, EdgeType]): The type of entity. custom_identifier (Optional[str]): Custom identifier for the directory path. Defaults to “”.
- Returns:
GcsUri: The GCS path for the “tft_temp_dir” used by Data Preprocessor for TensorFlow Transform (TFT) temp assets.