graphscope.framework.dag_utils.create_loader¶ graphscope.framework.dag_utils.create_loader(vertex_or_edge_label_list)[源代码]¶ 创建一个加载器操作。 :param vertex_or_edge_label_list: 顶点或边标签列表 (graphscope.framework.graph_utils.VertexLabel) 或 (graphscope.framework.graph_utils.EdgeLabel) Returns: 一个操作,用于将各种数据源作为加载器。