aws-sdk-sagemaker 1.312.0 → 1.313.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: 77d7be6fc0e807681c879fad10cec3abe1859f6a4317b442681331267587e6bd
4
- data.tar.gz: da8daf19d19d0ddecd47b07aadcfb98adcaa9d7d04f65673bb27ace13a6578d8
3
+ metadata.gz: 17ebc593477cbe417eea9252e25598c2d87b7866f75518aa17de16b3efabd944
4
+ data.tar.gz: 8d997bc2fc378c25c4ee89925840d0016a52e5f6e82e0a318f2c74b8f7cfd7a4
5
5
  SHA512:
6
- metadata.gz: c75ff3533b98e071bf43643f24abd99853cb944b7d68ecc64699d7d7233986ec40bbb384b89e4e5bc3543e32f2fe7346bb730e072f111955464f9d850fb24c75
7
- data.tar.gz: fe7d02b9b16b85e15b70feb86c8e5ec890c26bf97325d1ef11cc9360bb2e4dfe8e611993b7274ef86f20da4950e8104b32c7fbe0c29acd9deb7658670721b78f
6
+ metadata.gz: 47d1c72a44b290f0abd150cf5bfd7c2058052030db006d5047df993e7bdd84ac98dc7166b5c54ef77525567c27e02a74f2e4547ff5a9bc207b61ec2c583dfa47
7
+ data.tar.gz: 22ab16979d51ee40b1df69cf1f0453844b0aea622d6b5e361b1c6a95c11f780fea042c11b615a5aaf15dac4e7a891878bdbd6ae46f9c7c541324b47350da9045
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.313.0 (2025-07-01)
5
+ ------------------
6
+
7
+ * Feature - Updated field validation requirements for InstanceGroups.
8
+
4
9
  1.312.0 (2025-06-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.312.0
1
+ 1.313.0
@@ -1974,7 +1974,7 @@ module Aws::SageMaker
1974
1974
  # @option params [required, String] :cluster_name
1975
1975
  # The name for the new SageMaker HyperPod cluster.
1976
1976
  #
1977
- # @option params [required, Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
1977
+ # @option params [Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
1978
1978
  # The instance groups to be created in the SageMaker HyperPod cluster.
1979
1979
  #
1980
1980
  # @option params [Types::VpcConfig] :vpc_config
@@ -2047,7 +2047,7 @@ module Aws::SageMaker
2047
2047
  #
2048
2048
  # resp = client.create_cluster({
2049
2049
  # cluster_name: "ClusterName", # required
2050
- # instance_groups: [ # required
2050
+ # instance_groups: [
2051
2051
  # {
2052
2052
  # instance_count: 1, # required
2053
2053
  # instance_group_name: "ClusterInstanceGroupName", # required
@@ -19577,7 +19577,12 @@ module Aws::SageMaker
19577
19577
  # [1]: https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp
19578
19578
  #
19579
19579
  # @option params [Integer] :max_results
19580
- # Set the maximum number of SageMaker HyperPod clusters to list.
19580
+ # Specifies the maximum number of clusters to evaluate for the operation
19581
+ # (not necessarily the number of matching items). After SageMaker
19582
+ # processes the number of clusters up to `MaxResults`, it stops the
19583
+ # operation and returns the matching clusters up to that point. If all
19584
+ # the matching clusters are desired, SageMaker will go through all the
19585
+ # clusters until `NextToken` is empty.
19581
19586
  #
19582
19587
  # @option params [String] :name_contains
19583
19588
  # Set the maximum number of instances to print in the list.
@@ -26454,7 +26459,7 @@ module Aws::SageMaker
26454
26459
  # @option params [required, String] :cluster_name
26455
26460
  # Specify the name of the SageMaker HyperPod cluster you want to update.
26456
26461
  #
26457
- # @option params [required, Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
26462
+ # @option params [Array<Types::ClusterInstanceGroupSpecification>] :instance_groups
26458
26463
  # Specify the instance groups to update.
26459
26464
  #
26460
26465
  # @option params [String] :node_recovery
@@ -26473,7 +26478,7 @@ module Aws::SageMaker
26473
26478
  #
26474
26479
  # resp = client.update_cluster({
26475
26480
  # cluster_name: "ClusterNameOrArn", # required
26476
- # instance_groups: [ # required
26481
+ # instance_groups: [
26477
26482
  # {
26478
26483
  # instance_count: 1, # required
26479
26484
  # instance_group_name: "ClusterInstanceGroupName", # required
@@ -30022,7 +30027,7 @@ module Aws::SageMaker
30022
30027
  tracer: tracer
30023
30028
  )
