We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54dde1e commit d4c4ed4Copy full SHA for d4c4ed4
src/sagemaker/session_settings.py
@@ -12,6 +12,8 @@
12
# language governing permissions and limitations under the License.
13
"""Defines classes to parametrize a SageMaker ``Session``."""
14
15
+from __future__ import absolute_import
16
+
17
18
class SessionSettings(object):
19
"""Optional container class for settings to apply to a SageMaker session."""
0 commit comments