aws-sdk-sagemaker 1.319.0 → 1.321.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 +237 -38
- data/lib/aws-sdk-sagemaker/client_api.rb +128 -0
- data/lib/aws-sdk-sagemaker/types.rb +460 -29
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/client.rbs +102 -18
- data/sig/types.rbs +108 -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
|
@@ -9281,10 +9290,8 @@ module Aws::SageMaker
|
|
9281
9290
|
# are using is not listed below, the attribute name *must not* end
|
9282
9291
|
# with "-ref".
|
9283
9292
|
#
|
9284
|
-
# *
|
9285
|
-
#
|
9286
|
-
# (`VerificationSemanticSegmentation`) labeling jobs for this task
|
9287
|
-
# type.
|
9293
|
+
# * Verification (`VerificationSemanticSegmentation`) labeling jobs
|
9294
|
+
# for this task type.
|
9288
9295
|
#
|
9289
9296
|
# * Video frame object detection (`VideoObjectDetection`), and
|
9290
9297
|
# adjustment and verification (`AdjustmentVideoObjectDetection`)
|
@@ -11619,6 +11626,11 @@ module Aws::SageMaker
|
|
11619
11626
|
# creating this plan.
|
11620
11627
|
# @return [String]
|
11621
11628
|
#
|
11629
|
+
# @!attribute [rw] spare_instance_count_per_ultra_server
|
11630
|
+
# Number of spare instances to reserve per UltraServer for enhanced
|
11631
|
+
# resiliency. Default is 1.
|
11632
|
+
# @return [Integer]
|
11633
|
+
#
|
11622
11634
|
# @!attribute [rw] tags
|
11623
11635
|
# An array of key-value pairs to apply to this training plan.
|
11624
11636
|
# @return [Array<Types::Tag>]
|
@@ -11628,6 +11640,7 @@ module Aws::SageMaker
|
|
11628
11640
|
class CreateTrainingPlanRequest < Struct.new(
|
11629
11641
|
:training_plan_name,
|
11630
11642
|
:training_plan_offering_id,
|
11643
|
+
:spare_instance_count_per_ultra_server,
|
11631
11644
|
:tags)
|
11632
11645
|
SENSITIVE = []
|
11633
11646
|
include Aws::Structure
|
@@ -14388,6 +14401,14 @@ module Aws::SageMaker
|
|
14388
14401
|
# The status.
|
14389
14402
|
# @return [String]
|
14390
14403
|
#
|
14404
|
+
# @!attribute [rw] effective_trusted_identity_propagation_status
|
14405
|
+
# The effective status of Trusted Identity Propagation (TIP) for this
|
14406
|
+
# application. When enabled, user identities from IAM Identity Center
|
14407
|
+
# are being propagated through the application to TIP enabled Amazon
|
14408
|
+
# Web Services services. When disabled, standard IAM role-based access
|
14409
|
+
# is used.
|
14410
|
+
# @return [String]
|
14411
|
+
#
|
14391
14412
|
# @!attribute [rw] recovery_mode
|
14392
14413
|
# Indicates whether the application is launched in recovery mode.
|
14393
14414
|
# @return [Boolean]
|
@@ -14440,6 +14461,7 @@ module Aws::SageMaker
|
|
14440
14461
|
:user_profile_name,
|
14441
14462
|
:space_name,
|
14442
14463
|
:status,
|
14464
|
+
:effective_trusted_identity_propagation_status,
|
14443
14465
|
:recovery_mode,
|
14444
14466
|
:last_health_check_timestamp,
|
14445
14467
|
:last_user_activity_timestamp,
|
@@ -19681,6 +19703,94 @@ module Aws::SageMaker
|
|
19681
19703
|
include Aws::Structure
|
19682
19704
|
end
|
19683
19705
|
|
19706
|
+
# @!attribute [rw] reserved_capacity_arn
|
19707
|
+
# ARN of the reserved capacity to describe.
|
19708
|
+
# @return [String]
|
19709
|
+
#
|
19710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeReservedCapacityRequest AWS API Documentation
|
19711
|
+
#
|
19712
|
+
class DescribeReservedCapacityRequest < Struct.new(
|
19713
|
+
:reserved_capacity_arn)
|
19714
|
+
SENSITIVE = []
|
19715
|
+
include Aws::Structure
|
19716
|
+
end
|
19717
|
+
|
19718
|
+
# @!attribute [rw] reserved_capacity_arn
|
19719
|
+
# ARN of the reserved capacity.
|
19720
|
+
# @return [String]
|
19721
|
+
#
|
19722
|
+
# @!attribute [rw] reserved_capacity_type
|
19723
|
+
# The type of reserved capacity.
|
19724
|
+
# @return [String]
|
19725
|
+
#
|
19726
|
+
# @!attribute [rw] status
|
19727
|
+
# The current status of the reserved capacity.
|
19728
|
+
# @return [String]
|
19729
|
+
#
|
19730
|
+
# @!attribute [rw] availability_zone
|
19731
|
+
# The Availability Zone where the reserved capacity is provisioned.
|
19732
|
+
# @return [String]
|
19733
|
+
#
|
19734
|
+
# @!attribute [rw] duration_hours
|
19735
|
+
# The total duration of the reserved capacity in hours.
|
19736
|
+
# @return [Integer]
|
19737
|
+
#
|
19738
|
+
# @!attribute [rw] duration_minutes
|
19739
|
+
# The number of minutes for the duration of the reserved capacity. For
|
19740
|
+
# example, if a reserved capacity starts at 08:55 and ends at 11:30,
|
19741
|
+
# the minutes field would be 35.
|
19742
|
+
# @return [Integer]
|
19743
|
+
#
|
19744
|
+
# @!attribute [rw] start_time
|
19745
|
+
# The timestamp when the reserved capacity becomes active.
|
19746
|
+
# @return [Time]
|
19747
|
+
#
|
19748
|
+
# @!attribute [rw] end_time
|
19749
|
+
# The timestamp when the reserved capacity expires.
|
19750
|
+
# @return [Time]
|
19751
|
+
#
|
19752
|
+
# @!attribute [rw] instance_type
|
19753
|
+
# The Amazon EC2 instance type used in the reserved capacity.
|
19754
|
+
# @return [String]
|
19755
|
+
#
|
19756
|
+
# @!attribute [rw] total_instance_count
|
19757
|
+
# The total number of instances allocated to this reserved capacity.
|
19758
|
+
# @return [Integer]
|
19759
|
+
#
|
19760
|
+
# @!attribute [rw] available_instance_count
|
19761
|
+
# The number of instances currently available for use in this reserved
|
19762
|
+
# capacity.
|
19763
|
+
# @return [Integer]
|
19764
|
+
#
|
19765
|
+
# @!attribute [rw] in_use_instance_count
|
19766
|
+
# The number of instances currently in use from this reserved
|
19767
|
+
# capacity.
|
19768
|
+
# @return [Integer]
|
19769
|
+
#
|
19770
|
+
# @!attribute [rw] ultra_server_summary
|
19771
|
+
# A summary of the UltraServer associated with this reserved capacity.
|
19772
|
+
# @return [Types::UltraServerSummary]
|
19773
|
+
#
|
19774
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeReservedCapacityResponse AWS API Documentation
|
19775
|
+
#
|
19776
|
+
class DescribeReservedCapacityResponse < Struct.new(
|
19777
|
+
:reserved_capacity_arn,
|
19778
|
+
:reserved_capacity_type,
|
19779
|
+
:status,
|
19780
|
+
:availability_zone,
|
19781
|
+
:duration_hours,
|
19782
|
+
:duration_minutes,
|
19783
|
+
:start_time,
|
19784
|
+
:end_time,
|
19785
|
+
:instance_type,
|
19786
|
+
:total_instance_count,
|
19787
|
+
:available_instance_count,
|
19788
|
+
:in_use_instance_count,
|
19789
|
+
:ultra_server_summary)
|
19790
|
+
SENSITIVE = []
|
19791
|
+
include Aws::Structure
|
19792
|
+
end
|
19793
|
+
|
19684
19794
|
# @!attribute [rw] domain_id
|
19685
19795
|
# The ID of the associated domain.
|
19686
19796
|
# @return [String]
|
@@ -20348,6 +20458,19 @@ module Aws::SageMaker
|
|
20348
20458
|
# The number of instances currently in use from this training plan.
|
20349
20459
|
# @return [Integer]
|
20350
20460
|
#
|
20461
|
+
# @!attribute [rw] unhealthy_instance_count
|
20462
|
+
# The number of instances in the training plan that are currently in
|
20463
|
+
# an unhealthy state.
|
20464
|
+
# @return [Integer]
|
20465
|
+
#
|
20466
|
+
# @!attribute [rw] available_spare_instance_count
|
20467
|
+
# The number of available spare instances in the training plan.
|
20468
|
+
# @return [Integer]
|
20469
|
+
#
|
20470
|
+
# @!attribute [rw] total_ultra_server_count
|
20471
|
+
# The total number of UltraServers reserved to this training plan.
|
20472
|
+
# @return [Integer]
|
20473
|
+
#
|
20351
20474
|
# @!attribute [rw] target_resources
|
20352
20475
|
# The target resources (e.g., SageMaker Training Jobs, SageMaker
|
20353
20476
|
# HyperPod) that can use this training plan.
|
@@ -20382,6 +20505,9 @@ module Aws::SageMaker
|
|
20382
20505
|
:total_instance_count,
|
20383
20506
|
:available_instance_count,
|
20384
20507
|
:in_use_instance_count,
|
20508
|
+
:unhealthy_instance_count,
|
20509
|
+
:available_spare_instance_count,
|
20510
|
+
:total_ultra_server_count,
|
20385
20511
|
:target_resources,
|
20386
20512
|
:reserved_capacity_summaries)
|
20387
20513
|
SENSITIVE = []
|
@@ -21365,6 +21491,13 @@ module Aws::SageMaker
|
|
21365
21491
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html
|
21366
21492
|
# @return [String]
|
21367
21493
|
#
|
21494
|
+
# @!attribute [rw] trusted_identity_propagation_settings
|
21495
|
+
# The Trusted Identity Propagation (TIP) settings for the SageMaker
|
21496
|
+
# domain. These settings determine how user identities from IAM
|
21497
|
+
# Identity Center are propagated through the domain to TIP enabled
|
21498
|
+
# Amazon Web Services services.
|
21499
|
+
# @return [Types::TrustedIdentityPropagationSettings]
|
21500
|
+
#
|
21368
21501
|
# @!attribute [rw] docker_settings
|
21369
21502
|
# A collection of settings that configure the domain's Docker
|
21370
21503
|
# interaction.
|
@@ -21387,6 +21520,7 @@ module Aws::SageMaker
|
|
21387
21520
|
:security_group_ids,
|
21388
21521
|
:r_studio_server_pro_domain_settings,
|
21389
21522
|
:execution_role_identity_config,
|
21523
|
+
:trusted_identity_propagation_settings,
|
21390
21524
|
:docker_settings,
|
21391
21525
|
:amazon_q_settings,
|
21392
21526
|
:unified_studio_settings)
|
@@ -21419,6 +21553,13 @@ module Aws::SageMaker
|
|
21419
21553
|
# apps.
|
21420
21554
|
# @return [Array<String>]
|
21421
21555
|
#
|
21556
|
+
# @!attribute [rw] trusted_identity_propagation_settings
|
21557
|
+
# The Trusted Identity Propagation (TIP) settings for the SageMaker
|
21558
|
+
# domain. These settings determine how user identities from IAM
|
21559
|
+
# Identity Center are propagated through the domain to TIP enabled
|
21560
|
+
# Amazon Web Services services.
|
21561
|
+
# @return [Types::TrustedIdentityPropagationSettings]
|
21562
|
+
#
|
21422
21563
|
# @!attribute [rw] docker_settings
|
21423
21564
|
# A collection of settings that configure the domain's Docker
|
21424
21565
|
# interaction.
|
@@ -21440,6 +21581,7 @@ module Aws::SageMaker
|
|
21440
21581
|
:r_studio_server_pro_domain_settings_for_update,
|
21441
21582
|
:execution_role_identity_config,
|
21442
21583
|
:security_group_ids,
|
21584
|
+
:trusted_identity_propagation_settings,
|
21443
21585
|
:docker_settings,
|
21444
21586
|
:amazon_q_settings,
|
21445
21587
|
:unified_studio_settings)
|
@@ -28051,8 +28193,7 @@ module Aws::SageMaker
|
|
28051
28193
|
include Aws::Structure
|
28052
28194
|
end
|
28053
28195
|
|
28054
|
-
# Metadata information about an instance group in a
|
28055
|
-
# cluster.
|
28196
|
+
# Metadata information about an instance group in a HyperPod cluster.
|
28056
28197
|
#
|
28057
28198
|
# @!attribute [rw] failure_message
|
28058
28199
|
# An error message describing why the instance group level operation
|
@@ -28180,6 +28321,30 @@ module Aws::SageMaker
|
|
28180
28321
|
include Aws::Structure
|
28181
28322
|
end
|
28182
28323
|
|
28324
|
+
# Configuration for how instances are placed and allocated within
|
28325
|
+
# UltraServers. This is only applicable for UltraServer capacity.
|
28326
|
+
#
|
28327
|
+
# @!attribute [rw] enable_multiple_jobs
|
28328
|
+
# If set to true, allows multiple jobs to share the same UltraServer
|
28329
|
+
# instances. If set to false, ensures this job's instances are placed
|
28330
|
+
# on an UltraServer exclusively, with no other jobs sharing the same
|
28331
|
+
# UltraServer. Default is false.
|
28332
|
+
# @return [Boolean]
|
28333
|
+
#
|
28334
|
+
# @!attribute [rw] placement_specifications
|
28335
|
+
# A list of specifications for how instances should be placed on
|
28336
|
+
# specific UltraServers. Maximum of 10 items is supported.
|
28337
|
+
# @return [Array<Types::PlacementSpecification>]
|
28338
|
+
#
|
28339
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstancePlacementConfig AWS API Documentation
|
28340
|
+
#
|
28341
|
+
class InstancePlacementConfig < Struct.new(
|
28342
|
+
:enable_multiple_jobs,
|
28343
|
+
:placement_specifications)
|
28344
|
+
SENSITIVE = []
|
28345
|
+
include Aws::Structure
|
28346
|
+
end
|
28347
|
+
|
28183
28348
|
# For a hyperparameter of the integer type, specifies the range that a
|
28184
28349
|
# hyperparameter tuning job searches.
|
28185
28350
|
#
|
@@ -35007,6 +35172,49 @@ module Aws::SageMaker
|
|
35007
35172
|
include Aws::Structure
|
35008
35173
|
end
|
35009
35174
|
|
35175
|
+
# @!attribute [rw] reserved_capacity_arn
|
35176
|
+
# The ARN of the reserved capacity to list UltraServers for.
|
35177
|
+
# @return [String]
|
35178
|
+
#
|
35179
|
+
# @!attribute [rw] max_results
|
35180
|
+
# The maximum number of UltraServers to return in the response. The
|
35181
|
+
# default value is 10.
|
35182
|
+
# @return [Integer]
|
35183
|
+
#
|
35184
|
+
# @!attribute [rw] next_token
|
35185
|
+
# If the previous response was truncated, you receive this token. Use
|
35186
|
+
# it in your next request to receive the next set of results.
|
35187
|
+
# @return [String]
|
35188
|
+
#
|
35189
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUltraServersByReservedCapacityRequest AWS API Documentation
|
35190
|
+
#
|
35191
|
+
class ListUltraServersByReservedCapacityRequest < Struct.new(
|
35192
|
+
:reserved_capacity_arn,
|
35193
|
+
:max_results,
|
35194
|
+
:next_token)
|
35195
|
+
SENSITIVE = []
|
35196
|
+
include Aws::Structure
|
35197
|
+
end
|
35198
|
+
|
35199
|
+
# @!attribute [rw] next_token
|
35200
|
+
# If the response is truncated, SageMaker returns this token. Use it
|
35201
|
+
# in the next request to retrieve the next set of UltraServers.
|
35202
|
+
# @return [String]
|
35203
|
+
#
|
35204
|
+
# @!attribute [rw] ultra_servers
|
35205
|
+
# A list of UltraServers that are part of the specified reserved
|
35206
|
+
# capacity.
|
35207
|
+
# @return [Array<Types::UltraServer>]
|
35208
|
+
#
|
35209
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUltraServersByReservedCapacityResponse AWS API Documentation
|
35210
|
+
#
|
35211
|
+
class ListUltraServersByReservedCapacityResponse < Struct.new(
|
35212
|
+
:next_token,
|
35213
|
+
:ultra_servers)
|
35214
|
+
SENSITIVE = []
|
35215
|
+
include Aws::Structure
|
35216
|
+
end
|
35217
|
+
|
35010
35218
|
# @!attribute [rw] next_token
|
35011
35219
|
# If the previous response was truncated, you will receive this token.
|
35012
35220
|
# Use it in your next request to receive the next set of results.
|
@@ -40564,6 +40772,27 @@ module Aws::SageMaker
|
|
40564
40772
|
include Aws::Structure
|
40565
40773
|
end
|
40566
40774
|
|
40775
|
+
# Specifies how instances should be placed on a specific UltraServer.
|
40776
|
+
#
|
40777
|
+
# @!attribute [rw] ultra_server_id
|
40778
|
+
# The unique identifier of the UltraServer where instances should be
|
40779
|
+
# placed.
|
40780
|
+
# @return [String]
|
40781
|
+
#
|
40782
|
+
# @!attribute [rw] instance_count
|
40783
|
+
# The number of ML compute instances required to be placed together on
|
40784
|
+
# the same UltraServer. Minimum value of 1.
|
40785
|
+
# @return [Integer]
|
40786
|
+
#
|
40787
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PlacementSpecification AWS API Documentation
|
40788
|
+
#
|
40789
|
+
class PlacementSpecification < Struct.new(
|
40790
|
+
:ultra_server_id,
|
40791
|
+
:instance_count)
|
40792
|
+
SENSITIVE = []
|
40793
|
+
include Aws::Structure
|
40794
|
+
end
|
40795
|
+
|
40567
40796
|
# A specification for a predefined metric.
|
40568
40797
|
#
|
40569
40798
|
# @!attribute [rw] predefined_metric_type
|
@@ -43442,6 +43671,20 @@ module Aws::SageMaker
|
|
43442
43671
|
# SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see
|
43443
43672
|
# ` CreateTrainingPlan `.
|
43444
43673
|
#
|
43674
|
+
# @!attribute [rw] reserved_capacity_type
|
43675
|
+
# The type of reserved capacity offering.
|
43676
|
+
# @return [String]
|
43677
|
+
#
|
43678
|
+
# @!attribute [rw] ultra_server_type
|
43679
|
+
# The type of UltraServer included in this reserved capacity offering,
|
43680
|
+
# such as ml.u-p6e-gb200x72.
|
43681
|
+
# @return [String]
|
43682
|
+
#
|
43683
|
+
# @!attribute [rw] ultra_server_count
|
43684
|
+
# The number of UltraServers included in this reserved capacity
|
43685
|
+
# offering.
|
43686
|
+
# @return [Integer]
|
43687
|
+
#
|
43445
43688
|
# @!attribute [rw] instance_type
|
43446
43689
|
# The instance type for the reserved capacity offering.
|
43447
43690
|
# @return [String]
|
@@ -43475,6 +43718,9 @@ module Aws::SageMaker
|
|
43475
43718
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ReservedCapacityOffering AWS API Documentation
|
43476
43719
|
#
|
43477
43720
|
class ReservedCapacityOffering < Struct.new(
|
43721
|
+
:reserved_capacity_type,
|
43722
|
+
:ultra_server_type,
|
43723
|
+
:ultra_server_count,
|
43478
43724
|
:instance_type,
|
43479
43725
|
:instance_count,
|
43480
43726
|
:availability_zone,
|
@@ -43496,6 +43742,19 @@ module Aws::SageMaker
|
|
43496
43742
|
# The Amazon Resource Name (ARN); of the reserved capacity.
|
43497
43743
|
# @return [String]
|
43498
43744
|
#
|
43745
|
+
# @!attribute [rw] reserved_capacity_type
|
43746
|
+
# The type of reserved capacity.
|
43747
|
+
# @return [String]
|
43748
|
+
#
|
43749
|
+
# @!attribute [rw] ultra_server_type
|
43750
|
+
# The type of UltraServer included in this reserved capacity, such as
|
43751
|
+
# ml.u-p6e-gb200x72.
|
43752
|
+
# @return [String]
|
43753
|
+
#
|
43754
|
+
# @!attribute [rw] ultra_server_count
|
43755
|
+
# The number of UltraServers included in this reserved capacity.
|
43756
|
+
# @return [Integer]
|
43757
|
+
#
|
43499
43758
|
# @!attribute [rw] instance_type
|
43500
43759
|
# The instance type for the reserved capacity.
|
43501
43760
|
# @return [String]
|
@@ -43534,6 +43793,9 @@ module Aws::SageMaker
|
|
43534
43793
|
#
|
43535
43794
|
class ReservedCapacitySummary < Struct.new(
|
43536
43795
|
:reserved_capacity_arn,
|
43796
|
+
:reserved_capacity_type,
|
43797
|
+
:ultra_server_type,
|
43798
|
+
:ultra_server_count,
|
43537
43799
|
:instance_type,
|
43538
43800
|
:total_instance_count,
|
43539
43801
|
:status,
|
@@ -43706,6 +43968,12 @@ module Aws::SageMaker
|
|
43706
43968
|
# resource configuration.
|
43707
43969
|
# @return [String]
|
43708
43970
|
#
|
43971
|
+
# @!attribute [rw] instance_placement_config
|
43972
|
+
# Configuration for how training job instances are placed and
|
43973
|
+
# allocated within UltraServers. Only applicable for UltraServer
|
43974
|
+
# capacity.
|
43975
|
+
# @return [Types::InstancePlacementConfig]
|
43976
|
+
#
|
43709
43977
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
43710
43978
|
#
|
43711
43979
|
class ResourceConfig < Struct.new(
|
@@ -43715,7 +43983,8 @@ module Aws::SageMaker
|
|
43715
43983
|
:volume_kms_key_id,
|
43716
43984
|
:keep_alive_period_in_seconds,
|
43717
43985
|
:instance_groups,
|
43718
|
-
:training_plan_arn
|
43986
|
+
:training_plan_arn,
|
43987
|
+
:instance_placement_config)
|
43719
43988
|
SENSITIVE = []
|
43720
43989
|
include Aws::Structure
|
43721
43990
|
end
|
@@ -44891,6 +45160,14 @@ module Aws::SageMaker
|
|
44891
45160
|
# match your requirements.
|
44892
45161
|
# @return [Integer]
|
44893
45162
|
#
|
45163
|
+
# @!attribute [rw] ultra_server_type
|
45164
|
+
# The type of UltraServer to search for, such as ml.u-p6e-gb200x72.
|
45165
|
+
# @return [String]
|
45166
|
+
#
|
45167
|
+
# @!attribute [rw] ultra_server_count
|
45168
|
+
# The number of UltraServers to search for.
|
45169
|
+
# @return [Integer]
|
45170
|
+
#
|
44894
45171
|
# @!attribute [rw] start_time_after
|
44895
45172
|
# A filter to search for training plan offerings with a start time
|
44896
45173
|
# after a specified date.
|
@@ -44923,6 +45200,8 @@ module Aws::SageMaker
|
|
44923
45200
|
class SearchTrainingPlanOfferingsRequest < Struct.new(
|
44924
45201
|
:instance_type,
|
44925
45202
|
:instance_count,
|
45203
|
+
:ultra_server_type,
|
45204
|
+
:ultra_server_count,
|
44926
45205
|
:start_time_after,
|
44927
45206
|
:end_time_before,
|
44928
45207
|
:duration_hours,
|
@@ -48274,6 +48553,10 @@ module Aws::SageMaker
|
|
48274
48553
|
# The number of instances currently in use from this training plan.
|
48275
48554
|
# @return [Integer]
|
48276
48555
|
#
|
48556
|
+
# @!attribute [rw] total_ultra_server_count
|
48557
|
+
# The total number of UltraServers allocated to this training plan.
|
48558
|
+
# @return [Integer]
|
48559
|
+
#
|
48277
48560
|
# @!attribute [rw] target_resources
|
48278
48561
|
# The target resources (e.g., training jobs, HyperPod clusters) that
|
48279
48562
|
# can use this training plan.
|
@@ -48309,6 +48592,7 @@ module Aws::SageMaker
|
|
48309
48592
|
:total_instance_count,
|
48310
48593
|
:available_instance_count,
|
48311
48594
|
:in_use_instance_count,
|
48595
|
+
:total_ultra_server_count,
|
48312
48596
|
:target_resources,
|
48313
48597
|
:reserved_capacity_summaries)
|
48314
48598
|
SENSITIVE = []
|
@@ -49607,6 +49891,34 @@ module Aws::SageMaker
|
|
49607
49891
|
include Aws::Structure
|
49608
49892
|
end
|
49609
49893
|
|
49894
|
+
# The Trusted Identity Propagation (TIP) settings for the SageMaker
|
49895
|
+
# domain. These settings determine how user identities from IAM Identity
|
49896
|
+
# Center are propagated through the domain to TIP enabled Amazon Web
|
49897
|
+
# Services services.
|
49898
|
+
#
|
49899
|
+
# @!attribute [rw] status
|
49900
|
+
# The status of Trusted Identity Propagation (TIP) at the SageMaker
|
49901
|
+
# domain level.
|
49902
|
+
#
|
49903
|
+
# When disabled, standard IAM role-based access is used.
|
49904
|
+
#
|
49905
|
+
# When enabled:
|
49906
|
+
#
|
49907
|
+
# * User identities from IAM Identity Center are propagated through
|
49908
|
+
# the application to TIP enabled Amazon Web Services services.
|
49909
|
+
#
|
49910
|
+
# * New applications or existing applications that are automatically
|
49911
|
+
# patched, will use the domain level configuration.
|
49912
|
+
# @return [String]
|
49913
|
+
#
|
49914
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TrustedIdentityPropagationSettings AWS API Documentation
|
49915
|
+
#
|
49916
|
+
class TrustedIdentityPropagationSettings < Struct.new(
|
49917
|
+
:status)
|
49918
|
+
SENSITIVE = []
|
49919
|
+
include Aws::Structure
|
49920
|
+
end
|
49921
|
+
|
49610
49922
|
# Time to live duration, where the record is hard deleted after the
|
49611
49923
|
# expiration time is reached; `ExpiresAt` = `EventTime` + `TtlDuration`.
|
49612
49924
|
# For information on HardDelete, see the [DeleteRecord][1] API in the
|
@@ -49823,6 +50135,125 @@ module Aws::SageMaker
|
|
49823
50135
|
include Aws::Structure
|
49824
50136
|
end
|
49825
50137
|
|
50138
|
+
# Represents a high-performance compute server used for distributed
|
50139
|
+
# training in SageMaker AI. An UltraServer consists of multiple
|
50140
|
+
# instances within a shared NVLink interconnect domain.
|
50141
|
+
#
|
50142
|
+
# @!attribute [rw] ultra_server_id
|
50143
|
+
# The unique identifier for the UltraServer.
|
50144
|
+
# @return [String]
|
50145
|
+
#
|
50146
|
+
# @!attribute [rw] ultra_server_type
|
50147
|
+
# The type of UltraServer, such as ml.u-p6e-gb200x72.
|
50148
|
+
# @return [String]
|
50149
|
+
#
|
50150
|
+
# @!attribute [rw] availability_zone
|
50151
|
+
# The name of the Availability Zone where the UltraServer is
|
50152
|
+
# provisioned.
|
50153
|
+
# @return [String]
|
50154
|
+
#
|
50155
|
+
# @!attribute [rw] instance_type
|
50156
|
+
# The Amazon EC2 instance type used in the UltraServer.
|
50157
|
+
# @return [String]
|
50158
|
+
#
|
50159
|
+
# @!attribute [rw] total_instance_count
|
50160
|
+
# The total number of instances in this UltraServer.
|
50161
|
+
# @return [Integer]
|
50162
|
+
#
|
50163
|
+
# @!attribute [rw] configured_spare_instance_count
|
50164
|
+
# The number of spare instances configured for this UltraServer to
|
50165
|
+
# provide enhanced resiliency.
|
50166
|
+
# @return [Integer]
|
50167
|
+
#
|
50168
|
+
# @!attribute [rw] available_instance_count
|
50169
|
+
# The number of instances currently available for use in this
|
50170
|
+
# UltraServer.
|
50171
|
+
# @return [Integer]
|
50172
|
+
#
|
50173
|
+
# @!attribute [rw] in_use_instance_count
|
50174
|
+
# The number of instances currently in use in this UltraServer.
|
50175
|
+
# @return [Integer]
|
50176
|
+
#
|
50177
|
+
# @!attribute [rw] available_spare_instance_count
|
50178
|
+
# The number of available spare instances in the UltraServer.
|
50179
|
+
# @return [Integer]
|
50180
|
+
#
|
50181
|
+
# @!attribute [rw] unhealthy_instance_count
|
50182
|
+
# The number of instances in this UltraServer that are currently in an
|
50183
|
+
# unhealthy state.
|
50184
|
+
# @return [Integer]
|
50185
|
+
#
|
50186
|
+
# @!attribute [rw] health_status
|
50187
|
+
# The overall health status of the UltraServer.
|
50188
|
+
# @return [String]
|
50189
|
+
#
|
50190
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServer AWS API Documentation
|
50191
|
+
#
|
50192
|
+
class UltraServer < Struct.new(
|
50193
|
+
:ultra_server_id,
|
50194
|
+
:ultra_server_type,
|
50195
|
+
:availability_zone,
|
50196
|
+
:instance_type,
|
50197
|
+
:total_instance_count,
|
50198
|
+
:configured_spare_instance_count,
|
50199
|
+
:available_instance_count,
|
50200
|
+
:in_use_instance_count,
|
50201
|
+
:available_spare_instance_count,
|
50202
|
+
:unhealthy_instance_count,
|
50203
|
+
:health_status)
|
50204
|
+
SENSITIVE = []
|
50205
|
+
include Aws::Structure
|
50206
|
+
end
|
50207
|
+
|
50208
|
+
# Contains information about the UltraServer object.
|
50209
|
+
#
|
50210
|
+
# @!attribute [rw] id
|
50211
|
+
# The unique identifier of the UltraServer.
|
50212
|
+
# @return [String]
|
50213
|
+
#
|
50214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServerInfo AWS API Documentation
|
50215
|
+
#
|
50216
|
+
class UltraServerInfo < Struct.new(
|
50217
|
+
:id)
|
50218
|
+
SENSITIVE = []
|
50219
|
+
include Aws::Structure
|
50220
|
+
end
|
50221
|
+
|
50222
|
+
# A summary of UltraServer resources and their current status.
|
50223
|
+
#
|
50224
|
+
# @!attribute [rw] ultra_server_type
|
50225
|
+
# The type of UltraServer, such as ml.u-p6e-gb200x72.
|
50226
|
+
# @return [String]
|
50227
|
+
#
|
50228
|
+
# @!attribute [rw] instance_type
|
50229
|
+
# The Amazon EC2 instance type used in the UltraServer.
|
50230
|
+
# @return [String]
|
50231
|
+
#
|
50232
|
+
# @!attribute [rw] ultra_server_count
|
50233
|
+
# The number of UltraServers of this type.
|
50234
|
+
# @return [Integer]
|
50235
|
+
#
|
50236
|
+
# @!attribute [rw] available_spare_instance_count
|
50237
|
+
# The number of available spare instances in the UltraServers.
|
50238
|
+
# @return [Integer]
|
50239
|
+
#
|
50240
|
+
# @!attribute [rw] unhealthy_instance_count
|
50241
|
+
# The total number of instances across all UltraServers of this type
|
50242
|
+
# that are currently in an unhealthy state.
|
50243
|
+
# @return [Integer]
|
50244
|
+
#
|
50245
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UltraServerSummary AWS API Documentation
|
50246
|
+
#
|
50247
|
+
class UltraServerSummary < Struct.new(
|
50248
|
+
:ultra_server_type,
|
50249
|
+
:instance_type,
|
50250
|
+
:ultra_server_count,
|
50251
|
+
:available_spare_instance_count,
|
50252
|
+
:unhealthy_instance_count)
|
50253
|
+
SENSITIVE = []
|
50254
|
+
include Aws::Structure
|
50255
|
+
end
|
50256
|
+
|
49826
50257
|
# The settings that apply to an Amazon SageMaker AI domain when you use
|
49827
50258
|
# it in Amazon SageMaker Unified Studio.
|
49828
50259
|
#
|