sagemaker.core.utils.intelligent_defaults_helper#

Functions

get_config_value(attribute, ...)

load_default_configs([...])

load_default_configs_for_resource_name(...)

validate_sagemaker_config([sagemaker_config])

Validates whether a given dictionary adheres to the schema.

sagemaker.core.utils.intelligent_defaults_helper.get_config_value(attribute, resource_defaults, global_defaults)[source]#
sagemaker.core.utils.intelligent_defaults_helper.load_default_configs(additional_config_paths: List[str] | None = None, s3_resource=None)[source]#
sagemaker.core.utils.intelligent_defaults_helper.load_default_configs_for_resource_name(resource_name: str)[source]#
sagemaker.core.utils.intelligent_defaults_helper.validate_sagemaker_config(sagemaker_config: dict | None = None)[source]#

Validates whether a given dictionary adheres to the schema.

Parameters:

sagemaker_config – A dictionary containing default values for the SageMaker Python SDK. (default: None).