You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sagemaker/config/config_schema.py
+16-8
Original file line number
Diff line number
Diff line change
@@ -540,7 +540,8 @@ def _simple_path(*args: str):
540
540
"minItems": 0,
541
541
"maxItems": 50,
542
542
},
543
-
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment
543
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AlgorithmSpecification.html#sagemaker-Type-AlgorithmSpecification-ContainerEntrypoint
564
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex based on https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PipelineDefinitionS3Location.html
565
568
# except with an additional ^ and $ for the beginning and the end to closer align to
@@ -570,7 +573,8 @@ def _simple_path(*args: str):
570
573
"minLength": 3,
571
574
"maxLength": 63,
572
575
},
573
-
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_MonitoringJobDefinition.html#sagemaker-Type-MonitoringJobDefinition-Environment
576
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html#sagemaker-CreateTransformJob-request-Environment
590
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html#sagemaker-Type-ContainerDefinition-Environment
604
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html#sagemaker-CreateProcessingJob-request-Environment
618
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment
632
+
# Regex is taken from https://docs.aws.amazon.com/sagemaker/latest/APIReference/
0 commit comments