aws-sdk-sagemaker 1.364.0 → 1.365.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d58a94fec1e7c5cd82518381febfd25e30b229f09d042108c1dfa1e1cdfcd188
4
- data.tar.gz: cce4a99339b35777e943dafc7a1c8be789f0ee84753219ae183c25e4d48bdc8d
3
+ metadata.gz: e1370b94d4bad24596294133a0db78f16917870f90698fd283d0a310119e39ba
4
+ data.tar.gz: c5f8d1da0541d24065786312dac9a466b4b76b610a52a3356654fe6e0a91eb9b
5
5
  SHA512:
6
- metadata.gz: 1ddf55cd766045253ac0f8e546bc9402a6918bc9e1f69f8d09f1b490b326e1913d95176a2ac60a721e7c89493b208f4063980721dfa803e3a28fb3d778d312e0
7
- data.tar.gz: 580e0c3f4aca3ec23eb92afec018cd32afbdf016f9a49331cd571a9db971899fdb10a8efa028a967d897cd2e61696697b4cb12594b45b0101b7ceb8ec40f08c6
6
+ metadata.gz: dbcdeedbe37b57ae72e3854d80cd52a4f5be1c19397e26a4398cc76d21811b8b92ae9a3cfd301ca6db2568245ca2e5ffc782055ae92d92e55c8bfcad304476c0
7
+ data.tar.gz: 9ee7ddf3d0f0518a3178b17745785de553605b9048c65cffef5e19267f5ad6b4255c9df942153335720c57997d914779e8eaac14728822780d972d45bc6368f0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.365.0 (2026-05-06)
5
+ ------------------
6
+
7
+ * Feature - Amazon SageMaker HyperPod now returns ImageVersionStatus in DescribeCluster, DescribeClusterNode, and ListClusterNodes responses, indicating whether cluster instances are running the latest available image version.
8
+
4
9
  1.364.0 (2026-05-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.364.0
1
+ 1.365.0
@@ -14741,6 +14741,7 @@ module Aws::SageMaker
14741
14741
  # resp.instance_groups[0].scheduled_update_config.deployment_config.auto_rollback_configuration[0].alarm_name #=> String
14742
14742
  # resp.instance_groups[0].current_image_id #=> String
14743
14743
  # resp.instance_groups[0].desired_image_id #=> String
14744
+ # resp.instance_groups[0].image_version_status #=> String, one of "UpToDate", "UpdateAvailable"
14744
14745
  # resp.instance_groups[0].active_operations #=> Hash
14745
14746
  # resp.instance_groups[0].active_operations["ActiveClusterOperationName"] #=> Integer
14746
14747
  # resp.instance_groups[0].kubernetes_config.current_labels #=> Hash
@@ -14958,6 +14959,7 @@ module Aws::SageMaker
14958
14959
  # resp.node_details.placement.availability_zone_id #=> String
14959
14960
  # resp.node_details.current_image_id #=> String
14960
14961
  # resp.node_details.desired_image_id #=> String
14962
+ # resp.node_details.image_version_status #=> String, one of "UpToDate", "UpdateAvailable"
14961
14963
  # resp.node_details.ultra_server_info.id #=> String
14962
14964
  # resp.node_details.ultra_server_info.type #=> String
14963
14965
  # resp.node_details.kubernetes_config.current_labels #=> Hash
@@ -22202,6 +22204,7 @@ module Aws::SageMaker
22202
22204
  # resp.cluster_node_summaries[0].ultra_server_info.id #=> String
22203
22205
  # resp.cluster_node_summaries[0].ultra_server_info.type #=> String
22204
22206
  # resp.cluster_node_summaries[0].private_dns_hostname #=> String
22207
+ # resp.cluster_node_summaries[0].image_version_status #=> String, one of "UpToDate", "UpdateAvailable"
22205
22208
  #
22206
22209
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListClusterNodes AWS API Documentation
22207
22210
  #
@@ -33726,7 +33729,7 @@ module Aws::SageMaker
33726
33729
  tracer: tracer
33727
33730
  )
33728
33731
  context[:gem_name] = 'aws-sdk-sagemaker'
33729
- context[:gem_version] = '1.364.0'
33732
+ context[:gem_version] = '1.365.0'
33730
33733
  Seahorse::Client::Request.new(handlers, context)
33731
33734
  end
33732
33735
 
