aws-sdk-sagemaker 1.303.0 → 1.304.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d57fbca57d2643614810169085381d392c966c4203e1e4a82adcd83119407f04
4
- data.tar.gz: 49332de295ec7e96f7d960d5739c10b12ff142629a4b9993b34264aa470c36e0
3
+ metadata.gz: c84894c2515528f310c89df036576d911a21a50486c79ded9fe2c0c0ad0f2a3d
4
+ data.tar.gz: 665e407d4a7d9ce4752bf1c05f1565453e41b5cc83c8d2bc8e9e3620db7d35df
5
5
  SHA512:
6
- metadata.gz: 305a25201e6885962e9314f6c690cdd14c2d1e72ecb0f825c358e0ae42fbe9104c0ba3c86d908f0103407c131e64bbabc10e11b1a9a1e05ff2adf6cdac60f0fd
7
- data.tar.gz: f25f1f0b2e4f47bd6d5b23b5adeec0de8f8ae2b43c505697ae8439b24e8c88315870d8935cbd78a3945248eebe87a91397f488a370e7d42a10bff813f5a8086c
6
+ metadata.gz: 5ad93ba36d77d4ef5d4bddd9d70e62a478952dc0542be7cd1bf157d303e1aa330511c9b699c6a086fcafa9fbc79273d7fbf4aed959d9708e0104dff1b9711e70
7
+ data.tar.gz: 7de13e11780529e8665a4b41f2b963784436caf0eced1e38ddd123d6144f8510c95fcf2a64ab90b035799ef6c71c468b5dd8b8a52ca26098e902c4053e45a309
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.304.0 (2025-05-07)
5
+ ------------------
6
+
7
+ * Feature - SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource
8
+
4
9
  1.303.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.303.0
1
+ 1.304.0
@@ -3146,6 +3146,15 @@ module Aws::SageMaker
3146
3146
  # status: "ENABLED", # accepts ENABLED, DISABLED
3147
3147
  # q_profile_arn: "QProfileArn",
3148
3148
  # },
3149
+ # unified_studio_settings: {
3150
+ # studio_web_portal_access: "ENABLED", # accepts ENABLED, DISABLED
3151
+ # domain_account_id: "AccountId",
3152
+ # domain_region: "RegionName",
3153
+ # domain_id: "UnifiedStudioDomainId",
3154
+ # project_id: "UnifiedStudioProjectId",
3155
+ # environment_id: "UnifiedStudioEnvironmentId",
3156
+ # project_s3_path: "S3Uri",
3157
+ # },
3149
3158
  # },
3150
3159
  # subnet_ids: ["SubnetId"], # required
3151
3160
  # vpc_id: "VpcId", # required
@@ -8887,6 +8896,7 @@ module Aws::SageMaker
8887
8896
  # ebs_volume_size_in_gb: 1, # required
8888
8897
  # },
8889
8898
  # },
8899
+ # space_managed_resources: "ENABLED", # accepts ENABLED, DISABLED
8890
8900
  # custom_file_systems: [
8891
8901
  # {
8892
8902
  # efs_file_system: {
@@ -13715,6 +13725,13 @@ module Aws::SageMaker
13715
13725
  # resp.domain_settings.docker_settings.vpc_only_trusted_accounts[0] #=> String
13716
13726
  # resp.domain_settings.amazon_q_settings.status #=> String, one of "ENABLED", "DISABLED"
13717
13727
  # resp.domain_settings.amazon_q_settings.q_profile_arn #=> String
13728
+ # resp.domain_settings.unified_studio_settings.studio_web_portal_access #=> String, one of "ENABLED", "DISABLED"
13729
+ # resp.domain_settings.unified_studio_settings.domain_account_id #=> String
13730
+ # resp.domain_settings.unified_studio_settings.domain_region #=> String
13731
+ # resp.domain_settings.unified_studio_settings.domain_id #=> String
13732
+ # resp.domain_settings.unified_studio_settings.project_id #=> String
13733
+ # resp.domain_settings.unified_studio_settings.environment_id #=> String
13734
+ # resp.domain_settings.unified_studio_settings.project_s3_path #=> String
13718
13735
  # resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
13719
13736
  # resp.home_efs_file_system_kms_key_id #=> String
13720
13737
  # resp.subnet_ids #=> Array
