sagemaker.core.session_settings#

Defines classes to parametrize a SageMaker Session.

Classes

SessionSettings([...])

Optional container class for settings to apply to a SageMaker session.

class sagemaker.core.session_settings.SessionSettings(encrypt_repacked_artifacts=True, local_download_dir=None, include_jumpstart_tags=True)[source]#

Bases: object

Optional container class for settings to apply to a SageMaker session.

property encrypt_repacked_artifacts: bool#

Return True if repacked artifacts at rest in S3 should be encrypted by default.

property include_jumpstart_tags: bool#

Return True if JumpStart tags should be attached to models with JumpStart artifacts.

property local_download_dir: str#

Return path specifying the local directory for downloading artifacts.