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 d845772 commit 561301eCopy full SHA for 561301e
src/sagemaker/config/config_schema.py
@@ -106,6 +106,7 @@
106
LOCAL_CODE = "local_code"
107
SERVING_PORT = "serving_port"
108
CONTAINER_CONFIG = "container_config"
109
+CONTAINER_ROOT = "container_root"
110
REGION_NAME = "region_name"
111
112
@@ -1090,6 +1091,9 @@ def _simple_path(*args: str):
1090
1091
SERVING_PORT: {
1092
TYPE: "integer",
1093
},
1094
+ CONTAINER_ROOT: {
1095
+ TYPE: "string",
1096
+ },
1097
CONTAINER_CONFIG: {
1098
TYPE: OBJECT,
1099
0 commit comments