@@ -17215,6 +17232,7 @@ module Aws::SageMaker
17215
17232
  # resp.space_settings.jupyter_lab_app_settings.app_lifecycle_management.idle_settings.idle_timeout_in_minutes #=> Integer
17216
17233
  # resp.space_settings.app_type #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
17217
17234
  # resp.space_settings.space_storage_settings.ebs_storage_settings.ebs_volume_size_in_gb #=> Integer
17235
+ # resp.space_settings.space_managed_resources #=> String, one of "ENABLED", "DISABLED"
17218
17236
  # resp.space_settings.custom_file_systems #=> Array
17219
17237
  # resp.space_settings.custom_file_systems[0].efs_file_system.file_system_id #=> String
17220
17238
  # resp.space_settings.custom_file_systems[0].f_sx_lustre_file_system.file_system_id #=> String
@@ -25322,7 +25340,7 @@ module Aws::SageMaker
25322
25340
  # SageMaker training jobs or SageMaker HyperPod clusters using Amazon
25323
25341
  # SageMaker Training Plan , see ` CreateTrainingPlan `.
25324
25342
  #
25325
- # @option params [required, String] :instance_type
25343
+ # @option params [String] :instance_type
25326
25344
  # The type of instance you want to search for in the available training
25327
25345
  # plan offerings. This field allows you to filter the search results
25328
25346
  # based on the specific compute resources you require for your SageMaker
@@ -25330,7 +25348,7 @@ module Aws::SageMaker
25330
25348
  # training plan offerings, specifying the instance type helps you find
25331
25349
  # Reserved Instances that match your computational needs.
25332
25350
  #
25333
- # @option params [required, Integer] :instance_count
25351
+ # @option params [Integer] :instance_count
25334
25352
  # The number of instances you want to reserve in the training plan
25335
25353
  # offerings. This allows you to specify the quantity of compute
25336
25354
  # resources needed for your SageMaker training jobs or SageMaker
@@ -25367,8 +25385,8 @@ module Aws::SageMaker
25367
25385
  # @example Request syntax with placeholder values
25368
25386
  #
25369
25387
  # resp = client.search_training_plan_offerings({
25370
- # instance_type: "ml.p4d.24xlarge", # required, accepts ml.p4d.24xlarge, ml.p5.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge, ml.trn1.32xlarge, ml.trn2.48xlarge
25371
- # instance_count: 1, # required
25388
+ # instance_type: "ml.p4d.24xlarge", # accepts ml.p4d.24xlarge, ml.p5.48xlarge, ml.p5e.48xlarge, ml.p5en.48xlarge, ml.trn1.32xlarge, ml.trn2.48xlarge
25389
+ # instance_count: 1,
25372
25390
  # start_time_after: Time.now,
25373
25391
  # end_time_before: Time.now,
25374
25392
  # duration_hours: 1, # required
@@ -27086,6 +27104,15 @@ module Aws::SageMaker
27086
27104
  # status: "ENABLED", # accepts ENABLED, DISABLED
27087
27105
  # q_profile_arn: "QProfileArn",
27088
27106
  # },
27107
+ # unified_studio_settings: {
27108
+ # studio_web_portal_access: "ENABLED", # accepts ENABLED, DISABLED
27109
+ # domain_account_id: "AccountId",
27110
+ # domain_region: "RegionName",
27111
+ # domain_id: "UnifiedStudioDomainId",
27112
+ # project_id: "UnifiedStudioProjectId",
27113
+ # environment_id: "UnifiedStudioEnvironmentId",
27114
+ # project_s3_path: "S3Uri",
27115
+ # },
27089
27116
  # },
27090
27117
  # app_security_group_management: "Service", # accepts Service, Customer
27091
27118
  # default_space_settings: {
@@ -29169,6 +29196,7 @@ module Aws::SageMaker
29169
29196
  # ebs_volume_size_in_gb: 1, # required
29170
29197
  # },
29171
29198
  # },
29199
+ # space_managed_resources: "ENABLED", # accepts ENABLED, DISABLED
29172
29200
  # custom_file_systems: [
29173
29201
  # {
29174
29202
  # efs_file_system: {
@@ -29911,7 +29939,7 @@ module Aws::SageMaker
29911
29939
  tracer: tracer
29912
29940
  )
