aws-sdk-sagemaker 1.249.0 → 1.251.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +31 -9
- data/lib/aws-sdk-sagemaker/client_api.rb +13 -0
- data/lib/aws-sdk-sagemaker/types.rb +47 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +20 -4
- data/sig/types.rbs +7 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c42e35664aa157cf3feab11216096fd285fb5569d17da2e6cfbf2c260ce5d7
|
4
|
+
data.tar.gz: 7a67b89ac0e32fce939b58c4aee139551e1d9e4e05828adb379037ba855938ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01afdf05d542f0bc9098096354b5791ce05ec92378bfc51d68dba8c8f6b60cbd4f1420b44a037bd16f9a325ebd082f7ad72f87cba69c8691b9b76960b0926677
|
7
|
+
data.tar.gz: '0848911cf040a724b2928c5a76aa604ffdb5073001e001c4a6884d539d879c67ce009628d78104146c4a1f943f29258ea3081579a0ffcf6cc1fb607f09d81baa'
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.251.0 (2024-06-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add capability for Admins to customize Studio experience for the user by showing or hiding Apps and MLTools.
|
8
|
+
|
9
|
+
1.250.0 (2024-06-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.249.0 (2024-06-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.251.0
|
@@ -314,13 +314,10 @@ module Aws::SageMaker
|
|
314
314
|
#
|
315
315
|
# @option options [Boolean] :simple_json (false)
|
316
316
|
# Disables request parameter conversion, validation, and formatting.
|
317
|
-
# Also
|
318
|
-
#
|
319
|
-
#
|
320
|
-
# structures.
|
321
|
-
#
|
322
|
-
# When `:simple_json` is enabled, the request parameters hash must
|
323
|
-
# be formatted exactly as the DynamoDB API expects.
|
317
|
+
# Also disables response data type conversions. The request parameters
|
318
|
+
# hash must be formatted exactly as the API expects.This option is useful
|
319
|
+
# when you want to ensure the highest level of performance by avoiding
|
320
|
+
# overhead of walking request parameters and response data structures.
|
324
321
|
#
|
325
322
|
# @option options [Boolean] :stub_responses (false)
|
326
323
|
# Causes the client to return stubbed responses. By default
|
@@ -2658,6 +2655,10 @@ module Aws::SageMaker
|
|
2658
2655
|
# },
|
2659
2656
|
# },
|
2660
2657
|
# ],
|
2658
|
+
# studio_web_portal_settings: {
|
2659
|
+
# hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
|
2660
|
+
# hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
|
2661
|
+
# },
|
2661
2662
|
# },
|
2662
2663
|
# domain_settings: {
|
2663
2664
|
# security_group_ids: ["SecurityGroupId"],
|
@@ -9186,6 +9187,10 @@ module Aws::SageMaker
|
|
9186
9187
|
# },
|
9187
9188
|
# },
|
9188
9189
|
# ],
|
9190
|
+
# studio_web_portal_settings: {
|
9191
|
+
# hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
|
9192
|
+
# hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
|
9193
|
+
# },
|
9189
9194
|
# },
|
9190
9195
|
# })
|
9191
9196
|
#
|
@@ -10084,7 +10089,8 @@ module Aws::SageMaker
|
|
10084
10089
|
# The name of the hub to delete the hub content reference from.
|
10085
10090
|
#
|
10086
10091
|
# @option params [required, String] :hub_content_type
|
10087
|
-
# The type of hub content to delete.
|
10092
|
+
# The type of hub content reference to delete. The only supported type
|
10093
|
+
# of hub content reference to delete is `ModelReference`.
|
10088
10094
|
#
|
10089
10095
|
# @option params [required, String] :hub_content_name
|
10090
10096
|
# The name of the hub content to delete.
|
@@ -12293,6 +12299,10 @@ module Aws::SageMaker
|
|
12293
12299
|
# resp.default_user_settings.custom_file_system_configs #=> Array
|
12294
12300
|
# resp.default_user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_id #=> String
|
12295
12301
|
# resp.default_user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_path #=> String
|
12302
|
+
# resp.default_user_settings.studio_web_portal_settings.hidden_ml_tools #=> Array
|
12303
|
+
# resp.default_user_settings.studio_web_portal_settings.hidden_ml_tools[0] #=> String, one of "DataWrangler", "FeatureStore", "EmrClusters", "AutoMl", "Experiments", "Training", "ModelEvaluation", "Pipelines", "Models", "JumpStart", "InferenceRecommender", "Endpoints", "Projects"
|
12304
|
+
# resp.default_user_settings.studio_web_portal_settings.hidden_app_types #=> Array
|
12305
|
+
# resp.default_user_settings.studio_web_portal_settings.hidden_app_types[0] #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
|
12296
12306
|
# resp.domain_settings.security_group_ids #=> Array
|
12297
12307
|
# resp.domain_settings.security_group_ids[0] #=> String
|
12298
12308
|
# resp.domain_settings.r_studio_server_pro_domain_settings.domain_execution_role_arn #=> String
|
@@ -16276,6 +16286,10 @@ module Aws::SageMaker
|
|
16276
16286
|
# resp.user_settings.custom_file_system_configs #=> Array
|
16277
16287
|
# resp.user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_id #=> String
|
16278
16288
|
# resp.user_settings.custom_file_system_configs[0].efs_file_system_config.file_system_path #=> String
|
16289
|
+
# resp.user_settings.studio_web_portal_settings.hidden_ml_tools #=> Array
|
16290
|
+
# resp.user_settings.studio_web_portal_settings.hidden_ml_tools[0] #=> String, one of "DataWrangler", "FeatureStore", "EmrClusters", "AutoMl", "Experiments", "Training", "ModelEvaluation", "Pipelines", "Models", "JumpStart", "InferenceRecommender", "Endpoints", "Projects"
|
16291
|
+
# resp.user_settings.studio_web_portal_settings.hidden_app_types #=> Array
|
16292
|
+
# resp.user_settings.studio_web_portal_settings.hidden_app_types[0] #=> String, one of "JupyterServer", "KernelGateway", "DetailedProfiler", "TensorBoard", "CodeEditor", "JupyterLab", "RStudioServerPro", "RSessionGateway", "Canvas"
|
16279
16293
|
#
|
16280
16294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
16281
16295
|
#
|
@@ -24538,6 +24552,10 @@ module Aws::SageMaker
|
|
24538
24552
|
# },
|
24539
24553
|
# },
|
24540
24554
|
# ],
|
24555
|
+
# studio_web_portal_settings: {
|
24556
|
+
# hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
|
24557
|
+
# hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
|
24558
|
+
# },
|
24541
24559
|
# },
|
24542
24560
|
# domain_settings_for_update: {
|
24543
24561
|
# r_studio_server_pro_domain_settings_for_update: {
|
@@ -26737,6 +26755,10 @@ module Aws::SageMaker
|
|
26737
26755
|
# },
|
26738
26756
|
# },
|
26739
26757
|
# ],
|
26758
|
+
# studio_web_portal_settings: {
|
26759
|
+
# hidden_ml_tools: ["DataWrangler"], # accepts DataWrangler, FeatureStore, EmrClusters, AutoMl, Experiments, Training, ModelEvaluation, Pipelines, Models, JumpStart, InferenceRecommender, Endpoints, Projects
|
26760
|
+
# hidden_app_types: ["JupyterServer"], # accepts JupyterServer, KernelGateway, DetailedProfiler, TensorBoard, CodeEditor, JupyterLab, RStudioServerPro, RSessionGateway, Canvas
|
26761
|
+
# },
|
26740
26762
|
# },
|
26741
26763
|
# })
|
26742
26764
|
#
|
@@ -27016,7 +27038,7 @@ module Aws::SageMaker
|
|
27016
27038
|
params: params,
|
27017
27039
|
config: config)
|
27018
27040
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
27019
|
-
context[:gem_version] = '1.
|
27041
|
+
context[:gem_version] = '1.251.0'
|
27020
27042
|
Seahorse::Client::Request.new(handlers, context)
|
27021
27043
|
end
|
27022
27044
|
|
@@ -944,6 +944,8 @@ module Aws::SageMaker
|
|
944
944
|
GroupingAttributeName = Shapes::StringShape.new(name: 'GroupingAttributeName')
|
945
945
|
GroupingAttributeNames = Shapes::ListShape.new(name: 'GroupingAttributeNames')
|
946
946
|
Groups = Shapes::ListShape.new(name: 'Groups')
|
947
|
+
HiddenAppTypesList = Shapes::ListShape.new(name: 'HiddenAppTypesList')
|
948
|
+
HiddenMlToolsList = Shapes::ListShape.new(name: 'HiddenMlToolsList')
|
947
949
|
HolidayConfig = Shapes::ListShape.new(name: 'HolidayConfig')
|
948
950
|
HolidayConfigAttributes = Shapes::StructureShape.new(name: 'HolidayConfigAttributes')
|
949
951
|
HookParameters = Shapes::MapShape.new(name: 'HookParameters')
|
@@ -1389,6 +1391,7 @@ module Aws::SageMaker
|
|
1389
1391
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
1390
1392
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
1391
1393
|
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
1394
|
+
MlTools = Shapes::StringShape.new(name: 'MlTools')
|
1392
1395
|
MlflowVersion = Shapes::StringShape.new(name: 'MlflowVersion')
|
1393
1396
|
Model = Shapes::StructureShape.new(name: 'Model')
|
1394
1397
|
ModelAccessConfig = Shapes::StructureShape.new(name: 'ModelAccessConfig')
|
@@ -2023,6 +2026,7 @@ module Aws::SageMaker
|
|
2023
2026
|
StudioLifecycleConfigSortKey = Shapes::StringShape.new(name: 'StudioLifecycleConfigSortKey')
|
2024
2027
|
StudioLifecycleConfigsList = Shapes::ListShape.new(name: 'StudioLifecycleConfigsList')
|
2025
2028
|
StudioWebPortal = Shapes::StringShape.new(name: 'StudioWebPortal')
|
2029
|
+
StudioWebPortalSettings = Shapes::StructureShape.new(name: 'StudioWebPortalSettings')
|
2026
2030
|
SubnetId = Shapes::StringShape.new(name: 'SubnetId')
|
2027
2031
|
Subnets = Shapes::ListShape.new(name: 'Subnets')
|
2028
2032
|
SubscribedWorkteam = Shapes::StructureShape.new(name: 'SubscribedWorkteam')
|
@@ -5869,6 +5873,10 @@ module Aws::SageMaker
|
|
5869
5873
|
|
5870
5874
|
Groups.member = Shapes::ShapeRef.new(shape: Group)
|
5871
5875
|
|
5876
|
+
HiddenAppTypesList.member = Shapes::ShapeRef.new(shape: AppType)
|
5877
|
+
|
5878
|
+
HiddenMlToolsList.member = Shapes::ShapeRef.new(shape: MlTools)
|
5879
|
+
|
5872
5880
|
HolidayConfig.member = Shapes::ShapeRef.new(shape: HolidayConfigAttributes)
|
5873
5881
|
|
5874
5882
|
HolidayConfigAttributes.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
@@ -9239,6 +9247,10 @@ module Aws::SageMaker
|
|
9239
9247
|
|
9240
9248
|
StudioLifecycleConfigsList.member = Shapes::ShapeRef.new(shape: StudioLifecycleConfigDetails)
|
9241
9249
|
|
9250
|
+
StudioWebPortalSettings.add_member(:hidden_ml_tools, Shapes::ShapeRef.new(shape: HiddenMlToolsList, location_name: "HiddenMlTools"))
|
9251
|
+
StudioWebPortalSettings.add_member(:hidden_app_types, Shapes::ShapeRef.new(shape: HiddenAppTypesList, location_name: "HiddenAppTypes"))
|
9252
|
+
StudioWebPortalSettings.struct_class = Types::StudioWebPortalSettings
|
9253
|
+
|
9242
9254
|
Subnets.member = Shapes::ShapeRef.new(shape: SubnetId)
|
9243
9255
|
|
9244
9256
|
SubscribedWorkteam.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, required: true, location_name: "WorkteamArn"))
|
@@ -10077,6 +10089,7 @@ module Aws::SageMaker
|
|
10077
10089
|
UserSettings.add_member(:studio_web_portal, Shapes::ShapeRef.new(shape: StudioWebPortal, location_name: "StudioWebPortal"))
|
10078
10090
|
UserSettings.add_member(:custom_posix_user_config, Shapes::ShapeRef.new(shape: CustomPosixUserConfig, location_name: "CustomPosixUserConfig"))
|
10079
10091
|
UserSettings.add_member(:custom_file_system_configs, Shapes::ShapeRef.new(shape: CustomFileSystemConfigs, location_name: "CustomFileSystemConfigs"))
|
10092
|
+
UserSettings.add_member(:studio_web_portal_settings, Shapes::ShapeRef.new(shape: StudioWebPortalSettings, location_name: "StudioWebPortalSettings"))
|
10080
10093
|
UserSettings.struct_class = Types::UserSettings
|
10081
10094
|
|
10082
10095
|
VariantProperty.add_member(:variant_property_type, Shapes::ShapeRef.new(shape: VariantPropertyType, required: true, location_name: "VariantPropertyType"))
|
@@ -3984,7 +3984,12 @@ module Aws::SageMaker
|
|
3984
3984
|
|
3985
3985
|
# Defines the configuration for attaching an additional Amazon Elastic
|
3986
3986
|
# Block Store (EBS) volume to each instance of the SageMaker HyperPod
|
3987
|
-
# cluster instance group.
|
3987
|
+
# cluster instance group. To learn more, see [SageMaker HyperPod release
|
3988
|
+
# notes: June 20, 2024][1].
|
3989
|
+
#
|
3990
|
+
#
|
3991
|
+
#
|
3992
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620
|
3988
3993
|
#
|
3989
3994
|
# @!attribute [rw] volume_size_in_gb
|
3990
3995
|
# The size in gigabytes (GB) of the additional EBS volume to be
|
@@ -4164,7 +4169,12 @@ module Aws::SageMaker
|
|
4164
4169
|
end
|
4165
4170
|
|
4166
4171
|
# Defines the configuration for attaching additional storage to the
|
4167
|
-
# instances in the SageMaker HyperPod cluster instance group.
|
4172
|
+
# instances in the SageMaker HyperPod cluster instance group. To learn
|
4173
|
+
# more, see [SageMaker HyperPod release notes: June 20, 2024][1].
|
4174
|
+
#
|
4175
|
+
#
|
4176
|
+
#
|
4177
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620
|
4168
4178
|
#
|
4169
4179
|
# @note ClusterInstanceStorageConfig is a union - when making an API calls you must set exactly one of the members.
|
4170
4180
|
#
|
@@ -11051,7 +11061,8 @@ module Aws::SageMaker
|
|
11051
11061
|
# @return [String]
|
11052
11062
|
#
|
11053
11063
|
# @!attribute [rw] hub_content_type
|
11054
|
-
# The type of hub content to delete.
|
11064
|
+
# The type of hub content reference to delete. The only supported type
|
11065
|
+
# of hub content reference to delete is `ModelReference`.
|
11055
11066
|
# @return [String]
|
11056
11067
|
#
|
11057
11068
|
# @!attribute [rw] hub_content_name
|
@@ -40763,6 +40774,32 @@ module Aws::SageMaker
|
|
40763
40774
|
include Aws::Structure
|
40764
40775
|
end
|
40765
40776
|
|
40777
|
+
# Studio settings. If these settings are applied on a user level, they
|
40778
|
+
# take priority over the settings applied on a domain level.
|
40779
|
+
#
|
40780
|
+
# @!attribute [rw] hidden_ml_tools
|
40781
|
+
# The machine learning tools that are hidden from the Studio left
|
40782
|
+
# navigation pane.
|
40783
|
+
# @return [Array<String>]
|
40784
|
+
#
|
40785
|
+
# @!attribute [rw] hidden_app_types
|
40786
|
+
# The [Applications supported in Studio][1] that are hidden from the
|
40787
|
+
# Studio left navigation pane.
|
40788
|
+
#
|
40789
|
+
#
|
40790
|
+
#
|
40791
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/studio-updated-apps.html
|
40792
|
+
# @return [Array<String>]
|
40793
|
+
#
|
40794
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StudioWebPortalSettings AWS API Documentation
|
40795
|
+
#
|
40796
|
+
class StudioWebPortalSettings < Struct.new(
|
40797
|
+
:hidden_ml_tools,
|
40798
|
+
:hidden_app_types)
|
40799
|
+
SENSITIVE = []
|
40800
|
+
include Aws::Structure
|
40801
|
+
end
|
40802
|
+
|
40766
40803
|
# Describes a work team of a vendor that does the labelling job.
|
40767
40804
|
#
|
40768
40805
|
# @!attribute [rw] workteam_arn
|
@@ -45890,6 +45927,11 @@ module Aws::SageMaker
|
|
45890
45927
|
# Studio.
|
45891
45928
|
# @return [Array<Types::CustomFileSystemConfig>]
|
45892
45929
|
#
|
45930
|
+
# @!attribute [rw] studio_web_portal_settings
|
45931
|
+
# Studio settings. If these settings are applied on a user level, they
|
45932
|
+
# take priority over the settings applied on a domain level.
|
45933
|
+
# @return [Types::StudioWebPortalSettings]
|
45934
|
+
#
|
45893
45935
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UserSettings AWS API Documentation
|
45894
45936
|
#
|
45895
45937
|
class UserSettings < Struct.new(
|
@@ -45908,7 +45950,8 @@ module Aws::SageMaker
|
|
45908
45950
|
:default_landing_uri,
|
45909
45951
|
:studio_web_portal,
|
45910
45952
|
:custom_posix_user_config,
|
45911
|
-
:custom_file_system_configs
|
45953
|
+
:custom_file_system_configs,
|
45954
|
+
:studio_web_portal_settings)
|
45912
45955
|
SENSITIVE = []
|
45913
45956
|
include Aws::Structure
|
45914
45957
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1100,7 +1100,11 @@ module Aws
|
|
1100
1100
|
file_system_path: ::String?
|
1101
1101
|
}?
|
1102
1102
|
},
|
1103
|
-
]
|
1103
|
+
]?,
|
1104
|
+
studio_web_portal_settings: {
|
1105
|
+
hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
|
1106
|
+
hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
|
1107
|
+
}?
|
1104
1108
|
},
|
1105
1109
|
?domain_settings: {
|
1106
1110
|
security_group_ids: Array[::String]?,
|
@@ -4039,7 +4043,11 @@ module Aws
|
|
4039
4043
|
file_system_path: ::String?
|
4040
4044
|
}?
|
4041
4045
|
},
|
4042
|
-
]
|
4046
|
+
]?,
|
4047
|
+
studio_web_portal_settings: {
|
4048
|
+
hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
|
4049
|
+
hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
|
4050
|
+
}?
|
4043
4051
|
}
|
4044
4052
|
) -> _CreateUserProfileResponseSuccess
|
4045
4053
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserProfileResponseSuccess
|
@@ -8074,7 +8082,11 @@ module Aws
|
|
8074
8082
|
file_system_path: ::String?
|
8075
8083
|
}?
|
8076
8084
|
},
|
8077
|
-
]
|
8085
|
+
]?,
|
8086
|
+
studio_web_portal_settings: {
|
8087
|
+
hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
|
8088
|
+
hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
|
8089
|
+
}?
|
8078
8090
|
},
|
8079
8091
|
?domain_settings_for_update: {
|
8080
8092
|
r_studio_server_pro_domain_settings_for_update: {
|
@@ -9133,7 +9145,11 @@ module Aws
|
|
9133
9145
|
file_system_path: ::String?
|
9134
9146
|
}?
|
9135
9147
|
},
|
9136
|
-
]
|
9148
|
+
]?,
|
9149
|
+
studio_web_portal_settings: {
|
9150
|
+
hidden_ml_tools: Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]?,
|
9151
|
+
hidden_app_types: Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]?
|
9152
|
+
}?
|
9137
9153
|
}
|
9138
9154
|
) -> _UpdateUserProfileResponseSuccess
|
9139
9155
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateUserProfileResponseSuccess
|
data/sig/types.rbs
CHANGED
@@ -8543,6 +8543,12 @@ module Aws::SageMaker
|
|
8543
8543
|
SENSITIVE: []
|
8544
8544
|
end
|
8545
8545
|
|
8546
|
+
class StudioWebPortalSettings
|
8547
|
+
attr_accessor hidden_ml_tools: ::Array[("DataWrangler" | "FeatureStore" | "EmrClusters" | "AutoMl" | "Experiments" | "Training" | "ModelEvaluation" | "Pipelines" | "Models" | "JumpStart" | "InferenceRecommender" | "Endpoints" | "Projects")]
|
8548
|
+
attr_accessor hidden_app_types: ::Array[("JupyterServer" | "KernelGateway" | "DetailedProfiler" | "TensorBoard" | "CodeEditor" | "JupyterLab" | "RStudioServerPro" | "RSessionGateway" | "Canvas")]
|
8549
|
+
SENSITIVE: []
|
8550
|
+
end
|
8551
|
+
|
8546
8552
|
class SubscribedWorkteam
|
8547
8553
|
attr_accessor workteam_arn: ::String
|
8548
8554
|
attr_accessor marketplace_title: ::String
|
@@ -9595,6 +9601,7 @@ module Aws::SageMaker
|
|
9595
9601
|
attr_accessor studio_web_portal: ("ENABLED" | "DISABLED")
|
9596
9602
|
attr_accessor custom_posix_user_config: Types::CustomPosixUserConfig
|
9597
9603
|
attr_accessor custom_file_system_configs: ::Array[Types::CustomFileSystemConfig]
|
9604
|
+
attr_accessor studio_web_portal_settings: Types::StudioWebPortalSettings
|
9598
9605
|
SENSITIVE: []
|
9599
9606
|
end
|
9600
9607
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.251.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.199.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.199.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|