aws-sdk-sagemaker 1.319.0 → 1.320.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 +226 -34
- data/lib/aws-sdk-sagemaker/client_api.rb +121 -0
- data/lib/aws-sdk-sagemaker/types.rb +405 -25
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +95 -18
- data/sig/types.rbs +100 -8
- metadata +1 -1
@@ -4732,13 +4732,12 @@ module Aws::SageMaker
|
|
4732
4732
|
# @return [String]
|
4733
4733
|
#
|
4734
4734
|
# @!attribute [rw] cluster_arn
|
4735
|
-
# The Amazon Resource Name (ARN) of the
|
4736
|
-
#
|
4735
|
+
# The Amazon Resource Name (ARN) of the HyperPod cluster associated
|
4736
|
+
# with the event.
|
4737
4737
|
# @return [String]
|
4738
4738
|
#
|
4739
4739
|
# @!attribute [rw] cluster_name
|
4740
|
-
# The name of the
|
4741
|
-
# event.
|
4740
|
+
# The name of the HyperPod cluster associated with the event.
|
4742
4741
|
# @return [String]
|
4743
4742
|
#
|
4744
4743
|
# @!attribute [rw] instance_group_name
|
@@ -4752,7 +4751,7 @@ module Aws::SageMaker
|
|
4752
4751
|
#
|
4753
4752
|
# @!attribute [rw] resource_type
|
4754
4753
|
# The type of resource associated with the event. Valid values are
|
4755
|
-
#
|
4754
|
+
# `Cluster`, `InstanceGroup`, or `Instance`.
|
4756
4755
|
# @return [String]
|
4757
4756
|
#
|
4758
4757
|
# @!attribute [rw] event_time
|
@@ -4784,20 +4783,19 @@ module Aws::SageMaker
|
|
4784
4783
|
include Aws::Structure
|
4785
4784
|
end
|
4786
4785
|
|
4787
|
-
# A summary of an event in a
|
4786
|
+
# A summary of an event in a HyperPod cluster.
|
4788
4787
|
#
|
4789
4788
|
# @!attribute [rw] event_id
|
4790
4789
|
# The unique identifier (UUID) of the event.
|
4791
4790
|
# @return [String]
|
4792
4791
|
#
|
4793
4792
|
# @!attribute [rw] cluster_arn
|
4794
|
-
# The Amazon Resource Name (ARN) of the
|
4795
|
-
#
|
4793
|
+
# The Amazon Resource Name (ARN) of the HyperPod cluster associated
|
4794
|
+
# with the event.
|
4796
4795
|
# @return [String]
|
4797
4796
|
#
|
4798
4797
|
# @!attribute [rw] cluster_name
|
4799
|
-
# The name of the
|
4800
|
-
# event.
|
4798
|
+
# The name of the HyperPod cluster associated with the event.
|
4801
4799
|
# @return [String]
|
4802
4800
|
#
|
4803
4801
|
# @!attribute [rw] instance_group_name
|
@@ -4806,12 +4804,13 @@ module Aws::SageMaker
|
|
4806
4804
|
# @return [String]
|
4807
4805
|
#
|
4808
4806
|
# @!attribute [rw] instance_id
|
4809
|
-
# The EC2 instance ID associated with
|
4807
|
+
# The Amazon Elastic Compute Cloud (EC2) instance ID associated with
|
4808
|
+
# the event, if applicable.
|
4810
4809
|
# @return [String]
|
4811
4810
|
#
|
4812
4811
|
# @!attribute [rw] resource_type
|
4813
4812
|
# The type of resource associated with the event. Valid values are
|
4814
|
-
#
|
4813
|
+
# `Cluster`, `InstanceGroup`, or `Instance`.
|
4815
4814
|
# @return [String]
|
4816
4815
|
#
|
4817
4816
|
# @!attribute [rw] event_time
|
@@ -5222,9 +5221,9 @@ module Aws::SageMaker
|
|
5222
5221
|
include Aws::Structure
|
5223
5222
|
end
|
5224
5223
|
|
5225
|
-
# Metadata information about a
|
5226
|
-
#
|
5227
|
-
#
|
5224
|
+
# Metadata information about a HyperPod cluster showing information
|
5225
|
+
# about the cluster level operations, such as creating, updating, and
|
5226
|
+
# deleting.
|
5228
5227
|
#
|
5229
5228
|
# @!attribute [rw] failure_message
|
5230
5229
|
# An error message describing why the cluster level operation (such as
|
@@ -5233,14 +5232,14 @@ module Aws::SageMaker
|
|
5233
5232
|
#
|
5234
5233
|
# @!attribute [rw] eks_role_access_entries
|
5235
5234
|
# A list of Amazon EKS IAM role ARNs associated with the cluster. This
|
5236
|
-
# is created by
|
5237
|
-
#
|
5235
|
+
# is created by HyperPod on your behalf and only applies for EKS
|
5236
|
+
# orchestrated clusters.
|
5238
5237
|
# @return [Array<String>]
|
5239
5238
|
#
|
5240
5239
|
# @!attribute [rw] slr_access_entry
|
5241
5240
|
# The Service-Linked Role (SLR) associated with the cluster. This is
|
5242
|
-
# created by
|
5243
|
-
#
|
5241
|
+
# created by HyperPod on your behalf and only applies for EKS
|
5242
|
+
# orchestrated clusters.
|
5244
5243
|
# @return [String]
|
5245
5244
|
#
|
5246
5245
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterMetadata AWS API Documentation
|
@@ -5337,6 +5336,10 @@ module Aws::SageMaker
|
|
5337
5336
|
# The ID of the Amazon Machine Image (AMI) desired for the node.
|
5338
5337
|
# @return [String]
|
5339
5338
|
#
|
5339
|
+
# @!attribute [rw] ultra_server_info
|
5340
|
+
# Contains information about the UltraServer.
|
5341
|
+
# @return [Types::UltraServerInfo]
|
5342
|
+
#
|
5340
5343
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterNodeDetails AWS API Documentation
|
5341
5344
|
#
|
5342
5345
|
class ClusterNodeDetails < Struct.new(
|
@@ -5356,7 +5359,8 @@ module Aws::SageMaker
|
|
5356
5359
|
:private_dns_hostname,
|
5357
5360
|
:placement,
|
5358
5361
|
:current_image_id,
|
5359
|
-
:desired_image_id
|
5362
|
+
:desired_image_id,
|
5363
|
+
:ultra_server_info)
|
5360
5364
|
SENSITIVE = []
|
5361
5365
|
include Aws::Structure
|
5362
5366
|
end
|
@@ -5398,6 +5402,10 @@ module Aws::SageMaker
|
|
5398
5402
|
# The status of the instance.
|
5399
5403
|
# @return [Types::ClusterInstanceStatusDetails]
|
5400
5404
|
#
|
5405
|
+
# @!attribute [rw] ultra_server_info
|
5406
|
+
# Contains information about the UltraServer.
|
5407
|
+
# @return [Types::UltraServerInfo]
|
5408
|
+
#
|
5401
5409
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterNodeSummary AWS API Documentation
|
5402
5410
|
#
|
5403
5411
|
class ClusterNodeSummary < Struct.new(
|
@@ -5407,7 +5415,8 @@ module Aws::SageMaker
|
|
5407
5415
|
:instance_type,
|
5408
5416
|
:launch_time,
|
5409
5417
|
:last_software_update_time,
|
5410
|
-
:instance_status
|
5418
|
+
:instance_status,
|
5419
|
+
:ultra_server_info)
|
5411
5420
|
SENSITIVE = []
|
5412
5421
|
include Aws::Structure
|
5413
5422
|
end
|
@@ -7225,7 +7234,7 @@ module Aws::SageMaker
|
|
7225
7234
|
# @!attribute [rw] orchestrator
|
7226
7235
|
# The type of orchestrator to use for the SageMaker HyperPod cluster.
|
7227
7236
|
# Currently, the only supported value is `"eks"`, which is to use an
|
7228
|
-
# Amazon Elastic Kubernetes Service
|
7237
|
+
# Amazon Elastic Kubernetes Service cluster as the orchestrator.
|
7229
7238
|
# @return [Types::ClusterOrchestrator]
|
7230
7239
|
#
|
7231
7240
|
# @!attribute [rw] node_recovery
|
@@ -11619,6 +11628,11 @@ module Aws::SageMaker
|
|
11619
11628
|
# creating this plan.
|
11620
11629
|
# @return [String]
|
11621
11630
|
#
|
11631
|
+
# @!attribute [rw] spare_instance_count_per_ultra_server
|
11632
|
+
# Number of spare instances to reserve per UltraServer for enhanced
|
11633
|
+
# resiliency. Default is 1.
|
11634
|
+
# @return [Integer]
|
11635
|
+
#
|
11622
11636
|
# @!attribute [rw] tags
|
11623
11637
|
# An array of key-value pairs to apply to this training plan.
|
11624
11638
|
# @return [Array<Types::Tag>]
|
@@ -11628,6 +11642,7 @@ module Aws::SageMaker
|
|
11628
11642
|
class CreateTrainingPlanRequest < Struct.new(
|
11629
11643
|
:training_plan_name,
|
11630
11644
|
:training_plan_offering_id,
|
11645
|
+
:spare_instance_count_per_ultra_server,
|
11631
11646
|
:tags)
|
11632
11647
|
SENSITIVE = []
|
11633
11648
|
include Aws::Structure
|
@@ -19681,6 +19696,94 @@ module Aws::SageMaker
|
|
19681
19696
|
include Aws::Structure
|
19682
19697
|
end
|
19683
19698
|
|
19699
|
+
# @!attribute [rw] reserved_capacity_arn
|
19700
|
+
# ARN of the reserved capacity to describe.
|
19701
|
+
# @return [String]
|
19702
|
+
#
|
19703
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeReservedCapacityRequest AWS API Documentation
|
19704
|
+
#
|
19705
|
+
class DescribeReservedCapacityRequest < Struct.new(
|
19706
|
+
:reserved_capacity_arn)
|
19707
|
+
SENSITIVE = []
|
19708
|
+
include Aws::Structure
|
19709
|
+
end
|
19710
|
+
|
19711
|
+
# @!attribute [rw] reserved_capacity_arn
|
19712
|
+
# ARN of the reserved capacity.
|
19713
|
+
# @return [String]
|
19714
|
+
#
|
19715
|
+
# @!attribute [rw] reserved_capacity_type
|
19716
|
+
# The type of reserved capacity.
|
19717
|
+
# @return [String]
|
19718
|
+
#
|
19719
|
+
# @!attribute [rw] status
|
19720
|
+
# The current status of the reserved capacity.
|
19721
|
+
# @return [String]
|
19722
|
+
#
|
19723
|
+
# @!attribute [rw] availability_zone
|
19724
|
+
# The Availability Zone where the reserved capacity is provisioned.
|
19725
|
+
# @return [String]
|
19726
|
+
#
|
19727
|
+
# @!attribute [rw] duration_hours
|
19728
|
+
# The total duration of the reserved capacity in hours.
|
19729
|
+
# @return [Integer]
|
19730
|
+
#
|
19731
|
+
# @!attribute [rw] duration_minutes
|
19732
|
+
# The number of minutes for the duration of the reserved capacity. For
|
19733
|
+
# example, if a reserved capacity starts at 08:55 and ends at 11:30,
|
19734
|
+
# the minutes field would be 35.
|
19735
|
+
# @return [Integer]
|
19736
|
+
#
|
19737
|
+
# @!attribute [rw] start_time
|
19738
|
+
# The timestamp when the reserved capacity becomes active.
|
19739
|
+
# @return [Time]
|
19740
|
+
#
|
19741
|
+
# @!attribute [rw] end_time
|
19742
|
+
# The timestamp when the reserved capacity expires.
|
19743
|
+
# @return [Time]
|
19744
|
+
#
|
19745
|
+
# @!attribute [rw] instance_type
|
19746
|
+
# The Amazon EC2 instance type used in the reserved capacity.
|
19747
|
+
# @return [String]
|
19748
|
+
#
|
19749
|
+
# @!attribute [rw] total_instance_count
|
19750
|
+
# The total number of instances allocated to this reserved capacity.
|
19751
|
+
# @return [Integer]
|
19752
|
+
#
|
19753
|
+
# @!attribute [rw] available_instance_count
|
19754
|
+
# The number of instances currently available for use in this reserved
|
19755
|
+
# capacity.
|
19756
|
+
# @return [Integer]
|
19757
|
+
#
|
19758
|
+
# @!attribute [rw] in_use_instance_count
|
19759
|
+
# The number of instances currently in use from this reserved
|
19760
|
+
# capacity.
|
19761
|
+
# @return [Integer]
|
19762
|
+
#
|
19763
|
+
# @!attribute [rw] ultra_server_summary
|
19764
|
+
# A summary of the UltraServer associated with this reserved capacity.
|
19765
|
+
# @return [Types::UltraServerSummary]
|
19766
|
+
#
|
19767
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeReservedCapacityResponse AWS API Documentation
|
19768
|
+
#
|
19769
|
+
class DescribeReservedCapacityResponse < Struct.new(
|
19770
|
+
:reserved_capacity_arn,
|
19771
|
+
:reserved_capacity_type,
|
19772
|
+
:status,
|
19773
|
+
:availability_zone,
|
19774
|
+
:duration_hours,
|
19775
|
+
:duration_minutes,
|
19776
|
+
:start_time,
|
19777
|
+
:end_time,
|
19778
|
+
:instance_type,
|
19779
|
+
:total_instance_count,
|
19780
|
+
:available_instance_count,
|
19781
|
+
:in_use_instance_count,
|
19782
|
+
:ultra_server_summary)
|
19783
|
+
SENSITIVE = []
|
19784
|
+
include Aws::Structure
|
19785
|
+
end
|
19786
|
+
|
19684
19787
|
# @!attribute [rw] domain_id
|
19685
19788
|
# The ID of the associated domain.
|
19686
19789
|
# @return [String]
|
@@ -20348,6 +20451,19 @@ module Aws::SageMaker
|
|
20348
20451
|
# The number of instances currently in use from this training plan.
|
20349
20452
|
# @return [Integer]
|
20350
20453
|
#
|
20454
|
+
# @!attribute [rw] unhealthy_instance_count
|
20455
|
+
# The number of instances in the training plan that are currently in
|
20456
|
+
# an unhealthy state.
|
20457
|
+
# @return [Integer]
|
20458
|
+
#
|
20459
|
+
# @!attribute [rw] available_spare_instance_count
|
20460
|
+
# The number of available spare instances in the training plan.
|
20461
|
+
# @return [Integer]
|
20462
|
+
#
|
20463
|
+
# @!attribute [rw] total_ultra_server_count
|
20464
|
+
# The total number of UltraServers reserved to this training plan.
|
20465
|
+
# @return [Integer]
|
20466
|
+
#
|
20351
20467
|
# @!attribute [rw] target_resources
|
20352
20468
|
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
20353
20469
|
# HyperPod) that can use this training plan.
|
@@ -20382,6 +20498,9 @@ module Aws::SageMaker
|
|
20382
20498
|
:total_instance_count,
|
20383
20499
|
:available_instance_count,
|
20384
20500
|
:in_use_instance_count,
|
20501
|
+
:unhealthy_instance_count,
|
20502
|
+
:available_spare_instance_count,
|
20503
|
+
:total_ultra_server_count,
|
20385
20504
|
:target_resources,
|
20386
20505
|
:reserved_capacity_summaries)
|
20387
20506
|
SENSITIVE = []
|
@@ -28051,8 +28170,7 @@ module Aws::SageMaker
|
|
28051
28170
|
include Aws::Structure
|
28052
28171
|
end
|
28053
28172
|
|
28054
|
-
# Metadata information about an instance group in a
|
28055
|
-
# cluster.
|
28173
|
+
# Metadata information about an instance group in a HyperPod cluster.
|
28056
28174
|
#
|
28057
28175
|
# @!attribute [rw] failure_message
|
28058
28176
|
# An error message describing why the instance group level operation
|
@@ -28180,6 +28298,30 @@ module Aws::SageMaker
|
|
28180
28298
|
include Aws::Structure
|
28181
28299
|
end
|
28182
28300
|
|
28301
|
+
# Configuration for how instances are placed and allocated within
|
28302
|
+
# UltraServers. This is only applicable for UltraServer capacity.
|
28303
|
+
#
|
28304
|
+
# @!attribute [rw] enable_multiple_jobs
|
28305
|
+
# If set to true, allows multiple jobs to share the same UltraServer
|
28306
|
+
# instances. If set to false, ensures this job's instances are placed
|
28307
|
+
# on an UltraServer exclusively, with no other jobs sharing the same
|
28308
|
+
# UltraServer. Default is false.
|
28309
|
+
# @return [Boolean]
|
28310
|
+
#
|
28311
|
+
# @!attribute [rw] placement_specifications
|
28312
|
+
# A list of specifications for how instances should be placed on
|
28313
|
+
# specific UltraServers. Maximum of 10 items is supported.
|
28314
|
+
# @return [Array<Types::PlacementSpecification>]
|
28315
|
+
#
|
28316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstancePlacementConfig AWS API Documentation
|
28317
|
+
#
|
28318
|
+
class InstancePlacementConfig < Struct.new(
|
28319
|
+
:enable_multiple_jobs,
|
28320
|
+
:placement_specifications)
|
28321
|
+
SENSITIVE = []
|
28322
|
+
include Aws::Structure
|
28323
|
+
end
|
28324
|
+
|
28183
28325
|
# For a hyperparameter of the integer type, specifies the range that a
|
28184
28326
|
# hyperparameter tuning job searches.
|
28185
28327
|
#
|
@@ -35007,6 +35149,49 @@ module Aws::SageMaker
|
|
35007
35149
|
include Aws::Structure
|
35008
35150
|
end
|
35009
35151
|
|
35152
|
+
# @!attribute [rw] reserved_capacity_arn
|
35153
|
+
# The ARN of the reserved capacity to list UltraServers for.
|
35154
|
+
# @return [String]
|
35155
|
+
#
|
35156
|
+
# @!attribute [rw] max_results
|
35157
|
+
# The maximum number of UltraServers to return in the response. The
|
35158
|
+
# default value is 10.
|
35159
|
+
# @return [Integer]
|
35160
|
+
#
|
35161
|
+
# @!attribute [rw] next_token
|
35162
|
+
# If the previous response was truncated, you receive this token. Use
|
35163
|
+
# it in your next request to receive the next set of results.
|
35164
|
+
# @return [String]
|
35165
|
+
#
|
35166
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUltraServersByReservedCapacityRequest AWS API Documentation
|
35167
|
+
#
|
35168
|
+
class ListUltraServersByReservedCapacityRequest < Struct.new(
|
35169
|
+
:reserved_capacity_arn,
|
35170
|
+
:max_results,
|
35171
|
+
:next_token)
|
35172
|
+
SENSITIVE = []
|
35173
|
+
include Aws::Structure
|
35174
|
+
end
|
35175
|
+
|
35176
|
+
# @!attribute [rw] next_token
|
35177
|
+
# If the response is truncated, SageMaker returns this token. Use it
|
35178
|
+
# in the next request to retrieve the next set of UltraServers.
|
35179
|
+
# @return [String]
|
35180
|
+
#
|
35181
|
+
# @!attribute [rw] ultra_servers
|
35182
|
+
# A list of UltraServers that are part of the specified reserved
|
35183
|
+
# capacity.
|
35184
|
+
# @return [Array<Types::UltraServer>]
|
35185
|
+
#
|
35186
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUltraServersByReservedCapacityResponse AWS API Documentation
|
35187
|
+
#
|
35188
|
+
class ListUltraServersByReservedCapacityResponse < Struct.new(
|
35189
|
+
:next_token,
|
35190
|
+
:ultra_servers)
|
35191
|
+
SENSITIVE = []
|
35192
|
+
include Aws::Structure
|
35193
|
+
end
|
35194
|
+
|
35010
35195
|
# @!attribute [rw] next_token
|
35011
35196
|
# If the previous response was truncated, you will receive this token.
|
35012
35197
|
# Use it in your next request to receive the next set of results.
|
@@ -40564,6 +40749,27 @@ module Aws::SageMaker
|
|
40564
40749
|
include Aws::Structure
|
40565
40750
|
end
|
40566
40751
|
|
40752
|
+
# Specifies how instances should be placed on a specific UltraServer.
|
40753
|
+
#
|
40754
|
+
# @!attribute [rw] ultra_server_id
|
40755
|
+
# The unique identifier of the UltraServer where instances should be
|
40756
|
+
# placed.
|
40757
|
+
# @return [String]
|
40758
|
+
#
|
40759
|
+
# @!attribute [rw] instance_count
|
40760
|
+
# The number of ML compute instances required to be placed together on
|
40761
|
+
# the same UltraServer. Minimum value of 1.
|
40762
|
+
# @return [Integer]
|
40763
|
+
#
|
40764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PlacementSpecification AWS API Documentation
|
40765
|
+
#
|
40766
|
+
class PlacementSpecification < Struct.new(
|
40767
|
+
:ultra_server_id,
|
40768
|
+
:instance_count)
|
40769
|
+
SENSITIVE = []
|
40770
|
+
include Aws::Structure
|
40771
|
+
end
|
40772
|
+
|
40567
40773
|
# A specification for a predefined metric.
|
40568
40774
|
#
|
40569
40775
|
# @!attribute [rw] predefined_metric_type
|
@@ -43442,6 +43648,20 @@ module Aws::SageMaker
|
|
43442
43648
|
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
43443
43649
|
# ` CreateTrainingPlan `.
|
43444
43650
|
#
|
43651
|
+
# @!attribute [rw] reserved_capacity_type
|
43652
|
+
# The type of reserved capacity offering.
|
43653
|
+
# @return [String]
|
43654
|
+
#
|
43655
|
+
# @!attribute [rw] ultra_server_type
|
43656
|
+
# The type of UltraServer included in this reserved capacity offering,
|
43657
|
+
# such as ml.u-p6e-gb200x72.
|
43658
|
+
# @return [String]
|
43659
|
+
#
|
43660
|
+
# @!attribute [rw] ultra_server_count
|
43661
|
+
# The number of UltraServers included in this reserved capacity
|
43662
|
+
# offering.
|
43663
|
+
# @return [Integer]
|
43664
|
+
#
|
43445
43665
|
# @!attribute [rw] instance_type
|
43446
43666
|
# The instance type for the reserved capacity offering.
|
43447
43667
|
# @return [String]
|
@@ -43475,6 +43695,9 @@ module Aws::SageMaker
|
|
43475
43695
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ReservedCapacityOffering AWS API Documentation
|
43476
43696
|
#
|
43477
43697
|
class ReservedCapacityOffering < Struct.new(
|
43698
|
+
:reserved_capacity_type,
|
43699
|
+
:ultra_server_type,
|
43700
|
+
:ultra_server_count,
|
43478
43701
|
:instance_type,
|
43479
43702
|
:instance_count,
|
43480
43703
|
:availability_zone,
|
@@ -43496,6 +43719,19 @@ module Aws::SageMaker
|
|
43496
43719
|
# The Amazon Resource Name (ARN); of the reserved capacity.
|
43497
43720
|
# @return [String]
|
43498
43721
|
#
|
43722
|
+
# @!attribute [rw] reserved_capacity_type
|
43723
|
+
# The type of reserved capacity.
|
43724
|
+
# @return [String]
|
43725
|
+
#
|
43726
|
+
# @!attribute [rw] ultra_server_type
|
43727
|
+
# The type of UltraServer included in this reserved capacity, such as
|
43728
|
+
# ml.u-p6e-gb200x72.
|
43729
|
+
# @return [String]
|
43730
|
+
#
|
43731
|
+
# @!attribute [rw] ultra_server_count
|
43732
|
+
# The number of UltraServers included in this reserved capacity.
|
43733
|
+
# @return [Integer]
|
43734
|
+
#
|
43499
43735
|
# @!attribute [rw] instance_type
|
43500
43736
|
# The instance type for the reserved capacity.
|
43501
43737
|
# @return [String]
|
@@ -43534,6 +43770,9 @@ module Aws::SageMaker
|
|
43534
43770
|
#
|
43535
43771
|
class ReservedCapacitySummary < Struct.new(
|
43536
43772
|
:reserved_capacity_arn,
|
43773
|
+
:reserved_capacity_type,
|
43774
|
+
:ultra_server_type,
|
43775
|
+
:ultra_server_count,
|
43537
43776
|
:instance_type,
|
43538
43777
|
:total_instance_count,
|
43539
43778
|
:status,
|
@@ -43706,6 +43945,12 @@ module Aws::SageMaker
|
|
43706
43945
|
# resource configuration.
|
43707
43946
|
# @return [String]
|
43708
43947
|
#
|
43948
|
+
# @!attribute [rw] instance_placement_config
|
43949
|
+
# Configuration for how training job instances are placed and
|
43950
|
+
# allocated within UltraServers. Only applicable for UltraServer
|
43951
|
+
# capacity.
|
43952
|
+
# @return [Types::InstancePlacementConfig]
|
43953
|
+
#
|
43709
43954
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
43710
43955
|
#
|
43711
43956
|
class ResourceConfig < Struct.new(
|
@@ -43715,7 +43960,8 @@ module Aws::SageMaker
|
|
43715
43960
|
:volume_kms_key_id,
|
43716
43961
|
:keep_alive_period_in_seconds,
|
43717
43962
|
:instance_groups,
|
43718
|
-
:training_plan_arn
|
43963
|
+
:training_plan_arn,
|
43964
|
+
:instance_placement_config)
|
43719
43965
|
SENSITIVE = []
|
43720
43966
|
include Aws::Structure
|
43721
43967
|
end
|
@@ -44891,6 +45137,14 @@ module Aws::SageMaker
|
|
44891
45137
|
# match your requirements.
|
44892
45138
|
# @return [Integer]
|
44893
45139
|
#
|
45140
|
+
# @!attribute [rw] ultra_server_type
|
45141
|
+
# The type of UltraServer to search for, such as ml.u-p6e-gb200x72.
|
45142
|
+
# @return [String]
|
45143
|
+
#
|
45144
|
+
# @!attribute [rw] ultra_server_count
|
45145
|
+
# The number of UltraServers to search for.
|
45146
|
+
# @return [Integer]
|
45147
|
+
#
|
44894
45148
|
# @!attribute [rw] start_time_after
|
44895
45149
|
# A filter to search for training plan offerings with a start time
|
44896
45150
|
# after a specified date.
|
@@ -44923,6 +45177,8 @@ module Aws::SageMaker
|
|
44923
45177
|
class SearchTrainingPlanOfferingsRequest < Struct.new(
|
44924
45178
|
:instance_type,
|
44925
45179
|
:instance_count,
|
45180
|
+
:ultra_server_type,
|
45181
|
+
:ultra_server_count,
|
44926
45182
|
:start_time_after,
|
44927
45183
|
:end_time_before,
|
44928
45184
|
:duration_hours,
|
@@ -48274,6 +48530,10 @@ module Aws::SageMaker
|
|
48274
48530
|
# The number of instances currently in use from this training plan.
|
48275
48531
|
# @return [Integer]
|
48276
48532
|
#
|
48533
|
+
# @!attribute [rw] total_ultra_server_count
|
48534
|
+
# The total number of UltraServers allocated to this training plan.
|
48535
|
+
# @return [Integer]
|
48536
|
+
#
|
48277
48537
|
# @!attribute [rw] target_resources
|
48278
48538
|
# The target resources (e.g., training jobs, HyperPod clusters) that
|
48279
48539
|
# can use this training plan.
|
@@ -48309,6 +48569,7 @@ module Aws::SageMaker
|
|
48309
48569
|
:total_instance_count,
|
48310
48570
|
:available_instance_count,
|
48311
48571
|
:in_use_instance_count,
|
48572
|
+
:total_ultra_server_count,
|
48312
48573
|
:target_resources,
|
48313
48574
|
:reserved_capacity_summaries)
|
48314
48575
|
SENSITIVE = []
|
@@ -49823,6 +50084,125 @@ module Aws::SageMaker
|
|
49823
50084
|
include Aws::Structure
|
49824
50085
|
end
|
49825
50086
|
|
50087
|
+
# Represents a high-performance compute server used for distributed
|
50088
|
+
# training in SageMaker AI. An UltraServer consists of multiple
|
50089
|
+
# instances within a shared NVLink interconnect domain.
|
50090
|
+
#
|
50091
|
+
# @!attribute [rw] ultra_server_id
|
50092
|
+
# The unique identifier for the UltraServer.
|
50093
|
+
# @return [String]
|
50094
|
+
#
|
50095
|
+
# @!attribute [rw] ultra_server_type
|
50096
|
+
# The type of UltraServer, such as ml.u-p6e-gb200x72.
|
50097
|
+
# @return [String]
|
50098
|
+
#
|
50099
|
+
# @!attribute [rw] availability_zone
|
50100
|
+
# The name of the Availability Zone where the UltraServer is
|
50101
|
+
# provisioned.
|
50102
|
+
# @return [String]
|
50103
|
+
#
|
50104
|
+
# @!attribute [rw] instance_type
|
50105
|
+
# The Amazon EC2 instance type used in the UltraServer.
|
50106
|
+
# @return [String]
|
50107
|
+
#
|
50108
|
+
# @!attribute [rw] total_instance_count
|
50109
|
+
# The total number of instances in this UltraServer.
|
50110
|
+
# @return [Integer]
|
50111
|
+
#
|
50112
|
+
# @!attribute [rw] configured_spare_instance_count
|
50113
|
+
# The number of spare instances configured for this UltraServer to
|
50114
|
+
# provide enhanced resiliency.
|
50115
|
+
# @return [Integer]
|
50116
|
+
#
|
50117
|
+
# @!attribute [rw] available_instance_count
|
50118
|
+
# The number of instances currently available for use in this
|
50119
|
+
# UltraServer.
|
50120
|
+
# @return [Integer]
|
50121
|
+
#
|
50122
|
+
# @!attribute [rw] in_use_instance_count
|
50123
|
+
# The number of instances currently in use in this UltraServer.
|
50124
|
+
# @return [Integer]
|
50125
|
+
#
|
50126
|
+
# @!attribute [rw] available_spare_instance_count
|
50127
|
+
# The number of available spare instances in the UltraServer.
|
50128
|
+
# @return [Integer]
|
50129
|
+
#
|
50130
|
+
# @!attribute [rw] unhealthy_instance_count
|
50131
|
+
# The number of instances in this UltraServer that are currently in an
|
50132
|
+
# unhealthy state.
|
50133
|
+
# @return [Integer]
|
50134
|
+
#
|
50135
|
+
# @!attribute [rw] health_status
|
50136
|
+
# The overall health status of the UltraServer.
|
50137
|
+
# @return [String]
|
50138
|
+
#
|
50139
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServer AWS API Documentation
|
50140
|
+
#
|
50141
|
+
class UltraServer < Struct.new(
|
50142
|
+
:ultra_server_id,
|
50143
|
+
:ultra_server_type,
|
50144
|
+
:availability_zone,
|
50145
|
+
:instance_type,
|
50146
|
+
:total_instance_count,
|
50147
|
+
:configured_spare_instance_count,
|
50148
|
+
:available_instance_count,
|
50149
|
+
:in_use_instance_count,
|
50150
|
+
:available_spare_instance_count,
|
50151
|
+
:unhealthy_instance_count,
|
50152
|
+
:health_status)
|
50153
|
+
SENSITIVE = []
|
50154
|
+
include Aws::Structure
|
50155
|
+
end
|
50156
|
+
|
50157
|
+
# Contains information about the UltraServer object.
|
50158
|
+
#
|
50159
|
+
# @!attribute [rw] id
|
50160
|
+
# The unique identifier of the UltraServer.
|
50161
|
+
# @return [String]
|
50162
|
+
#
|
50163
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServerInfo AWS API Documentation
|
50164
|
+
#
|
50165
|
+
class UltraServerInfo < Struct.new(
|
50166
|
+
:id)
|
50167
|
+
SENSITIVE = []
|
50168
|
+
include Aws::Structure
|
50169
|
+
end
|
50170
|
+
|
50171
|
+
# A summary of UltraServer resources and their current status.
|
50172
|
+
#
|
50173
|
+
# @!attribute [rw] ultra_server_type
|
50174
|
+
# The type of UltraServer, such as ml.u-p6e-gb200x72.
|
50175
|
+
# @return [String]
|
50176
|
+
#
|
50177
|
+
# @!attribute [rw] instance_type
|
50178
|
+
# The Amazon EC2 instance type used in the UltraServer.
|
50179
|
+
# @return [String]
|
50180
|
+
#
|
50181
|
+
# @!attribute [rw] ultra_server_count
|
50182
|
+
# The number of UltraServers of this type.
|
50183
|
+
# @return [Integer]
|
50184
|
+
#
|
50185
|
+
# @!attribute [rw] available_spare_instance_count
|
50186
|
+
# The number of available spare instances in the UltraServers.
|
50187
|
+
# @return [Integer]
|
50188
|
+
#
|
50189
|
+
# @!attribute [rw] unhealthy_instance_count
|
50190
|
+
# The total number of instances across all UltraServers of this type
|
50191
|
+
# that are currently in an unhealthy state.
|
50192
|
+
# @return [Integer]
|
50193
|
+
#
|
50194
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServerSummary AWS API Documentation
|
50195
|
+
#
|
50196
|
+
class UltraServerSummary < Struct.new(
|
50197
|
+
:ultra_server_type,
|
50198
|
+
:instance_type,
|
50199
|
+
:ultra_server_count,
|
50200
|
+
:available_spare_instance_count,
|
50201
|
+
:unhealthy_instance_count)
|
50202
|
+
SENSITIVE = []
|
50203
|
+
include Aws::Structure
|
50204
|
+
end
|
50205
|
+
|
49826
50206
|
# The settings that apply to an Amazon SageMaker AI domain when you use
|
49827
50207
|
# it in Amazon SageMaker Unified Studio.
|
49828
50208
|
#
|