29913
29941
  context[:gem_name] = 'aws-sdk-sagemaker'
29914
- context[:gem_version] = '1.303.0'
29942
+ context[:gem_version] = '1.304.0'
29915
29943
  Seahorse::Client::Request.new(handlers, context)
29916
29944
  end
29917
29945
 
@@ -1976,6 +1976,7 @@ module Aws::SageMaker
1976
1976
  RedshiftResultFormat = Shapes::StringShape.new(name: 'RedshiftResultFormat')
1977
1977
  RedshiftUserName = Shapes::StringShape.new(name: 'RedshiftUserName')
1978
1978
  ReferenceMinVersion = Shapes::StringShape.new(name: 'ReferenceMinVersion')
1979
+ RegionName = Shapes::StringShape.new(name: 'RegionName')
1979
1980
  RegisterDevicesRequest = Shapes::StructureShape.new(name: 'RegisterDevicesRequest')
1980
1981
  RegisterModelStepMetadata = Shapes::StructureShape.new(name: 'RegisterModelStepMetadata')
1981
1982
  Relation = Shapes::StringShape.new(name: 'Relation')
@@ -2390,6 +2391,10 @@ module Aws::SageMaker
2390
2391
  UiTemplate = Shapes::StructureShape.new(name: 'UiTemplate')
2391
2392
  UiTemplateInfo = Shapes::StructureShape.new(name: 'UiTemplateInfo')
2392
2393
  Uid = Shapes::IntegerShape.new(name: 'Uid')
2394
+ UnifiedStudioDomainId = Shapes::StringShape.new(name: 'UnifiedStudioDomainId')
2395
+ UnifiedStudioEnvironmentId = Shapes::StringShape.new(name: 'UnifiedStudioEnvironmentId')
2396
+ UnifiedStudioProjectId = Shapes::StringShape.new(name: 'UnifiedStudioProjectId')
2397
+ UnifiedStudioSettings = Shapes::StructureShape.new(name: 'UnifiedStudioSettings')
2393
2398
  UpdateActionRequest = Shapes::StructureShape.new(name: 'UpdateActionRequest')
2394
2399
  UpdateActionResponse = Shapes::StructureShape.new(name: 'UpdateActionResponse')
2395
2400
  UpdateAppImageConfigRequest = Shapes::StructureShape.new(name: 'UpdateAppImageConfigRequest')
@@ -5970,6 +5975,7 @@ module Aws::SageMaker
5970
5975
  DomainSettings.add_member(:execution_role_identity_config, Shapes::ShapeRef.new(shape: ExecutionRoleIdentityConfig, location_name: "ExecutionRoleIdentityConfig"))
5971
5976
  DomainSettings.add_member(:docker_settings, Shapes::ShapeRef.new(shape: DockerSettings, location_name: "DockerSettings"))
5972
5977
  DomainSettings.add_member(:amazon_q_settings, Shapes::ShapeRef.new(shape: AmazonQSettings, location_name: "AmazonQSettings"))
5978
+ DomainSettings.add_member(:unified_studio_settings, Shapes::ShapeRef.new(shape: UnifiedStudioSettings, location_name: "UnifiedStudioSettings"))
5973
5979
  DomainSettings.struct_class = Types::DomainSettings
5974
5980
 
5975
5981
  DomainSettingsForUpdate.add_member(:r_studio_server_pro_domain_settings_for_update, Shapes::ShapeRef.new(shape: RStudioServerProDomainSettingsForUpdate, location_name: "RStudioServerProDomainSettingsForUpdate"))
@@ -5977,6 +5983,7 @@ module Aws::SageMaker
5977
5983
  DomainSettingsForUpdate.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: DomainSecurityGroupIds, location_name: "SecurityGroupIds"))
5978
5984
  DomainSettingsForUpdate.add_member(:docker_settings, Shapes::ShapeRef.new(shape: DockerSettings, location_name: "DockerSettings"))
5979
5985
  DomainSettingsForUpdate.add_member(:amazon_q_settings, Shapes::ShapeRef.new(shape: AmazonQSettings, location_name: "AmazonQSettings"))
5986
+ DomainSettingsForUpdate.add_member(:unified_studio_settings, Shapes::ShapeRef.new(shape: UnifiedStudioSettings, location_name: "UnifiedStudioSettings"))
5980
5987
  DomainSettingsForUpdate.struct_class = Types::DomainSettingsForUpdate