@@ -436,6 +436,7 @@ module Aws::SageMaker
436
436
  ClusterFsxLustreConfig = Shapes::StructureShape.new(name: 'ClusterFsxLustreConfig')
437
437
  ClusterFsxMountPath = Shapes::StringShape.new(name: 'ClusterFsxMountPath')
438
438
  ClusterFsxOpenZfsConfig = Shapes::StructureShape.new(name: 'ClusterFsxOpenZfsConfig')
439
+ ClusterImageVersionStatus = Shapes::StringShape.new(name: 'ClusterImageVersionStatus')
439
440
  ClusterInstanceCount = Shapes::IntegerShape.new(name: 'ClusterInstanceCount')
440
441
  ClusterInstanceGroupDetails = Shapes::StructureShape.new(name: 'ClusterInstanceGroupDetails')
441
442
  ClusterInstanceGroupDetailsList = Shapes::ListShape.new(name: 'ClusterInstanceGroupDetailsList')
@@ -4024,6 +4025,7 @@ module Aws::SageMaker
4024
4025
  ClusterInstanceGroupDetails.add_member(:scheduled_update_config, Shapes::ShapeRef.new(shape: ScheduledUpdateConfig, location_name: "ScheduledUpdateConfig"))
4025
4026
  ClusterInstanceGroupDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
4026
4027
  ClusterInstanceGroupDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
4028
+ ClusterInstanceGroupDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4027
4029
  ClusterInstanceGroupDetails.add_member(:active_operations, Shapes::ShapeRef.new(shape: ActiveOperations, location_name: "ActiveOperations"))
4028
4030
  ClusterInstanceGroupDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigDetails, location_name: "KubernetesConfig"))
4029
4031
  ClusterInstanceGroupDetails.add_member(:capacity_requirements, Shapes::ShapeRef.new(shape: ClusterCapacityRequirements, location_name: "CapacityRequirements"))
@@ -4155,6 +4157,7 @@ module Aws::SageMaker
4155
4157
  ClusterNodeDetails.add_member(:placement, Shapes::ShapeRef.new(shape: ClusterInstancePlacement, location_name: "Placement"))
4156
4158
  ClusterNodeDetails.add_member(:current_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "CurrentImageId"))
4157
4159
  ClusterNodeDetails.add_member(:desired_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "DesiredImageId"))
4160
+ ClusterNodeDetails.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4158
4161
  ClusterNodeDetails.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
4159
4162
  ClusterNodeDetails.add_member(:kubernetes_config, Shapes::ShapeRef.new(shape: ClusterKubernetesConfigNodeDetails, location_name: "KubernetesConfig"))
4160
4163
  ClusterNodeDetails.add_member(:capacity_type, Shapes::ShapeRef.new(shape: ClusterCapacityType, location_name: "CapacityType"))
@@ -4176,6 +4179,7 @@ module Aws::SageMaker
4176
4179
  ClusterNodeSummary.add_member(:instance_status, Shapes::ShapeRef.new(shape: ClusterInstanceStatusDetails, required: true, location_name: "InstanceStatus"))
4177
4180
  ClusterNodeSummary.add_member(:ultra_server_info, Shapes::ShapeRef.new(shape: UltraServerInfo, location_name: "UltraServerInfo"))
4178
4181
  ClusterNodeSummary.add_member(:private_dns_hostname, Shapes::ShapeRef.new(shape: ClusterPrivateDnsHostname, location_name: "PrivateDnsHostname"))
4182
+ ClusterNodeSummary.add_member(:image_version_status, Shapes::ShapeRef.new(shape: ClusterImageVersionStatus, location_name: "ImageVersionStatus"))
4179
4183
  ClusterNodeSummary.struct_class = Types::ClusterNodeSummary
4180
4184
 
4181
4185
  ClusterOnDemandOptions.struct_class = Types::ClusterOnDemandOptions
@@ -6319,6 +6319,12 @@ module Aws::SageMaker
6319
6319
  # group.
6320
6320
  # @return [String]
6321
6321
  #
6322
+ # @!attribute [rw] image_version_status
6323
+ # The status of the image version for the instance group. Indicates
6324
+ # whether the instance group is running the latest image version or if
6325
+ # an update is available.
6326
+ # @return [String]
6327
+ #
6322
6328
  # @!attribute [rw] active_operations
6323
6329
  # A map indicating active operations currently in progress for the
