Skip to content

Commit c03f759

Browse files
author
AWS
committed
Amazon SageMaker Service Update: Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
1 parent 4f3ffa5 commit c03f759

File tree

2 files changed

+53
-3
lines changed

2 files changed

+53
-3
lines changed
Lines changed: 6 additions & 0 deletions
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": "Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools."
6+
}

services/sagemaker/src/main/resources/codegen-resources/service-2.json

Lines changed: 47 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7082,7 +7082,7 @@
70827082
"documentation":"<p>The size in gigabytes (GB) of the additional EBS volume to be attached to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to <code>/opt/sagemaker</code>.</p>"
70837083
}
70847084
},
7085-
"documentation":"<p>Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group.</p>"
7085+
"documentation":"<p>Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group. To learn more, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620\">SageMaker HyperPod release notes: June 20, 2024</a>.</p>"
70867086
},
70877087
"ClusterEbsVolumeSizeInGB":{
70887088
"type":"integer",
@@ -7235,7 +7235,7 @@
72357235
"documentation":"<p>Defines the configuration for attaching additional Amazon Elastic Block Store (EBS) volumes to the instances in the SageMaker HyperPod cluster instance group. The additional EBS volume is attached to each instance within the SageMaker HyperPod cluster instance group and mounted to <code>/opt/sagemaker</code>.</p>"
72367236
}
72377237
},
7238-
"documentation":"<p>Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group.</p>",
7238+
"documentation":"<p>Defines the configuration for attaching additional storage to the instances in the SageMaker HyperPod cluster instance group. To learn more, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620\">SageMaker HyperPod release notes: June 20, 2024</a>.</p>",
72397239
"union":true
72407240
},
72417241
"ClusterInstanceStorageConfigs":{
@@ -11794,7 +11794,7 @@
1179411794
},
1179511795
"HubContentType":{
1179611796
"shape":"HubContentType",
11797-
"documentation":"<p>The type of hub content to delete.</p>"
11797+
"documentation":"<p>The type of hub content reference to delete. The only supported type of hub content reference to delete is <code>ModelReference</code>.</p>"
1179811798
},
1179911799
"HubContentName":{
1180011800
"shape":"HubContentName",
@@ -19304,6 +19304,14 @@
1930419304
"max":10,
1930519305
"min":1
1930619306
},
19307+
"HiddenAppTypesList":{
19308+
"type":"list",
19309+
"member":{"shape":"AppType"}
19310+
},
19311+
"HiddenMlToolsList":{
19312+
"type":"list",
19313+
"member":{"shape":"MlTools"}
19314+
},
1930719315
"HolidayConfig":{
1930819316
"type":"list",
1930919317
"member":{"shape":"HolidayConfigAttributes"},
@@ -26636,6 +26644,24 @@
2663626644
"max":1,
2663726645
"pattern":"1|2"
2663826646
},
26647+
"MlTools":{
26648+
"type":"string",
26649+
"enum":[
26650+
"DataWrangler",
26651+
"FeatureStore",
26652+
"EmrClusters",
26653+
"AutoMl",
26654+
"Experiments",
26655+
"Training",
26656+
"ModelEvaluation",
26657+
"Pipelines",
26658+
"Models",
26659+
"JumpStart",
26660+
"InferenceRecommender",
26661+
"Endpoints",
26662+
"Projects"
26663+
]
26664+
},
2663926665
"MlflowVersion":{
2664026666
"type":"string",
2664126667
"max":16,
@@ -34590,6 +34616,20 @@
3459034616
"DISABLED"
3459134617
]
3459234618
},
34619+
"StudioWebPortalSettings":{
34620+
"type":"structure",
34621+
"members":{
34622+
"HiddenMlTools":{
34623+
"shape":"HiddenMlToolsList",
34624+
"documentation":"<p>The machine learning tools that are hidden from the Studio left navigation pane.</p>"
34625+
},
34626+
"HiddenAppTypes":{
34627+
"shape":"HiddenAppTypesList",
34628+
"documentation":"<p>The <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html\">Applications supported in Studio</a> that are hidden from the Studio left navigation pane.</p>"
34629+
}
34630+
},
34631+
"documentation":"<p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>"
34632+
},
3459334633
"SubnetId":{
3459434634
"type":"string",
3459534635
"max":32,
@@ -38279,6 +38319,10 @@
3827938319
"CustomFileSystemConfigs":{
3828038320
"shape":"CustomFileSystemConfigs",
3828138321
"documentation":"<p>The settings for assigning a custom file system to a user profile. Permitted users can access this file system in Amazon SageMaker Studio.</p>"
38322+
},
38323+
"StudioWebPortalSettings":{
38324+
"shape":"StudioWebPortalSettings",
38325+
"documentation":"<p>Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.</p>"
3828238326
}
3828338327
},
3828438328
"documentation":"<p>A collection of settings that apply to users in a domain. These settings are specified when the <code>CreateUserProfile</code> API is called, and as <code>DefaultUserSettings</code> when the <code>CreateDomain</code> API is called.</p> <p> <code>SecurityGroups</code> is aggregated when specified in both calls. For all other settings in <code>UserSettings</code>, the values specified in <code>CreateUserProfile</code> take precedence over those specified in <code>CreateDomain</code>.</p>"

0 commit comments

Comments
 (0)