5981
5988
 
5982
5989
  DriftCheckBaselines.add_member(:bias, Shapes::ShapeRef.new(shape: DriftCheckBias, location_name: "Bias"))
@@ -9852,8 +9859,8 @@ module Aws::SageMaker
9852
9859
 
9853
9860
  SearchResultsList.member = Shapes::ShapeRef.new(shape: SearchRecord)
9854
9861
 
9855
- SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, required: true, location_name: "InstanceType"))
9856
- SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, required: true, location_name: "InstanceCount"))
9862
+ SearchTrainingPlanOfferingsRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceType, location_name: "InstanceType"))
9863
+ SearchTrainingPlanOfferingsRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: ReservedCapacityInstanceCount, location_name: "InstanceCount"))
9857
9864
  SearchTrainingPlanOfferingsRequest.add_member(:start_time_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartTimeAfter"))
9858
9865
  SearchTrainingPlanOfferingsRequest.add_member(:end_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "EndTimeBefore"))
9859
9866
  SearchTrainingPlanOfferingsRequest.add_member(:duration_hours, Shapes::ShapeRef.new(shape: TrainingPlanDurationHoursInput, required: true, location_name: "DurationHours"))
@@ -9984,6 +9991,7 @@ module Aws::SageMaker
9984
9991
  SpaceSettings.add_member(:jupyter_lab_app_settings, Shapes::ShapeRef.new(shape: SpaceJupyterLabAppSettings, location_name: "JupyterLabAppSettings"))
9985
9992
  SpaceSettings.add_member(:app_type, Shapes::ShapeRef.new(shape: AppType, location_name: "AppType"))
9986
9993
  SpaceSettings.add_member(:space_storage_settings, Shapes::ShapeRef.new(shape: SpaceStorageSettings, location_name: "SpaceStorageSettings"))
9994
+ SpaceSettings.add_member(:space_managed_resources, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "SpaceManagedResources"))
9987
9995
  SpaceSettings.add_member(:custom_file_systems, Shapes::ShapeRef.new(shape: CustomFileSystems, location_name: "CustomFileSystems"))
9988
9996
  SpaceSettings.struct_class = Types::SpaceSettings
9989
9997
 
@@ -10619,6 +10627,15 @@ module Aws::SageMaker
10619
10627
  UiTemplateInfo.add_member(:content_sha_256, Shapes::ShapeRef.new(shape: TemplateContentSha256, location_name: "ContentSha256"))
10620
10628
  UiTemplateInfo.struct_class = Types::UiTemplateInfo
10621
10629
 
10630
+ UnifiedStudioSettings.add_member(:studio_web_portal_access, Shapes::ShapeRef.new(shape: FeatureStatus, location_name: "StudioWebPortalAccess"))
10631
+ UnifiedStudioSettings.add_member(:domain_account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "DomainAccountId"))
10632
+ UnifiedStudioSettings.add_member(:domain_region, Shapes::ShapeRef.new(shape: RegionName, location_name: "DomainRegion"))
10633
+ UnifiedStudioSettings.add_member(:domain_id, Shapes::ShapeRef.new(shape: UnifiedStudioDomainId, location_name: "DomainId"))
10634
+ UnifiedStudioSettings.add_member(:project_id, Shapes::ShapeRef.new(shape: UnifiedStudioProjectId, location_name: "ProjectId"))
10635
+ UnifiedStudioSettings.add_member(:environment_id, Shapes::ShapeRef.new(shape: UnifiedStudioEnvironmentId, location_name: "EnvironmentId"))
10636
+ UnifiedStudioSettings.add_member(:project_s3_path, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ProjectS3Path"))
10637
+ UnifiedStudioSettings.struct_class = Types::UnifiedStudioSettings
10638
+
10622
10639
  UpdateActionRequest.add_member(:action_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, required: true, location_name: "ActionName"))
10623
10640
  UpdateActionRequest.add_member(:description, Shapes::ShapeRef.new(shape: ExperimentDescription, location_name: "Description"))
10624
10641
  UpdateActionRequest.add_member(:status, Shapes::ShapeRef.new(shape: ActionStatus, location_name: "Status"))
@@ -4609,7 +4609,7 @@ module Aws::SageMaker
4609
4609
  # @return [Time]
