hugegraph-ml/src/hugegraph_ml/utils/dgl2hugegraph_utils.py [522:532]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ip: str = "127.0.0.1",
    port: str = "8080",
    graph: str = "hugegraph",
    user: str = "",
    pwd: str = "",
    graphspace: Optional[str] = None,
):
    if dataset_name == "ogbl-collab":
        dataset_dgl = DglLinkPropPredDataset(name=dataset_name)
    else:
        raise ValueError("dataset not supported")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



hugegraph-ml/src/hugegraph_ml/utils/dgl2hugegraph_utils.py [634:644]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    ip: str = "127.0.0.1",
    port: str = "8080",
    graph: str = "hugegraph",
    user: str = "",
    pwd: str = "",
    graphspace: Optional[str] = None,
):
    if dataset_name == "ogbl-collab":
        dataset_dgl = DglLinkPropPredDataset(name=dataset_name)
    else:
        raise ValueError("dataset not supported")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