6324
6330
  # instance group of a SageMaker HyperPod cluster. When there is a
@@ -6402,6 +6408,7 @@ module Aws::SageMaker
6402
6408
  :scheduled_update_config,
6403
6409
  :current_image_id,
6404
6410
  :desired_image_id,
6411
+ :image_version_status,
6405
6412
  :active_operations,
6406
6413
  :kubernetes_config,
6407
6414
  :capacity_requirements,
@@ -7071,6 +7078,10 @@ module Aws::SageMaker
7071
7078
  # The ID of the Amazon Machine Image (AMI) desired for the node.
7072
7079
  # @return [String]
7073
7080
  #
7081
+ # @!attribute [rw] image_version_status
7082
+ # The status of the image version for the cluster node.
7083
+ # @return [String]
7084
+ #
7074
7085
  # @!attribute [rw] ultra_server_info
7075
7086
  # Contains information about the UltraServer.
7076
7087
  # @return [Types::UltraServerInfo]
@@ -7112,6 +7123,7 @@ module Aws::SageMaker
7112
7123
  :placement,
7113
7124
  :current_image_id,
7114
7125
  :desired_image_id,
7126
+ :image_version_status,
7115
7127
  :ultra_server_info,
7116
7128
  :kubernetes_config,
7117
7129
  :capacity_type,
@@ -7165,6 +7177,10 @@ module Aws::SageMaker
7165
7177
  # The private DNS hostname of the SageMaker HyperPod cluster node.
7166
7178
  # @return [String]
7167
7179
  #
7180
+ # @!attribute [rw] image_version_status
7181
+ # The status of the image version for the cluster node.
7182
+ # @return [String]
7183
+ #
7168
7184
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ClusterNodeSummary AWS API Documentation
7169
7185
  #
7170
7186
  class ClusterNodeSummary < Struct.new(
@@ -7176,7 +7192,8 @@ module Aws::SageMaker
7176
7192
  :last_software_update_time,
7177
7193
  :instance_status,
7178
7194
  :ultra_server_info,
7179
- :private_dns_hostname)
7195
+ :private_dns_hostname,
7196
+ :image_version_status)
7180
7197
  SENSITIVE = []
7181
7198
  include Aws::Structure
7182
7199
  end
@@ -55,7 +55,7 @@ module Aws::SageMaker
55
55
  autoload :EndpointProvider, 'aws-sdk-sagemaker/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-sagemaker/endpoints'
57
57
 
58
- GEM_VERSION = '1.364.0'
58
+ GEM_VERSION = '1.365.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -1252,6 +1252,7 @@ module Aws::SageMaker
1252
1252
  attr_accessor scheduled_update_config: Types::ScheduledUpdateConfig
1253
1253
  attr_accessor current_image_id: ::String
1254
1254
  attr_accessor desired_image_id: ::String
1255
+ attr_accessor image_version_status: ("UpToDate" | "UpdateAvailable")
1255
1256
  attr_accessor active_operations: ::Hash[("Scaling"), ::Integer]
1256
1257
  attr_accessor kubernetes_config: Types::ClusterKubernetesConfigDetails
1257
1258
  attr_accessor capacity_requirements: Types::ClusterCapacityRequirements
@@ -1403,6 +1404,7 @@ module Aws::SageMaker
1403
1404
  attr_accessor placement: Types::ClusterInstancePlacement
1404
1405
  attr_accessor current_image_id: ::String
1405
1406
  attr_accessor desired_image_id: ::String
1407
+ attr_accessor image_version_status: ("UpToDate" | "UpdateAvailable")
1406
1408
  attr_accessor ultra_server_info: Types::UltraServerInfo
1407
1409
  attr_accessor kubernetes_config: Types::ClusterKubernetesConfigNodeDetails
1408
1410
  attr_accessor capacity_type: ("Spot" | "OnDemand")
@@ -1420,6 +1422,7 @@ module Aws::SageMaker
1420
1422
  attr_accessor instance_status: Types::ClusterInstanceStatusDetails
1421
1423
  attr_accessor ultra_server_info: Types::UltraServerInfo
1422
1424
  attr_accessor private_dns_hostname: ::String
1425
+ attr_accessor image_version_status: ("UpToDate" | "UpdateAvailable")
1423
1426
  SENSITIVE: []
1424
1427
  end
1425
1428
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemaker
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.364.0
4
+ version: 1.365.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services