4610
4610
  #
4611
4611
  # @!attribute [rw] last_software_update_time
4612
- # The time of when the cluster was last updated.
4612
+ # The time when the cluster was last updated.
4613
4613
  # @return [Time]
4614
4614
  #
4615
4615
  # @!attribute [rw] life_cycle_config
@@ -4694,8 +4694,8 @@ module Aws::SageMaker
4694
4694
  # @return [Time]
4695
4695
  #
4696
4696
  # @!attribute [rw] last_software_update_time
4697
- # The time of when SageMaker last updated the software of the
4698
- # instances in the cluster.
4697
+ # The time when SageMaker last updated the software of the instances
4698
+ # in the cluster.
4699
4699
  # @return [Time]
4700
4700
  #
4701
4701
  # @!attribute [rw] instance_status
@@ -20170,6 +20170,11 @@ module Aws::SageMaker
20170
20170
  # must be `SSO`.
20171
20171
  # @return [Types::AmazonQSettings]
20172
20172
  #
20173
+ # @!attribute [rw] unified_studio_settings
20174
+ # The settings that apply to an SageMaker AI domain when you use it in
20175
+ # Amazon SageMaker Unified Studio.
20176
+ # @return [Types::UnifiedStudioSettings]
20177
+ #
20173
20178
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
20174
20179
  #
20175
20180
  class DomainSettings < Struct.new(
@@ -20177,7 +20182,8 @@ module Aws::SageMaker
20177
20182
  :r_studio_server_pro_domain_settings,
20178
20183
  :execution_role_identity_config,
20179
20184
  :docker_settings,
20180
- :amazon_q_settings)
20185
+ :amazon_q_settings,
20186
+ :unified_studio_settings)
20181
20187
  SENSITIVE = []
20182
20188
  include Aws::Structure
20183
20189
  end
@@ -20217,6 +20223,11 @@ module Aws::SageMaker
20217
20223
  # within the domain.
20218
20224
  # @return [Types::AmazonQSettings]
20219
20225
  #
20226
+ # @!attribute [rw] unified_studio_settings
20227
+ # The settings that apply to an SageMaker AI domain when you use it in
20228
+ # Amazon SageMaker Unified Studio.
20229
+ # @return [Types::UnifiedStudioSettings]
20230
+ #
20220
20231
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
20221
20232
  #
20222
20233
  class DomainSettingsForUpdate < Struct.new(
@@ -20224,7 +20235,8 @@ module Aws::SageMaker
20224
20235
  :execution_role_identity_config,
20225
20236
  :security_group_ids,
20226
20237
  :docker_settings,
20227
- :amazon_q_settings)
20238
+ :amazon_q_settings,
20239
+ :unified_studio_settings)
20228
20240
  SENSITIVE = []
20229
20241
  include Aws::Structure
20230
20242
  end
@@ -43770,6 +43782,15 @@ module Aws::SageMaker
43770
43782
  # The storage settings for a space.
43771
43783
  # @return [Types::SpaceStorageSettings]
43772
43784
  #
43785
+ # @!attribute [rw] space_managed_resources
43786
+ # If you enable this option, SageMaker AI creates the following
43787
+ # resources on your behalf when you create the space:
43788
+ #
43789
+ # * The user profile that possesses the space.
43790
+ #
43791
+ # * The app that the space contains.
43792
+ # @return [String]
43793
+ #
43773
43794
  # @!attribute [rw] custom_file_systems
43774
43795
  # A file system, created by you, that you assign to a space for an
43775
43796
  # Amazon SageMaker AI Domain. Permitted users can access this file
@@ -43785,6 +43806,7 @@ module Aws::SageMaker
43785
43806
  :jupyter_lab_app_settings,
43786
43807
  :app_type,
43787
43808
  :space_storage_settings,
43809
+ :space_managed_resources,
43788
43810
  :custom_file_systems)
43789
43811
  SENSITIVE = []
43790
43812
  include Aws::Structure
@@ -47783,6 +47805,77 @@ module Aws::SageMaker
47783
47805
  include Aws::Structure
47784
47806
  end
47785
47807
 
