gigl.src.common.constants.get_tf_transformed_features_schema_path#

gigl.src.common.constants.gcs.get_tf_transformed_features_schema_path(applied_task_identifier: AppliedTaskIdentifier, feature_type: FeatureTypes, entity_type: NodeType | EdgeType, custom_identifier: str = '') GcsUri#

Returns the GCS path for the schema.pbtxt file of the transformed features (Data Preprocessor)

Args:

applied_task_identifier (AppliedTaskIdentifier): The job name. feature_type (FeatureTypes): The type of the features. entity_type (Union[NodeType, EdgeType]): The type of the entity (node or edge). custom_identifier (Optional[str]): Custom identifier for the GCS path. Defaults to “”.

Returns:

GcsUri: The GCS path for the schema.pbtxt file of the transformed features.