aws-sdk-sagemaker 1.303.0 → 1.305.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +37 -10
- data/lib/aws-sdk-sagemaker/client_api.rb +271 -254
- data/lib/aws-sdk-sagemaker/types.rb +114 -19
- data/lib/aws-sdk-sagemaker/waiters.rb +76 -76
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +22 -2
- data/sig/types.rbs +15 -1
- metadata +1 -1
@@ -2130,12 +2130,13 @@ module Aws::SageMaker
|
|
2130
2130
|
include Aws::Structure
|
2131
2131
|
end
|
2132
2132
|
|
2133
|
-
# <note markdown="1"> This data type is intended for use exclusively by
|
2133
|
+
# <note markdown="1"> This data type is intended for use exclusively by
|
2134
|
+
# SageMaker Canvas and
|
2134
2135
|
# cannot be used in other contexts at the moment.
|
2135
2136
|
#
|
2136
2137
|
# </note>
|
2137
2138
|
#
|
2138
|
-
#
|
2139
|
+
# Specifies the compute configuration for an AutoML job V2.
|
2139
2140
|
#
|
2140
2141
|
# @!attribute [rw] emr_serverless_compute_config
|
2141
2142
|
# The configuration for using [ EMR Serverless][1] to run the AutoML
|
@@ -4609,7 +4610,7 @@ module Aws::SageMaker
|
|
4609
4610
|
# @return [Time]
|
4610
4611
|
#
|
4611
4612
|
# @!attribute [rw] last_software_update_time
|
4612
|
-
# The time
|
4613
|
+
# The time when the cluster was last updated.
|
4613
4614
|
# @return [Time]
|
4614
4615
|
#
|
4615
4616
|
# @!attribute [rw] life_cycle_config
|
@@ -4694,8 +4695,8 @@ module Aws::SageMaker
|
|
4694
4695
|
# @return [Time]
|
4695
4696
|
#
|
4696
4697
|
# @!attribute [rw] last_software_update_time
|
4697
|
-
# The time
|
4698
|
-
#
|
4698
|
+
# The time when SageMaker last updated the software of the instances
|
4699
|
+
# in the cluster.
|
4699
4700
|
# @return [Time]
|
4700
4701
|
#
|
4701
4702
|
# @!attribute [rw] instance_status
|
@@ -20170,6 +20171,11 @@ module Aws::SageMaker
|
|
20170
20171
|
# must be `SSO`.
|
20171
20172
|
# @return [Types::AmazonQSettings]
|
20172
20173
|
#
|
20174
|
+
# @!attribute [rw] unified_studio_settings
|
20175
|
+
# The settings that apply to an SageMaker AI domain when you use it in
|
20176
|
+
# Amazon SageMaker Unified Studio.
|
20177
|
+
# @return [Types::UnifiedStudioSettings]
|
20178
|
+
#
|
20173
20179
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettings AWS API Documentation
|
20174
20180
|
#
|
20175
20181
|
class DomainSettings < Struct.new(
|
@@ -20177,7 +20183,8 @@ module Aws::SageMaker
|
|
20177
20183
|
:r_studio_server_pro_domain_settings,
|
20178
20184
|
:execution_role_identity_config,
|
20179
20185
|
:docker_settings,
|
20180
|
-
:amazon_q_settings
|
20186
|
+
:amazon_q_settings,
|
20187
|
+
:unified_studio_settings)
|
20181
20188
|
SENSITIVE = []
|
20182
20189
|
include Aws::Structure
|
20183
20190
|
end
|
@@ -20217,6 +20224,11 @@ module Aws::SageMaker
|
|
20217
20224
|
# within the domain.
|
20218
20225
|
# @return [Types::AmazonQSettings]
|
20219
20226
|
#
|
20227
|
+
# @!attribute [rw] unified_studio_settings
|
20228
|
+
# The settings that apply to an SageMaker AI domain when you use it in
|
20229
|
+
# Amazon SageMaker Unified Studio.
|
20230
|
+
# @return [Types::UnifiedStudioSettings]
|
20231
|
+
#
|
20220
20232
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DomainSettingsForUpdate AWS API Documentation
|
20221
20233
|
#
|
20222
20234
|
class DomainSettingsForUpdate < Struct.new(
|
@@ -20224,7 +20236,8 @@ module Aws::SageMaker
|
|
20224
20236
|
:execution_role_identity_config,
|
20225
20237
|
:security_group_ids,
|
20226
20238
|
:docker_settings,
|
20227
|
-
:amazon_q_settings
|
20239
|
+
:amazon_q_settings,
|
20240
|
+
:unified_studio_settings)
|
20228
20241
|
SENSITIVE = []
|
20229
20242
|
include Aws::Structure
|
20230
20243
|
end
|
@@ -20865,12 +20878,13 @@ module Aws::SageMaker
|
|
20865
20878
|
include Aws::Structure
|
20866
20879
|
end
|
20867
20880
|
|
20868
|
-
# <note markdown="1"> This data type is intended for use exclusively by
|
20881
|
+
# <note markdown="1"> This data type is intended for use exclusively by
|
20882
|
+
# SageMaker Canvas and
|
20869
20883
|
# cannot be used in other contexts at the moment.
|
20870
20884
|
#
|
20871
20885
|
# </note>
|
20872
20886
|
#
|
20873
|
-
#
|
20887
|
+
# Specifies the compute configuration for the EMR Serverless job.
|
20874
20888
|
#
|
20875
20889
|
# @!attribute [rw] execution_role_arn
|
20876
20890
|
# The ARN of the IAM role granting the AutoML job V2 the necessary
|
@@ -33594,14 +33608,6 @@ module Aws::SageMaker
|
|
33594
33608
|
# The name of the metric.
|
33595
33609
|
# @return [String]
|
33596
33610
|
#
|
33597
|
-
# @!attribute [rw] value
|
33598
|
-
# The value of the metric.
|
33599
|
-
# @return [Float]
|
33600
|
-
#
|
33601
|
-
# @!attribute [rw] set
|
33602
|
-
# The dataset split from which the AutoML job produced the metric.
|
33603
|
-
# @return [String]
|
33604
|
-
#
|
33605
33611
|
# @!attribute [rw] standard_metric_name
|
33606
33612
|
# The name of the standard metric.
|
33607
33613
|
#
|
@@ -33615,13 +33621,21 @@ module Aws::SageMaker
|
|
33615
33621
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-metrics
|
33616
33622
|
# @return [String]
|
33617
33623
|
#
|
33624
|
+
# @!attribute [rw] value
|
33625
|
+
# The value of the metric.
|
33626
|
+
# @return [Float]
|
33627
|
+
#
|
33628
|
+
# @!attribute [rw] set
|
33629
|
+
# The dataset split from which the AutoML job produced the metric.
|
33630
|
+
# @return [String]
|
33631
|
+
#
|
33618
33632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricDatum AWS API Documentation
|
33619
33633
|
#
|
33620
33634
|
class MetricDatum < Struct.new(
|
33621
33635
|
:metric_name,
|
33636
|
+
:standard_metric_name,
|
33622
33637
|
:value,
|
33623
|
-
:set
|
33624
|
-
:standard_metric_name)
|
33638
|
+
:set)
|
33625
33639
|
SENSITIVE = []
|
33626
33640
|
include Aws::Structure
|
33627
33641
|
end
|
@@ -43770,6 +43784,15 @@ module Aws::SageMaker
|
|
43770
43784
|
# The storage settings for a space.
|
43771
43785
|
# @return [Types::SpaceStorageSettings]
|
43772
43786
|
#
|
43787
|
+
# @!attribute [rw] space_managed_resources
|
43788
|
+
# If you enable this option, SageMaker AI creates the following
|
43789
|
+
# resources on your behalf when you create the space:
|
43790
|
+
#
|
43791
|
+
# * The user profile that possesses the space.
|
43792
|
+
#
|
43793
|
+
# * The app that the space contains.
|
43794
|
+
# @return [String]
|
43795
|
+
#
|
43773
43796
|
# @!attribute [rw] custom_file_systems
|
43774
43797
|
# A file system, created by you, that you assign to a space for an
|
43775
43798
|
# Amazon SageMaker AI Domain. Permitted users can access this file
|
@@ -43785,6 +43808,7 @@ module Aws::SageMaker
|
|
43785
43808
|
:jupyter_lab_app_settings,
|
43786
43809
|
:app_type,
|
43787
43810
|
:space_storage_settings,
|
43811
|
+
:space_managed_resources,
|
43788
43812
|
:custom_file_systems)
|
43789
43813
|
SENSITIVE = []
|
43790
43814
|
include Aws::Structure
|
@@ -47783,6 +47807,77 @@ module Aws::SageMaker
|
|
47783
47807
|
include Aws::Structure
|
47784
47808
|
end
|
47785
47809
|
|
47810
|
+
# The settings that apply to an Amazon SageMaker AI domain when you use
|
47811
|
+
# it in Amazon SageMaker Unified Studio.
|
47812
|
+
#
|
47813
|
+
# @!attribute [rw] studio_web_portal_access
|
47814
|
+
# Sets whether you can access the domain in Amazon SageMaker Studio:
|
47815
|
+
#
|
47816
|
+
# ENABLED
|
47817
|
+
#
|
47818
|
+
# : You can access the domain in Amazon SageMaker Studio. If you
|
47819
|
+
# migrate the domain to Amazon SageMaker Unified Studio, you can
|
47820
|
+
# access it in both studio interfaces.
|
47821
|
+
#
|
47822
|
+
# DISABLED
|
47823
|
+
#
|
47824
|
+
# : You can't access the domain in Amazon SageMaker Studio. If you
|
47825
|
+
# migrate the domain to Amazon SageMaker Unified Studio, you can
|
47826
|
+
# access it only in that studio interface.
|
47827
|
+
#
|
47828
|
+
# To migrate a domain to Amazon SageMaker Unified Studio, you specify
|
47829
|
+
# the UnifiedStudioSettings data type when you use the UpdateDomain
|
47830
|
+
# action.
|
47831
|
+
# @return [String]
|
47832
|
+
#
|
47833
|
+
# @!attribute [rw] domain_account_id
|
47834
|
+
# The ID of the Amazon Web Services account that has the Amazon
|
47835
|
+
# SageMaker Unified Studio domain. The default value, if you don't
|
47836
|
+
# specify an ID, is the ID of the account that has the Amazon
|
47837
|
+
# SageMaker AI domain.
|
47838
|
+
# @return [String]
|
47839
|
+
#
|
47840
|
+
# @!attribute [rw] domain_region
|
47841
|
+
# The Amazon Web Services Region where the domain is located in Amazon
|
47842
|
+
# SageMaker Unified Studio. The default value, if you don't specify a
|
47843
|
+
# Region, is the Region where the Amazon SageMaker AI domain is
|
47844
|
+
# located.
|
47845
|
+
# @return [String]
|
47846
|
+
#
|
47847
|
+
# @!attribute [rw] domain_id
|
47848
|
+
# The ID of the Amazon SageMaker Unified Studio domain associated with
|
47849
|
+
# this domain.
|
47850
|
+
# @return [String]
|
47851
|
+
#
|
47852
|
+
# @!attribute [rw] project_id
|
47853
|
+
# The ID of the Amazon SageMaker Unified Studio project that
|
47854
|
+
# corresponds to the domain.
|
47855
|
+
# @return [String]
|
47856
|
+
#
|
47857
|
+
# @!attribute [rw] environment_id
|
47858
|
+
# The ID of the environment that Amazon SageMaker Unified Studio
|
47859
|
+
# associates with the domain.
|
47860
|
+
# @return [String]
|
47861
|
+
#
|
47862
|
+
# @!attribute [rw] project_s3_path
|
47863
|
+
# The location where Amazon S3 stores temporary execution data and
|
47864
|
+
# other artifacts for the project that corresponds to the domain.
|
47865
|
+
# @return [String]
|
47866
|
+
#
|
47867
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UnifiedStudioSettings AWS API Documentation
|
47868
|
+
#
|
47869
|
+
class UnifiedStudioSettings < Struct.new(
|
47870
|
+
:studio_web_portal_access,
|
47871
|
+
:domain_account_id,
|
47872
|
+
:domain_region,
|
47873
|
+
:domain_id,
|
47874
|
+
:project_id,
|
47875
|
+
:environment_id,
|
47876
|
+
:project_s3_path)
|
47877
|
+
SENSITIVE = []
|
47878
|
+
include Aws::Structure
|
47879
|
+
end
|
47880
|
+
|
47786
47881
|
# @!attribute [rw] action_name
|
47787
47882
|
# The name of the action to update.
|
47788
47883
|
# @return [String]
|
@@ -102,15 +102,15 @@ module Aws::SageMaker
|
|
102
102
|
operation_name: :describe_endpoint,
|
103
103
|
acceptors: [
|
104
104
|
{
|
105
|
-
"expected" => "ValidationException",
|
106
105
|
"matcher" => "error",
|
107
|
-
"state" => "success"
|
106
|
+
"state" => "success",
|
107
|
+
"expected" => "ValidationException"
|
108
108
|
},
|
109
109
|
{
|
110
|
-
"expected" => "Failed",
|
111
110
|
"matcher" => "path",
|
111
|
+
"argument" => "endpoint_status",
|
112
112
|
"state" => "failure",
|
113
|
-
"
|
113
|
+
"expected" => "Failed"
|
114
114
|
}
|
115
115
|
]
|
116
116
|
)
|
@@ -145,21 +145,21 @@ module Aws::SageMaker
|
|
145
145
|
operation_name: :describe_endpoint,
|
146
146
|
acceptors: [
|
147
147
|
{
|
148
|
-
"expected" => "InService",
|
149
148
|
"matcher" => "path",
|
149
|
+
"argument" => "endpoint_status",
|
150
150
|
"state" => "success",
|
151
|
-
"
|
151
|
+
"expected" => "InService"
|
152
152
|
},
|
153
153
|
{
|
154
|
-
"expected" => "Failed",
|
155
154
|
"matcher" => "path",
|
155
|
+
"argument" => "endpoint_status",
|
156
156
|
"state" => "failure",
|
157
|
-
"
|
157
|
+
"expected" => "Failed"
|
158
158
|
},
|
159
159
|
{
|
160
|
-
"expected" => "ValidationException",
|
161
160
|
"matcher" => "error",
|
162
|
-
"state" => "failure"
|
161
|
+
"state" => "failure",
|
162
|
+
"expected" => "ValidationException"
|
163
163
|
}
|
164
164
|
]
|
165
165
|
)
|
@@ -194,21 +194,21 @@ module Aws::SageMaker
|
|
194
194
|
operation_name: :describe_image,
|
195
195
|
acceptors: [
|
196
196
|
{
|
197
|
-
"expected" => "CREATED",
|
198
197
|
"matcher" => "path",
|
198
|
+
"argument" => "image_status",
|
199
199
|
"state" => "success",
|
200
|
-
"
|
200
|
+
"expected" => "CREATED"
|
201
201
|
},
|
202
202
|
{
|
203
|
-
"expected" => "CREATE_FAILED",
|
204
203
|
"matcher" => "path",
|
204
|
+
"argument" => "image_status",
|
205
205
|
"state" => "failure",
|
206
|
-
"
|
206
|
+
"expected" => "CREATE_FAILED"
|
207
207
|
},
|
208
208
|
{
|
209
|
-
"expected" => "ValidationException",
|
210
209
|
"matcher" => "error",
|
211
|
-
"state" => "failure"
|
210
|
+
"state" => "failure",
|
211
|
+
"expected" => "ValidationException"
|
212
212
|
}
|
213
213
|
]
|
214
214
|
)
|
@@ -243,20 +243,20 @@ module Aws::SageMaker
|
|
243
243
|
operation_name: :describe_image,
|
244
244
|
acceptors: [
|
245
245
|
{
|
246
|
-
"expected" => "ResourceNotFoundException",
|
247
246
|
"matcher" => "error",
|
248
|
-
"state" => "success"
|
247
|
+
"state" => "success",
|
248
|
+
"expected" => "ResourceNotFoundException"
|
249
249
|
},
|
250
250
|
{
|
251
|
-
"expected" => "DELETE_FAILED",
|
252
251
|
"matcher" => "path",
|
252
|
+
"argument" => "image_status",
|
253
253
|
"state" => "failure",
|
254
|
-
"
|
254
|
+
"expected" => "DELETE_FAILED"
|
255
255
|
},
|
256
256
|
{
|
257
|
-
"expected" => "ValidationException",
|
258
257
|
"matcher" => "error",
|
259
|
-
"state" => "failure"
|
258
|
+
"state" => "failure",
|
259
|
+
"expected" => "ValidationException"
|
260
260
|
}
|
261
261
|
]
|
262
262
|
)
|
@@ -291,21 +291,21 @@ module Aws::SageMaker
|
|
291
291
|
operation_name: :describe_image,
|
292
292
|
acceptors: [
|
293
293
|
{
|
294
|
-
"expected" => "CREATED",
|
295
294
|
"matcher" => "path",
|
295
|
+
"argument" => "image_status",
|
296
296
|
"state" => "success",
|
297
|
-
"
|
297
|
+
"expected" => "CREATED"
|
298
298
|
},
|
299
299
|
{
|
300
|
-
"expected" => "UPDATE_FAILED",
|
301
300
|
"matcher" => "path",
|
301
|
+
"argument" => "image_status",
|
302
302
|
"state" => "failure",
|
303
|
-
"
|
303
|
+
"expected" => "UPDATE_FAILED"
|
304
304
|
},
|
305
305
|
{
|
306
|
-
"expected" => "ValidationException",
|
307
306
|
"matcher" => "error",
|
308
|
-
"state" => "failure"
|
307
|
+
"state" => "failure",
|
308
|
+
"expected" => "ValidationException"
|
309
309
|
}
|
310
310
|
]
|
311
311
|
)
|
@@ -340,21 +340,21 @@ module Aws::SageMaker
|
|
340
340
|
operation_name: :describe_image_version,
|
341
341
|
acceptors: [
|
342
342
|
{
|
343
|
-
"expected" => "CREATED",
|
344
343
|
"matcher" => "path",
|
344
|
+
"argument" => "image_version_status",
|
345
345
|
"state" => "success",
|
346
|
-
"
|
346
|
+
"expected" => "CREATED"
|
347
347
|
},
|
348
348
|
{
|
349
|
-
"expected" => "CREATE_FAILED",
|
350
349
|
"matcher" => "path",
|
350
|
+
"argument" => "image_version_status",
|
351
351
|
"state" => "failure",
|
352
|
-
"
|
352
|
+
"expected" => "CREATE_FAILED"
|
353
353
|
},
|
354
354
|
{
|
355
|
-
"expected" => "ValidationException",
|
356
355
|
"matcher" => "error",
|
357
|
-
"state" => "failure"
|
356
|
+
"state" => "failure",
|
357
|
+
"expected" => "ValidationException"
|
358
358
|
}
|
359
359
|
]
|
360
360
|
)
|
@@ -389,20 +389,20 @@ module Aws::SageMaker
|
|
389
389
|
operation_name: :describe_image_version,
|
390
390
|
acceptors: [
|
391
391
|
{
|
392
|
-
"expected" => "ResourceNotFoundException",
|
393
392
|
"matcher" => "error",
|
394
|
-
"state" => "success"
|
393
|
+
"state" => "success",
|
394
|
+
"expected" => "ResourceNotFoundException"
|
395
395
|
},
|
396
396
|
{
|
397
|
-
"expected" => "DELETE_FAILED",
|
398
397
|
"matcher" => "path",
|
398
|
+
"argument" => "image_version_status",
|
399
399
|
"state" => "failure",
|
400
|
-
"
|
400
|
+
"expected" => "DELETE_FAILED"
|
401
401
|
},
|
402
402
|
{
|
403
|
-
"expected" => "ValidationException",
|
404
403
|
"matcher" => "error",
|
405
|
-
"state" => "failure"
|
404
|
+
"state" => "failure",
|
405
|
+
"expected" => "ValidationException"
|
406
406
|
}
|
407
407
|
]
|
408
408
|
)
|
@@ -437,15 +437,15 @@ module Aws::SageMaker
|
|
437
437
|
operation_name: :describe_notebook_instance,
|
438
438
|
acceptors: [
|
439
439
|
{
|
440
|
-
"expected" => "ValidationException",
|
441
440
|
"matcher" => "error",
|
442
|
-
"state" => "success"
|
441
|
+
"state" => "success",
|
442
|
+
"expected" => "ValidationException"
|
443
443
|
},
|
444
444
|
{
|
445
|
-
"expected" => "Failed",
|
446
445
|
"matcher" => "path",
|
446
|
+
"argument" => "notebook_instance_status",
|
447
447
|
"state" => "failure",
|
448
|
-
"
|
448
|
+
"expected" => "Failed"
|
449
449
|
}
|
450
450
|
]
|
451
451
|
)
|
@@ -480,16 +480,16 @@ module Aws::SageMaker
|
|
480
480
|
operation_name: :describe_notebook_instance,
|
481
481
|
acceptors: [
|
482
482
|
{
|
483
|
-
"expected" => "InService",
|
484
483
|
"matcher" => "path",
|
484
|
+
"argument" => "notebook_instance_status",
|
485
485
|
"state" => "success",
|
486
|
-
"
|
486
|
+
"expected" => "InService"
|
487
487
|
},
|
488
488
|
{
|
489
|
-
"expected" => "Failed",
|
490
489
|
"matcher" => "path",
|
490
|
+
"argument" => "notebook_instance_status",
|
491
491
|
"state" => "failure",
|
492
|
-
"
|
492
|
+
"expected" => "Failed"
|
493
493
|
}
|
494
494
|
]
|
495
495
|
)
|
@@ -524,16 +524,16 @@ module Aws::SageMaker
|
|
524
524
|
operation_name: :describe_notebook_instance,
|
525
525
|
acceptors: [
|
526
526
|
{
|
527
|
-
"expected" => "Stopped",
|
528
527
|
"matcher" => "path",
|
528
|
+
"argument" => "notebook_instance_status",
|
529
529
|
"state" => "success",
|
530
|
-
"
|
530
|
+
"expected" => "Stopped"
|
531
531
|
},
|
532
532
|
{
|
533
|
-
"expected" => "Failed",
|
534
533
|
"matcher" => "path",
|
534
|
+
"argument" => "notebook_instance_status",
|
535
535
|
"state" => "failure",
|
536
|
-
"
|
536
|
+
"expected" => "Failed"
|
537
537
|
}
|
538
538
|
]
|
539
539
|
)
|
@@ -568,27 +568,27 @@ module Aws::SageMaker
|
|
568
568
|
operation_name: :describe_processing_job,
|
569
569
|
acceptors: [
|
570
570
|
{
|
571
|
-
"expected" => "Completed",
|
572
571
|
"matcher" => "path",
|
572
|
+
"argument" => "processing_job_status",
|
573
573
|
"state" => "success",
|
574
|
-
"
|
574
|
+
"expected" => "Completed"
|
575
575
|
},
|
576
576
|
{
|
577
|
-
"expected" => "Stopped",
|
578
577
|
"matcher" => "path",
|
578
|
+
"argument" => "processing_job_status",
|
579
579
|
"state" => "success",
|
580
|
-
"
|
580
|
+
"expected" => "Stopped"
|
581
581
|
},
|
582
582
|
{
|
583
|
-
"expected" => "Failed",
|
584
583
|
"matcher" => "path",
|
584
|
+
"argument" => "processing_job_status",
|
585
585
|
"state" => "failure",
|
586
|
-
"
|
586
|
+
"expected" => "Failed"
|
587
587
|
},
|
588
588
|
{
|
589
|
-
"expected" => "ValidationException",
|
590
589
|
"matcher" => "error",
|
591
|
-
"state" => "failure"
|
590
|
+
"state" => "failure",
|
591
|
+
"expected" => "ValidationException"
|
592
592
|
}
|
593
593
|
]
|
594
594
|
)
|
@@ -623,27 +623,27 @@ module Aws::SageMaker
|
|
623
623
|
operation_name: :describe_training_job,
|
624
624
|
acceptors: [
|
625
625
|
{
|
626
|
-
"expected" => "Completed",
|
627
626
|
"matcher" => "path",
|
627
|
+
"argument" => "training_job_status",
|
628
628
|
"state" => "success",
|
629
|
-
"
|
629
|
+
"expected" => "Completed"
|
630
630
|
},
|
631
631
|
{
|
632
|
-
"expected" => "Stopped",
|
633
632
|
"matcher" => "path",
|
633
|
+
"argument" => "training_job_status",
|
634
634
|
"state" => "success",
|
635
|
-
"
|
635
|
+
"expected" => "Stopped"
|
636
636
|
},
|
637
637
|
{
|
638
|
-
"expected" => "Failed",
|
639
638
|
"matcher" => "path",
|
639
|
+
"argument" => "training_job_status",
|
640
640
|
"state" => "failure",
|
641
|
-
"
|
641
|
+
"expected" => "Failed"
|
642
642
|
},
|
643
643
|
{
|
644
|
-
"expected" => "ValidationException",
|
645
644
|
"matcher" => "error",
|
646
|
-
"state" => "failure"
|
645
|
+
"state" => "failure",
|
646
|
+
"expected" => "ValidationException"
|
647
647
|
}
|
648
648
|
]
|
649
649
|
)
|
@@ -678,27 +678,27 @@ module Aws::SageMaker
|
|
678
678
|
operation_name: :describe_transform_job,
|
679
679
|
acceptors: [
|
680
680
|
{
|
681
|
-
"expected" => "Completed",
|
682
681
|
"matcher" => "path",
|
682
|
+
"argument" => "transform_job_status",
|
683
683
|
"state" => "success",
|
684
|
-
"
|
684
|
+
"expected" => "Completed"
|
685
685
|
},
|
686
686
|
{
|
687
|
-
"expected" => "Stopped",
|
688
687
|
"matcher" => "path",
|
688
|
+
"argument" => "transform_job_status",
|
689
689
|
"state" => "success",
|
690
|
-
"
|
690
|
+
"expected" => "Stopped"
|
691
691
|
},
|
692
692
|
{
|
693
|
-
"expected" => "Failed",
|
694
693
|
"matcher" => "path",
|
694
|
+
"argument" => "transform_job_status",
|
695
695
|
"state" => "failure",
|
696
|
-
"
|
696
|
+
"expected" => "Failed"
|
697
697
|
},
|
698
698
|
{
|
699
|
-
"expected" => "ValidationException",
|
700
699
|
"matcher" => "error",
|
701
|
-
"state" => "failure"
|
700
|
+
"state" => "failure",
|
701
|
+
"expected" => "ValidationException"
|
702
702
|
}
|
703
703
|
]
|
704
704
|
)
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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: {
|