47808
+ # The settings that apply to an Amazon SageMaker AI domain when you use
47809
+ # it in Amazon SageMaker Unified Studio.
47810
+ #
47811
+ # @!attribute [rw] studio_web_portal_access
47812
+ # Sets whether you can access the domain in Amazon SageMaker Studio:
47813
+ #
47814
+ # ENABLED
47815
+ #
47816
+ # : You can access the domain in Amazon SageMaker Studio. If you
47817
+ # migrate the domain to Amazon SageMaker Unified Studio, you can
47818
+ # access it in both studio interfaces.
47819
+ #
47820
+ # DISABLED
47821
+ #
47822
+ # : You can't access the domain in Amazon SageMaker Studio. If you
47823
+ # migrate the domain to Amazon SageMaker Unified Studio, you can
47824
+ # access it only in that studio interface.
47825
+ #
47826
+ # To migrate a domain to Amazon SageMaker Unified Studio, you specify
47827
+ # the UnifiedStudioSettings data type when you use the UpdateDomain
47828
+ # action.
47829
+ # @return [String]
47830
+ #
47831
+ # @!attribute [rw] domain_account_id
47832
+ # The ID of the Amazon Web Services account that has the Amazon
47833
+ # SageMaker Unified Studio domain. The default value, if you don't
47834
+ # specify an ID, is the ID of the account that has the Amazon
47835
+ # SageMaker AI domain.
47836
+ # @return [String]
47837
+ #
47838
+ # @!attribute [rw] domain_region
47839
+ # The Amazon Web Services Region where the domain is located in Amazon
47840
+ # SageMaker Unified Studio. The default value, if you don't specify a
47841
+ # Region, is the Region where the Amazon SageMaker AI domain is
47842
+ # located.
47843
+ # @return [String]
47844
+ #
47845
+ # @!attribute [rw] domain_id
47846
+ # The ID of the Amazon SageMaker Unified Studio domain associated with
47847
+ # this domain.
47848
+ # @return [String]
47849
+ #
47850
+ # @!attribute [rw] project_id
47851
+ # The ID of the Amazon SageMaker Unified Studio project that
47852
+ # corresponds to the domain.
47853
+ # @return [String]
47854
+ #
47855
+ # @!attribute [rw] environment_id
47856
+ # The ID of the environment that Amazon SageMaker Unified Studio
47857
+ # associates with the domain.
47858
+ # @return [String]
47859
+ #
47860
+ # @!attribute [rw] project_s3_path
47861
+ # The location where Amazon S3 stores temporary execution data and
47862
+ # other artifacts for the project that corresponds to the domain.
47863
+ # @return [String]
47864
+ #
47865
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UnifiedStudioSettings AWS API Documentation
47866
+ #
47867
+ class UnifiedStudioSettings < Struct.new(
47868
+ :studio_web_portal_access,
47869
+ :domain_account_id,
47870
+ :domain_region,
47871
+ :domain_id,
47872
+ :project_id,
47873
+ :environment_id,
47874
+ :project_s3_path)
47875
+ SENSITIVE = []
47876
+ include Aws::Structure
47877
+ end
47878
+
47786
47879
  # @!attribute [rw] action_name
47787
47880
  # The name of the action to update.
47788
47881
  # @return [String]
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.303.0'
58
+ GEM_VERSION = '1.304.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1302,6 +1302,15 @@ module Aws
1302
1302
  amazon_q_settings: {
1303
1303
  status: ("ENABLED" | "DISABLED")?,
1304
1304
  q_profile_arn: ::String?
1305
+ }?,
1306
+ unified_studio_settings: {
1307
+ studio_web_portal_access: ("ENABLED" | "DISABLED")?,
1308
+ domain_account_id: ::String?,
1309
+ domain_region: ::String?,
1310
+ domain_id: ::String?,
1311
+ project_id: ::String?,
1312
+ environment_id: ::String?,
1313
+ project_s3_path: ::String?
1305
1314
  }?
1306
1315
  },
1307
1316
  subnet_ids: Array[::String],
@@ -3933,6 +3942,7 @@ module Aws
3933
3942
  ebs_volume_size_in_gb: ::Integer
3934
3943
  }?
3935
3944
  }?,
