aws-sdk-sagemaker 1.254.0 → 1.255.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +37 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +12 -0
- data/lib/aws-sdk-sagemaker/types.rb +48 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +30 -6
- data/sig/types.rbs +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d3b2d19ed21e288b6e4559c4ea10c415bc068d508bde9cf859023b5c03d3e845
|
4
|
+
data.tar.gz: 800113500e1627ca9c6df248adaa96dd320ee740f87252070d01e339279f0ebc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca40d7eca038f3a56324fca80339ef688b77ee12469d479800506c30cf5c9f8083500c4b6327a973d849cf53f89a02e298f0968eef2c23354c5a02bf855e396
|
7
|
+
data.tar.gz: f62a93aaf217fc08f98f02f1f03ceb8fbabca4c321fb8f2f40376ca675c3ff0e11441fb929fb2734cdfd02038208aa450cfbcb2ea3f1a044e895ed91389eb3f8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.255.0 (2024-08-01)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for Amazon EMR Serverless applications in SageMaker Studio for running data processing jobs.
|
8
|
+
|
4
9
|
1.254.0 (2024-07-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.255.0
|
@@ -2643,6 +2643,10 @@ module Aws::SageMaker
|
|
2643
2643
|
# repository_url: "RepositoryUrl", # required
|
2644
2644
|
# },
|
2645
2645
|
# ],
|
2646
|
+
# emr_settings: {
|
2647
|
+
# assumable_role_arns: ["RoleArn"],
|
2648
|
+
# execution_role_arns: ["RoleArn"],
|
2649
|
+
# },
|
2646
2650
|
# },
|
2647
2651
|
# space_storage_settings: {
|
2648
2652
|
# default_ebs_storage_settings: {
|
@@ -2761,6 +2765,10 @@ module Aws::SageMaker
|
|
2761
2765
|
# repository_url: "RepositoryUrl", # required
|
2762
2766
|
# },
|
2763
2767
|
# ],
|
2768
|
+
# emr_settings: {
|
2769
|
+
# assumable_role_arns: ["RoleArn"],
|
2770
|
+
# execution_role_arns: ["RoleArn"],
|
2771
|
+
# },
|
2764
2772
|
# },
|
2765
2773
|
# space_storage_settings: {
|
2766
2774
|
# default_ebs_storage_settings: {
|
@@ -9374,6 +9382,10 @@ module Aws::SageMaker
|
|
9374
9382
|
# repository_url: "RepositoryUrl", # required
|
9375
9383
|
# },
|
9376
9384
|
# ],
|
9385
|
+
# emr_settings: {
|
9386
|
+
# assumable_role_arns: ["RoleArn"],
|
9387
|
+
# execution_role_arns: ["RoleArn"],
|
9388
|
+
# },
|
9377
9389
|
# },
|
9378
9390
|
# space_storage_settings: {
|
9379
9391
|
# default_ebs_storage_settings: {
|
@@ -12520,6 +12532,10 @@ module Aws::SageMaker
|
|
12520
12532
|
# resp.default_user_settings.jupyter_lab_app_settings.lifecycle_config_arns[0] #=> String
|
12521
12533
|
# resp.default_user_settings.jupyter_lab_app_settings.code_repositories #=> Array
|
12522
12534
|
# resp.default_user_settings.jupyter_lab_app_settings.code_repositories[0].repository_url #=> String
|
12535
|
+
# resp.default_user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns #=> Array
|
12536
|
+
# resp.default_user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
|
12537
|
+
# resp.default_user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
|
12538
|
+
# resp.default_user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
|
12523
12539
|
# resp.default_user_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
|
12524
12540
|
# resp.default_user_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
|
12525
12541
|
# resp.default_user_settings.default_landing_uri #=> String
|
@@ -12593,6 +12609,10 @@ module Aws::SageMaker
|
|
12593
12609
|
# resp.default_space_settings.jupyter_lab_app_settings.lifecycle_config_arns[0] #=> String
|
12594
12610
|
# resp.default_space_settings.jupyter_lab_app_settings.code_repositories #=> Array
|
12595
12611
|
# resp.default_space_settings.jupyter_lab_app_settings.code_repositories[0].repository_url #=> String
|
12612
|
+
# resp.default_space_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns #=> Array
|
12613
|
+
# resp.default_space_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
|
12614
|
+
# resp.default_space_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
|
12615
|
+
# resp.default_space_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
|
12596
12616
|
# resp.default_space_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
|
12597
12617
|
# resp.default_space_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
|
12598
12618
|
# resp.default_space_settings.custom_posix_user_config.uid #=> Integer
|
@@ -16597,6 +16617,10 @@ module Aws::SageMaker
|
|
16597
16617
|
# resp.user_settings.jupyter_lab_app_settings.lifecycle_config_arns[0] #=> String
|
16598
16618
|
# resp.user_settings.jupyter_lab_app_settings.code_repositories #=> Array
|
16599
16619
|
# resp.user_settings.jupyter_lab_app_settings.code_repositories[0].repository_url #=> String
|
16620
|
+
# resp.user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns #=> Array
|
16621
|
+
# resp.user_settings.jupyter_lab_app_settings.emr_settings.assumable_role_arns[0] #=> String
|
16622
|
+
# resp.user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns #=> Array
|
16623
|
+
# resp.user_settings.jupyter_lab_app_settings.emr_settings.execution_role_arns[0] #=> String
|
16600
16624
|
# resp.user_settings.space_storage_settings.default_ebs_storage_settings.default_ebs_volume_size_in_gb #=> Integer
|
16601
16625
|
# resp.user_settings.space_storage_settings.default_ebs_storage_settings.maximum_ebs_volume_size_in_gb #=> Integer
|
16602
16626
|
# resp.user_settings.default_landing_uri #=> String
|
@@ -24967,6 +24991,10 @@ module Aws::SageMaker
|
|
24967
24991
|
# repository_url: "RepositoryUrl", # required
|
24968
24992
|
# },
|
24969
24993
|
# ],
|
24994
|
+
# emr_settings: {
|
24995
|
+
# assumable_role_arns: ["RoleArn"],
|
24996
|
+
# execution_role_arns: ["RoleArn"],
|
24997
|
+
# },
|
24970
24998
|
# },
|
24971
24999
|
# space_storage_settings: {
|
24972
25000
|
# default_ebs_storage_settings: {
|
@@ -25074,6 +25102,10 @@ module Aws::SageMaker
|
|
25074
25102
|
# repository_url: "RepositoryUrl", # required
|
25075
25103
|
# },
|
25076
25104
|
# ],
|
25105
|
+
# emr_settings: {
|
25106
|
+
# assumable_role_arns: ["RoleArn"],
|
25107
|
+
# execution_role_arns: ["RoleArn"],
|
25108
|
+
# },
|
25077
25109
|
# },
|
25078
25110
|
# space_storage_settings: {
|
25079
25111
|
# default_ebs_storage_settings: {
|
@@ -27174,6 +27206,10 @@ module Aws::SageMaker
|
|
27174
27206
|
# repository_url: "RepositoryUrl", # required
|
27175
27207
|
# },
|
27176
27208
|
# ],
|
27209
|
+
# emr_settings: {
|
27210
|
+
# assumable_role_arns: ["RoleArn"],
|
27211
|
+
# execution_role_arns: ["RoleArn"],
|
27212
|
+
# },
|
27177
27213
|
# },
|
27178
27214
|
# space_storage_settings: {
|
27179
27215
|
# default_ebs_storage_settings: {
|
@@ -27478,7 +27514,7 @@ module Aws::SageMaker
|
|
27478
27514
|
params: params,
|
27479
27515
|
config: config)
|
27480
27516
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
27481
|
-
context[:gem_version] = '1.
|
27517
|
+
context[:gem_version] = '1.255.0'
|
27482
27518
|
Seahorse::Client::Request.new(handlers, context)
|
27483
27519
|
end
|
27484
27520
|
|
@@ -91,6 +91,7 @@ module Aws::SageMaker
|
|
91
91
|
AssociationEntityArn = Shapes::StringShape.new(name: 'AssociationEntityArn')
|
92
92
|
AssociationSummaries = Shapes::ListShape.new(name: 'AssociationSummaries')
|
93
93
|
AssociationSummary = Shapes::StructureShape.new(name: 'AssociationSummary')
|
94
|
+
AssumableRoleArns = Shapes::ListShape.new(name: 'AssumableRoleArns')
|
94
95
|
AsyncInferenceClientConfig = Shapes::StructureShape.new(name: 'AsyncInferenceClientConfig')
|
95
96
|
AsyncInferenceConfig = Shapes::StructureShape.new(name: 'AsyncInferenceConfig')
|
96
97
|
AsyncInferenceNotificationConfig = Shapes::StructureShape.new(name: 'AsyncInferenceNotificationConfig')
|
@@ -808,6 +809,7 @@ module Aws::SageMaker
|
|
808
809
|
EdgeVersion = Shapes::StringShape.new(name: 'EdgeVersion')
|
809
810
|
Edges = Shapes::ListShape.new(name: 'Edges')
|
810
811
|
EfsUid = Shapes::StringShape.new(name: 'EfsUid')
|
812
|
+
EmrSettings = Shapes::StructureShape.new(name: 'EmrSettings')
|
811
813
|
EnableCapture = Shapes::BooleanShape.new(name: 'EnableCapture')
|
812
814
|
EnableInfraCheck = Shapes::BooleanShape.new(name: 'EnableInfraCheck')
|
813
815
|
EnableIotRoleAlias = Shapes::BooleanShape.new(name: 'EnableIotRoleAlias')
|
@@ -848,6 +850,7 @@ module Aws::SageMaker
|
|
848
850
|
EnvironmentParameters = Shapes::ListShape.new(name: 'EnvironmentParameters')
|
849
851
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
850
852
|
ExcludeFeaturesAttribute = Shapes::StringShape.new(name: 'ExcludeFeaturesAttribute')
|
853
|
+
ExecutionRoleArns = Shapes::ListShape.new(name: 'ExecutionRoleArns')
|
851
854
|
ExecutionRoleIdentityConfig = Shapes::StringShape.new(name: 'ExecutionRoleIdentityConfig')
|
852
855
|
ExecutionStatus = Shapes::StringShape.new(name: 'ExecutionStatus')
|
853
856
|
ExitMessage = Shapes::StringShape.new(name: 'ExitMessage')
|
@@ -2544,6 +2547,8 @@ module Aws::SageMaker
|
|
2544
2547
|
AssociationSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
2545
2548
|
AssociationSummary.struct_class = Types::AssociationSummary
|
2546
2549
|
|
2550
|
+
AssumableRoleArns.member = Shapes::ShapeRef.new(shape: RoleArn)
|
2551
|
+
|
2547
2552
|
AsyncInferenceClientConfig.add_member(:max_concurrent_invocations_per_instance, Shapes::ShapeRef.new(shape: MaxConcurrentInvocationsPerInstance, location_name: "MaxConcurrentInvocationsPerInstance"))
|
2548
2553
|
AsyncInferenceClientConfig.struct_class = Types::AsyncInferenceClientConfig
|
2549
2554
|
|
@@ -5646,6 +5651,10 @@ module Aws::SageMaker
|
|
5646
5651
|
|
5647
5652
|
Edges.member = Shapes::ShapeRef.new(shape: Edge)
|
5648
5653
|
|
5654
|
+
EmrSettings.add_member(:assumable_role_arns, Shapes::ShapeRef.new(shape: AssumableRoleArns, location_name: "AssumableRoleArns"))
|
5655
|
+
EmrSettings.add_member(:execution_role_arns, Shapes::ShapeRef.new(shape: ExecutionRoleArns, location_name: "ExecutionRoleArns"))
|
5656
|
+
EmrSettings.struct_class = Types::EmrSettings
|
5657
|
+
|
5649
5658
|
EnableSagemakerServicecatalogPortfolioInput.struct_class = Types::EnableSagemakerServicecatalogPortfolioInput
|
5650
5659
|
|
5651
5660
|
EnableSagemakerServicecatalogPortfolioOutput.struct_class = Types::EnableSagemakerServicecatalogPortfolioOutput
|
@@ -5738,6 +5747,8 @@ module Aws::SageMaker
|
|
5738
5747
|
|
5739
5748
|
EnvironmentParameters.member = Shapes::ShapeRef.new(shape: EnvironmentParameter)
|
5740
5749
|
|
5750
|
+
ExecutionRoleArns.member = Shapes::ShapeRef.new(shape: RoleArn)
|
5751
|
+
|
5741
5752
|
Experiment.add_member(:experiment_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "ExperimentName"))
|
5742
5753
|
Experiment.add_member(:experiment_arn, Shapes::ShapeRef.new(shape: ExperimentArn, location_name: "ExperimentArn"))
|
5743
5754
|
Experiment.add_member(:display_name, Shapes::ShapeRef.new(shape: ExperimentEntityName, location_name: "DisplayName"))
|
@@ -6441,6 +6452,7 @@ module Aws::SageMaker
|
|
6441
6452
|
JupyterLabAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
6442
6453
|
JupyterLabAppSettings.add_member(:lifecycle_config_arns, Shapes::ShapeRef.new(shape: LifecycleConfigArns, location_name: "LifecycleConfigArns"))
|
6443
6454
|
JupyterLabAppSettings.add_member(:code_repositories, Shapes::ShapeRef.new(shape: CodeRepositories, location_name: "CodeRepositories"))
|
6455
|
+
JupyterLabAppSettings.add_member(:emr_settings, Shapes::ShapeRef.new(shape: EmrSettings, location_name: "EmrSettings"))
|
6444
6456
|
JupyterLabAppSettings.struct_class = Types::JupyterLabAppSettings
|
6445
6457
|
|
6446
6458
|
JupyterServerAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
@@ -19302,6 +19302,44 @@ module Aws::SageMaker
|
|
19302
19302
|
include Aws::Structure
|
19303
19303
|
end
|
19304
19304
|
|
19305
|
+
# The configuration parameters that specify the IAM roles assumed by the
|
19306
|
+
# execution role of SageMaker (assumable roles) and the cluster
|
19307
|
+
# instances or job execution environments (execution roles or runtime
|
19308
|
+
# roles) to manage and access resources required for running Amazon EMR
|
19309
|
+
# clusters or Amazon EMR Serverless applications.
|
19310
|
+
#
|
19311
|
+
# @!attribute [rw] assumable_role_arns
|
19312
|
+
# An array of Amazon Resource Names (ARNs) of the IAM roles that the
|
19313
|
+
# execution role of SageMaker can assume for performing operations or
|
19314
|
+
# tasks related to Amazon EMR clusters or Amazon EMR Serverless
|
19315
|
+
# applications. These roles define the permissions and access policies
|
19316
|
+
# required when performing Amazon EMR-related operations, such as
|
19317
|
+
# listing, connecting to, or terminating Amazon EMR clusters or Amazon
|
19318
|
+
# EMR Serverless applications. They are typically used in
|
19319
|
+
# cross-account access scenarios, where the Amazon EMR resources
|
19320
|
+
# (clusters or serverless applications) are located in a different
|
19321
|
+
# Amazon Web Services account than the SageMaker domain.
|
19322
|
+
# @return [Array<String>]
|
19323
|
+
#
|
19324
|
+
# @!attribute [rw] execution_role_arns
|
19325
|
+
# An array of Amazon Resource Names (ARNs) of the IAM roles used by
|
19326
|
+
# the Amazon EMR cluster instances or job execution environments to
|
19327
|
+
# access other Amazon Web Services services and resources needed
|
19328
|
+
# during the runtime of your Amazon EMR or Amazon EMR Serverless
|
19329
|
+
# workloads, such as Amazon S3 for data access, Amazon CloudWatch for
|
19330
|
+
# logging, or other Amazon Web Services services based on the
|
19331
|
+
# particular workload requirements.
|
19332
|
+
# @return [Array<String>]
|
19333
|
+
#
|
19334
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EmrSettings AWS API Documentation
|
19335
|
+
#
|
19336
|
+
class EmrSettings < Struct.new(
|
19337
|
+
:assumable_role_arns,
|
19338
|
+
:execution_role_arns)
|
19339
|
+
SENSITIVE = []
|
19340
|
+
include Aws::Structure
|
19341
|
+
end
|
19342
|
+
|
19305
19343
|
# @api private
|
19306
19344
|
#
|
19307
19345
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnableSagemakerServicecatalogPortfolioInput AWS API Documentation
|
@@ -24841,13 +24879,22 @@ module Aws::SageMaker
|
|
24841
24879
|
# users for cloning in the JupyterLab application.
|
24842
24880
|
# @return [Array<Types::CodeRepository>]
|
24843
24881
|
#
|
24882
|
+
# @!attribute [rw] emr_settings
|
24883
|
+
# The configuration parameters that specify the IAM roles assumed by
|
24884
|
+
# the execution role of SageMaker (assumable roles) and the cluster
|
24885
|
+
# instances or job execution environments (execution roles or runtime
|
24886
|
+
# roles) to manage and access resources required for running Amazon
|
24887
|
+
# EMR clusters or Amazon EMR Serverless applications.
|
24888
|
+
# @return [Types::EmrSettings]
|
24889
|
+
#
|
24844
24890
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/JupyterLabAppSettings AWS API Documentation
|
24845
24891
|
#
|
24846
24892
|
class JupyterLabAppSettings < Struct.new(
|
24847
24893
|
:default_resource_spec,
|
24848
24894
|
:custom_images,
|
24849
24895
|
:lifecycle_config_arns,
|
24850
|
-
:code_repositories
|
24896
|
+
:code_repositories,
|
24897
|
+
:emr_settings)
|
24851
24898
|
SENSITIVE = []
|
24852
24899
|
include Aws::Structure
|
24853
24900
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1080,7 +1080,11 @@ module Aws
|
|
1080
1080
|
{
|
1081
1081
|
repository_url: ::String
|
1082
1082
|
},
|
1083
|
-
]
|
1083
|
+
]?,
|
1084
|
+
emr_settings: {
|
1085
|
+
assumable_role_arns: Array[::String]?,
|
1086
|
+
execution_role_arns: Array[::String]?
|
1087
|
+
}?
|
1084
1088
|
}?,
|
1085
1089
|
space_storage_settings: {
|
1086
1090
|
default_ebs_storage_settings: {
|
@@ -1198,7 +1202,11 @@ module Aws
|
|
1198
1202
|
{
|
1199
1203
|
repository_url: ::String
|
1200
1204
|
},
|
1201
|
-
]
|
1205
|
+
]?,
|
1206
|
+
emr_settings: {
|
1207
|
+
assumable_role_arns: Array[::String]?,
|
1208
|
+
execution_role_arns: Array[::String]?
|
1209
|
+
}?
|
1202
1210
|
}?,
|
1203
1211
|
space_storage_settings: {
|
1204
1212
|
default_ebs_storage_settings: {
|
@@ -4111,7 +4119,11 @@ module Aws
|
|
4111
4119
|
{
|
4112
4120
|
repository_url: ::String
|
4113
4121
|
},
|
4114
|
-
]
|
4122
|
+
]?,
|
4123
|
+
emr_settings: {
|
4124
|
+
assumable_role_arns: Array[::String]?,
|
4125
|
+
execution_role_arns: Array[::String]?
|
4126
|
+
}?
|
4115
4127
|
}?,
|
4116
4128
|
space_storage_settings: {
|
4117
4129
|
default_ebs_storage_settings: {
|
@@ -8209,7 +8221,11 @@ module Aws
|
|
8209
8221
|
{
|
8210
8222
|
repository_url: ::String
|
8211
8223
|
},
|
8212
|
-
]
|
8224
|
+
]?,
|
8225
|
+
emr_settings: {
|
8226
|
+
assumable_role_arns: Array[::String]?,
|
8227
|
+
execution_role_arns: Array[::String]?
|
8228
|
+
}?
|
8213
8229
|
}?,
|
8214
8230
|
space_storage_settings: {
|
8215
8231
|
default_ebs_storage_settings: {
|
@@ -8316,7 +8332,11 @@ module Aws
|
|
8316
8332
|
{
|
8317
8333
|
repository_url: ::String
|
8318
8334
|
},
|
8319
|
-
]
|
8335
|
+
]?,
|
8336
|
+
emr_settings: {
|
8337
|
+
assumable_role_arns: Array[::String]?,
|
8338
|
+
execution_role_arns: Array[::String]?
|
8339
|
+
}?
|
8320
8340
|
}?,
|
8321
8341
|
space_storage_settings: {
|
8322
8342
|
default_ebs_storage_settings: {
|
@@ -9276,7 +9296,11 @@ module Aws
|
|
9276
9296
|
{
|
9277
9297
|
repository_url: ::String
|
9278
9298
|
},
|
9279
|
-
]
|
9299
|
+
]?,
|
9300
|
+
emr_settings: {
|
9301
|
+
assumable_role_arns: Array[::String]?,
|
9302
|
+
execution_role_arns: Array[::String]?
|
9303
|
+
}?
|
9280
9304
|
}?,
|
9281
9305
|
space_storage_settings: {
|
9282
9306
|
default_ebs_storage_settings: {
|
data/sig/types.rbs
CHANGED
@@ -4119,6 +4119,12 @@ module Aws::SageMaker
|
|
4119
4119
|
SENSITIVE: []
|
4120
4120
|
end
|
4121
4121
|
|
4122
|
+
class EmrSettings
|
4123
|
+
attr_accessor assumable_role_arns: ::Array[::String]
|
4124
|
+
attr_accessor execution_role_arns: ::Array[::String]
|
4125
|
+
SENSITIVE: []
|
4126
|
+
end
|
4127
|
+
|
4122
4128
|
class EnableSagemakerServicecatalogPortfolioInput < Aws::EmptyStructure
|
4123
4129
|
end
|
4124
4130
|
|
@@ -5012,6 +5018,7 @@ module Aws::SageMaker
|
|
5012
5018
|
attr_accessor custom_images: ::Array[Types::CustomImage]
|
5013
5019
|
attr_accessor lifecycle_config_arns: ::Array[::String]
|
5014
5020
|
attr_accessor code_repositories: ::Array[Types::CodeRepository]
|
5021
|
+
attr_accessor emr_settings: Types::EmrSettings
|
5015
5022
|
SENSITIVE: []
|
5016
5023
|
end
|
5017
5024
|
|
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.255.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-
|
11
|
+
date: 2024-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|