We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc38ce5 commit ee93e3fCopy full SHA for ee93e3f
src/sagemaker/config/config.py
@@ -132,8 +132,10 @@ def load_sagemaker_config(
132
133
134
def validate_sagemaker_config(sagemaker_config: dict = None):
135
- """Validates whether a given dictionary adheres to the schema defined at
136
- ``sagemaker.config.config_schema.SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA``
+ """Validates whether a given dictionary adheres to the schema.
+
137
+ The schema is defined at
138
+ ``sagemaker.config.config_schema.SAGEMAKER_PYTHON_SDK_CONFIG_SCHEMA``.
139
140
Args:
141
sagemaker_config: A dictionary containing default values for the
0 commit comments