def properties()

in src/sagemaker_training/mapping.py [0:0]


    def properties(self):  # type: () -> list
        """
        Returns:
            (list[str]) List of public properties.
        """

        _type = type(self)
        return [_property for _property in dir(_type) if self._is_property(_property)]