def __init__()

in oss-torch-connector/osstorchconnector/oss_map_dataset.py [0:0]


    def __init__(
        self,
        endpoint: str,
        cred_path: str,
        config_path: str,
        get_dataset_objects: Callable[[OssClient], Iterable[DataObject]],
        transform: Callable[[DataObject], Any] = identity,
        tar_uri: str = None,
        tar_index_uri: str = None,
        cred_provider: Any = None,