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: sample/sagemaker/2017-07-24/service-2.json
+65-4Lines changed: 65 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8041,7 +8041,7 @@
8041
8041
},
8042
8042
"LastSoftwareUpdateTime":{
8043
8043
"shape":"Timestamp",
8044
-
"documentation":"<p>The time of when the cluster was last updated.</p>"
8044
+
"documentation":"<p>The time when the cluster was last updated.</p>"
8045
8045
},
8046
8046
"LifeCycleConfig":{
8047
8047
"shape":"ClusterLifeCycleConfig",
@@ -8129,7 +8129,7 @@
8129
8129
},
8130
8130
"LastSoftwareUpdateTime":{
8131
8131
"shape":"Timestamp",
8132
-
"documentation":"<p>The time of when SageMaker last updated the software of the instances in the cluster.</p>"
8132
+
"documentation":"<p>The time when SageMaker last updated the software of the instances in the cluster.</p>"
8133
8133
},
8134
8134
"InstanceStatus":{
8135
8135
"shape":"ClusterInstanceStatusDetails",
@@ -18954,6 +18954,10 @@
18954
18954
"AmazonQSettings":{
18955
18955
"shape":"AmazonQSettings",
18956
18956
"documentation":"<p>A collection of settings that configure the Amazon Q experience within the domain. The <code>AuthMode</code> that you use to create the domain must be <code>SSO</code>.</p>"
18957
+
},
18958
+
"UnifiedStudioSettings":{
18959
+
"shape":"UnifiedStudioSettings",
18960
+
"documentation":"<p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>"
18957
18961
}
18958
18962
},
18959
18963
"documentation":"<p>A collection of settings that apply to the <code>SageMaker Domain</code>. These settings are specified through the <code>CreateDomain</code> API call.</p>"
@@ -18980,6 +18984,10 @@
18980
18984
"AmazonQSettings":{
18981
18985
"shape":"AmazonQSettings",
18982
18986
"documentation":"<p>A collection of settings that configure the Amazon Q experience within the domain.</p>"
18987
+
},
18988
+
"UnifiedStudioSettings":{
18989
+
"shape":"UnifiedStudioSettings",
18990
+
"documentation":"<p>The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>"
18983
18991
}
18984
18992
},
18985
18993
"documentation":"<p>A collection of <code>Domain</code> configuration settings to update.</p>"
@@ -35444,6 +35452,11 @@
35444
35452
"min":5,
35445
35453
"pattern":"^\\d{1,4}.\\d{1,4}.\\d{1,4}$"
35446
35454
},
35455
+
"RegionName":{
35456
+
"type":"string",
35457
+
"max":24,
35458
+
"min":1
35459
+
},
35447
35460
"RegisterDevicesRequest":{
35448
35461
"type":"structure",
35449
35462
"required":[
@@ -36622,8 +36635,6 @@
36622
36635
"SearchTrainingPlanOfferingsRequest":{
36623
36636
"type":"structure",
36624
36637
"required":[
36625
-
"InstanceType",
36626
-
"InstanceCount",
36627
36638
"DurationHours",
36628
36639
"TargetResources"
36629
36640
],
@@ -37323,6 +37334,10 @@
37323
37334
"shape":"SpaceStorageSettings",
37324
37335
"documentation":"<p>The storage settings for a space.</p>"
37325
37336
},
37337
+
"SpaceManagedResources":{
37338
+
"shape":"FeatureStatus",
37339
+
"documentation":"<p>If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:</p> <ul> <li> <p>The user profile that possesses the space.</p> </li> <li> <p>The app that the space contains.</p> </li> </ul>"
37340
+
},
37326
37341
"CustomFileSystems":{
37327
37342
"shape":"CustomFileSystems",
37328
37343
"documentation":"<p>A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.</p>"
@@ -40543,6 +40558,52 @@
40543
40558
"max":4000000,
40544
40559
"min":10000
40545
40560
},
40561
+
"UnifiedStudioDomainId":{
40562
+
"type":"string",
40563
+
"pattern":"^dzd[-_][a-zA-Z0-9_-]{1,36}$"
40564
+
},
40565
+
"UnifiedStudioEnvironmentId":{
40566
+
"type":"string",
40567
+
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
40568
+
},
40569
+
"UnifiedStudioProjectId":{
40570
+
"type":"string",
40571
+
"pattern":"^[a-zA-Z0-9_-]{1,36}$"
40572
+
},
40573
+
"UnifiedStudioSettings":{
40574
+
"type":"structure",
40575
+
"members":{
40576
+
"StudioWebPortalAccess":{
40577
+
"shape":"FeatureStatus",
40578
+
"documentation":"<p>Sets whether you can access the domain in Amazon SageMaker Studio:</p> <dl> <dt>ENABLED</dt> <dd> <p>You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces.</p> </dd> <dt>DISABLED</dt> <dd> <p>You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.</p> </dd> </dl> <p>To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.</p>"
40579
+
},
40580
+
"DomainAccountId":{
40581
+
"shape":"AccountId",
40582
+
"documentation":"<p>The ID of the Amazon Web Services account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.</p>"
40583
+
},
40584
+
"DomainRegion":{
40585
+
"shape":"RegionName",
40586
+
"documentation":"<p>The Amazon Web Services Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.</p>"
40587
+
},
40588
+
"DomainId":{
40589
+
"shape":"UnifiedStudioDomainId",
40590
+
"documentation":"<p>The ID of the Amazon SageMaker Unified Studio domain associated with this domain.</p>"
40591
+
},
40592
+
"ProjectId":{
40593
+
"shape":"UnifiedStudioProjectId",
40594
+
"documentation":"<p>The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.</p>"
40595
+
},
40596
+
"EnvironmentId":{
40597
+
"shape":"UnifiedStudioEnvironmentId",
40598
+
"documentation":"<p>The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.</p>"
40599
+
},
40600
+
"ProjectS3Path":{
40601
+
"shape":"S3Uri",
40602
+
"documentation":"<p>The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.</p>"
40603
+
}
40604
+
},
40605
+
"documentation":"<p>The settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.</p>"
Copy file name to clipboardExpand all lines: src/sagemaker_core/main/shapes.py
+33-2Lines changed: 33 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3342,7 +3342,7 @@ class ClusterNodeDetails(Base):
3342
3342
instance_status: The status of the instance.
3343
3343
instance_type: The type of the instance.
3344
3344
launch_time: The time when the instance is launched.
3345
-
last_software_update_time: The time of when the cluster was last updated.
3345
+
last_software_update_time: The time when the cluster was last updated.
3346
3346
life_cycle_config: The LifeCycle configuration applied to the instance.
3347
3347
override_vpc_config: The customized Amazon VPC configuration at the instance group level that overrides the default Amazon VPC configuration of the SageMaker HyperPod cluster.
3348
3348
threads_per_core: The number of threads per CPU core you specified under CreateCluster.
@@ -3380,7 +3380,7 @@ class ClusterNodeSummary(Base):
3380
3380
instance_id: The ID of the instance.
3381
3381
instance_type: The type of the instance.
3382
3382
launch_time: The time when the instance is launched.
3383
-
last_software_update_time: The time of when SageMaker last updated the software of the instances in the cluster.
3383
+
last_software_update_time: The time when SageMaker last updated the software of the instances in the cluster.
3384
3384
instance_status: The status of the instance.
3385
3385
"""
3386
3386
@@ -4765,6 +4765,31 @@ class DockerSettings(Base):
The settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
4772
+
4773
+
Attributes
4774
+
----------------------
4775
+
studio_web_portal_access: Sets whether you can access the domain in Amazon SageMaker Studio: ENABLED You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces. DISABLED You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface. To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.
4776
+
domain_account_id: The ID of the Amazon Web Services account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
4777
+
domain_region: The Amazon Web Services Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
4778
+
domain_id: The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
4779
+
project_id: The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
4780
+
environment_id: The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
4781
+
project_s3_path: The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
@@ -4777,13 +4802,15 @@ class DomainSettings(Base):
4777
4802
execution_role_identity_config: The configuration for attaching a SageMaker AI user profile name to the execution role as a sts:SourceIdentity key.
4778
4803
docker_settings: A collection of settings that configure the domain's Docker interaction.
4779
4804
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain. The AuthMode that you use to create the domain must be SSO.
4805
+
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
jupyter_lab_app_settings: The settings for the JupyterLab application.
7447
7474
app_type: The type of app created within the space. If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
7448
7475
space_storage_settings: The storage settings for a space.
7476
+
space_managed_resources: If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space: The user profile that possesses the space. The app that the space contains.
7449
7477
custom_file_systems: A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
@@ -9453,6 +9482,7 @@ class DomainSettingsForUpdate(Base):
9453
9482
security_group_ids: The security groups for the Amazon Virtual Private Cloud that the Domain uses for communication between Domain-level apps and user apps.
9454
9483
docker_settings: A collection of settings that configure the domain's Docker interaction.
9455
9484
amazon_q_settings: A collection of settings that configure the Amazon Q experience within the domain.
9485
+
unified_studio_settings: The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
0 commit comments