30024
30029
  context[:gem_name] = 'aws-sdk-sagemaker'
30025
- context[:gem_version] = '1.312.0'
30030
+ context[:gem_version] = '1.313.0'
30026
30031
  Seahorse::Client::Request.new(handlers, context)
30027
30032
  end
30028
30033
 
@@ -3588,7 +3588,7 @@ module Aws::SageMaker
3588
3588
  CreateAutoMLJobV2Response.struct_class = Types::CreateAutoMLJobV2Response
3589
3589
 
3590
3590
  CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterName, required: true, location_name: "ClusterName"))
3591
- CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, required: true, location_name: "InstanceGroups"))
3591
+ CreateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
3592
3592
  CreateClusterRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VpcConfig, location_name: "VpcConfig"))
3593
3593
  CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
3594
3594
  CreateClusterRequest.add_member(:orchestrator, Shapes::ShapeRef.new(shape: ClusterOrchestrator, location_name: "Orchestrator"))
@@ -10774,7 +10774,7 @@ module Aws::SageMaker
10774
10774
  UpdateArtifactResponse.struct_class = Types::UpdateArtifactResponse
10775
10775
 
10776
10776
  UpdateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
10777
- UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, required: true, location_name: "InstanceGroups"))
10777
+ UpdateClusterRequest.add_member(:instance_groups, Shapes::ShapeRef.new(shape: ClusterInstanceGroupSpecifications, location_name: "InstanceGroups"))
10778
10778
  UpdateClusterRequest.add_member(:node_recovery, Shapes::ShapeRef.new(shape: ClusterNodeRecovery, location_name: "NodeRecovery"))
10779
10779
  UpdateClusterRequest.add_member(:instance_groups_to_delete, Shapes::ShapeRef.new(shape: ClusterInstanceGroupsToDelete, location_name: "InstanceGroupsToDelete"))
10780
10780
  UpdateClusterRequest.struct_class = Types::UpdateClusterRequest
@@ -28682,7 +28682,12 @@ module Aws::SageMaker
28682
28682
  # @return [Time]
28683
28683
  #
28684
28684
  # @!attribute [rw] max_results
28685
- # Set the maximum number of SageMaker HyperPod clusters to list.
28685
+ # Specifies the maximum number of clusters to evaluate for the
28686
+ # operation (not necessarily the number of matching items). After
28687
+ # SageMaker processes the number of clusters up to `MaxResults`, it
28688
+ # stops the operation and returns the matching clusters up to that
28689
+ # point. If all the matching clusters are desired, SageMaker will go
28690
+ # through all the clusters until `NextToken` is empty.
28686
28691
  # @return [Integer]
28687
28692
  #
28688
28693
  # @!attribute [rw] name_contains
@@ -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.312.0'
58
+ GEM_VERSION = '1.313.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -725,7 +725,7 @@ module Aws
725
725
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#create_cluster-instance_method
726
726
  def create_cluster: (
727
727
  cluster_name: ::String,
728
- instance_groups: Array[
728
+ ?instance_groups: Array[
729
729
  {
730
730
  instance_count: ::Integer,
731
731
  instance_group_name: ::String,
@@ -8600,7 +8600,7 @@ module Aws
8600
8600
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SageMaker/Client.html#update_cluster-instance_method
8601
8601
  def update_cluster: (
8602
8602
  cluster_name: ::String,
8603
- instance_groups: Array[
8603
+ ?instance_groups: Array[
8604
8604
  {
8605
8605
  instance_count: ::Integer,
8606
8606
  instance_group_name: ::String,
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.312.0
4
+ version: 1.313.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services