oss-torch-connector/osstorchconnector/oss_iterable_dataset.py [22:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        endpoint: str,
        cred_path: str,
        config_path: str,
        get_dataset_objects: Callable[[OssClient], Iterable[DataObject]],
        transform: Callable[[DataObject], Any] = identity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



oss-torch-connector/osstorchconnector/oss_map_dataset.py [24:30]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        endpoint: str,
        cred_path: str,
        config_path: str,
        get_dataset_objects: Callable[[OssClient], Iterable[DataObject]],
        transform: Callable[[DataObject], Any] = identity,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