3945
+ space_managed_resources: ("ENABLED" | "DISABLED")?,
3936
3946
  custom_file_systems: Array[
3937
3947
  {
3938
3948
  efs_file_system: {
@@ -8250,8 +8260,8 @@ module Aws
8250
8260
  end
8251
8261
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#search_training_plan_offerings-instance_method
8252
8262
  def search_training_plan_offerings: (
8253
- instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge"),
8254
- instance_count: ::Integer,
8263
+ ?instance_type: ("ml.p4d.24xlarge" | "ml.p5.48xlarge" | "ml.p5e.48xlarge" | "ml.p5en.48xlarge" | "ml.trn1.32xlarge" | "ml.trn2.48xlarge"),
8264
+ ?instance_count: ::Integer,
8255
8265
  ?start_time_after: ::Time,
8256
8266
  ?end_time_before: ::Time,
8257
8267
  duration_hours: ::Integer,
@@ -8986,6 +8996,15 @@ module Aws
8986
8996
  amazon_q_settings: {
8987
8997
  status: ("ENABLED" | "DISABLED")?,
8988
8998
  q_profile_arn: ::String?
8999
+ }?,
9000
+ unified_studio_settings: {
9001
+ studio_web_portal_access: ("ENABLED" | "DISABLED")?,
9002
+ domain_account_id: ::String?,
9003
+ domain_region: ::String?,
9004
+ domain_id: ::String?,
9005
+ project_id: ::String?,
9006
+ environment_id: ::String?,
9007
+ project_s3_path: ::String?
8989
9008
  }?
8990
9009
  },
8991
9010
  ?app_security_group_management: ("Service" | "Customer"),
@@ -9897,6 +9916,7 @@ module Aws
9897
9916
  ebs_volume_size_in_gb: ::Integer
9898
9917
  }?
9899
9918
  }?,
9919
+ space_managed_resources: ("ENABLED" | "DISABLED")?,
9900
9920
  custom_file_systems: Array[
9901
9921
  {
9902
9922
  efs_file_system: {
data/sig/types.rbs CHANGED
@@ -4288,6 +4288,7 @@ module Aws::SageMaker
4288
4288
  attr_accessor execution_role_identity_config: ("USER_PROFILE_NAME" | "DISABLED")
4289
4289
  attr_accessor docker_settings: Types::DockerSettings
4290
4290
  attr_accessor amazon_q_settings: Types::AmazonQSettings
4291
+ attr_accessor unified_studio_settings: Types::UnifiedStudioSettings
4291
4292
  SENSITIVE: []
4292
4293
  end
4293
4294
 
@@ -4297,6 +4298,7 @@ module Aws::SageMaker
4297
4298
  attr_accessor security_group_ids: ::Array[::String]
4298
4299
  attr_accessor docker_settings: Types::DockerSettings
4299
4300
  attr_accessor amazon_q_settings: Types::AmazonQSettings
4301
+ attr_accessor unified_studio_settings: Types::UnifiedStudioSettings
4300
4302
  SENSITIVE: []
4301
4303
  end
4302
4304
 
@@ -9132,6 +9134,7 @@ module Aws::SageMaker
9132
9134
  attr_accessor jupyter_lab_app_settings: Types::SpaceJupyterLabAppSettings
9133
9135
  attr_accessor app_type: ("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")
9134
9136
  attr_accessor space_storage_settings: Types::SpaceStorageSettings
9137
+ attr_accessor space_managed_resources: ("ENABLED" | "DISABLED")
9135
9138
  attr_accessor custom_file_systems: ::Array[Types::CustomFileSystem]
9136
9139
  SENSITIVE: []
9137
9140
  end
@@ -9905,6 +9908,17 @@ module Aws::SageMaker
9905
9908
  SENSITIVE: []
9906
9909
  end
9907
9910
 
9911
+ class UnifiedStudioSettings
9912
+ attr_accessor studio_web_portal_access: ("ENABLED" | "DISABLED")
9913
+ attr_accessor domain_account_id: ::String
9914
+ attr_accessor domain_region: ::String
9915
+ attr_accessor domain_id: ::String
9916
+ attr_accessor project_id: ::String
9917
+ attr_accessor environment_id: ::String
9918
+ attr_accessor project_s3_path: ::String
9919
+ SENSITIVE: []
9920
+ end
9921
+
9908
9922
  class UpdateActionRequest
9909
9923
  attr_accessor action_name: ::String
9910
9924
  attr_accessor description: ::String
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.303.0
4
+ version: 1.304.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services