def from_objects()

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


    def from_objects(
        cls,
        object_uris: Union[str, Iterable[str]],
        endpoint: str,
        *,
        cred_path: str = "",
        cred_provider: Any = None,
        config_path: str = "",
        transform: Callable[[DataObject], Any] = identity,