|
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 | 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 | 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 | 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 | 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 | 36635 | "SearchTrainingPlanOfferingsRequest":{
|
36623 | 36636 | "type":"structure",
|
36624 | 36637 | "required":[
|
36625 |
| - "InstanceType", |
36626 |
| - "InstanceCount", |
36627 | 36638 | "DurationHours",
|
36628 | 36639 | "TargetResources"
|
36629 | 36640 | ],
|
|
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 | 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>" |
| 40606 | + }, |
40546 | 40607 | "UpdateActionRequest":{
|
40547 | 40608 | "type":"structure",
|
40548 | 40609 | "required":["ActionName"],
|
|
0 commit comments