Skip to content

Commit e274db4

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Added DisableProfiler flag as a new field in ProfilerConfig
1 parent c7ebaa5 commit e274db4

File tree

4 files changed

+249
-240
lines changed

4 files changed

+249
-240
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon SageMaker Service",
4+
"contributor": "",
5+
"description": "Added DisableProfiler flag as a new field in ProfilerConfig"
6+
}

services/sagemaker/src/main/resources/codegen-resources/endpoint-rule-set.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

0 commit comments

Comments
 (0)