@aws-sdk/client-sagemaker 3.839.0 → 3.841.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.
@@ -36,7 +36,7 @@ declare const CreateClusterCommand_base: {
36
36
  * const client = new SageMakerClient(config);
37
37
  * const input = { // CreateClusterRequest
38
38
  * ClusterName: "STRING_VALUE", // required
39
- * InstanceGroups: [ // ClusterInstanceGroupSpecifications // required
39
+ * InstanceGroups: [ // ClusterInstanceGroupSpecifications
40
40
  * { // ClusterInstanceGroupSpecification
41
41
  * InstanceCount: Number("int"), // required
42
42
  * InstanceGroupName: "STRING_VALUE", // required
@@ -36,7 +36,7 @@ declare const UpdateClusterCommand_base: {
36
36
  * const client = new SageMakerClient(config);
37
37
  * const input = { // UpdateClusterRequest
38
38
  * ClusterName: "STRING_VALUE", // required
39
- * InstanceGroups: [ // ClusterInstanceGroupSpecifications // required
39
+ * InstanceGroups: [ // ClusterInstanceGroupSpecifications
40
40
  * { // ClusterInstanceGroupSpecification
41
41
  * InstanceCount: Number("int"), // required
42
42
  * InstanceGroupName: "STRING_VALUE", // required
@@ -915,7 +915,7 @@ export interface CreateClusterRequest {
915
915
  * <p>The instance groups to be created in the SageMaker HyperPod cluster.</p>
916
916
  * @public
917
917
  */
918
- InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
918
+ InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
919
919
  /**
920
920
  * <p>Specifies the Amazon Virtual Private Cloud (VPC) that is associated with the Amazon SageMaker HyperPod cluster. You can control access to and from your resources by configuring your VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker access to resources in your Amazon VPC</a>.</p> <note> <p>When your Amazon VPC and subnets support IPv6, network communications differ based on the cluster orchestration platform:</p> <ul> <li> <p>Slurm-orchestrated clusters automatically configure nodes with dual IPv6 and IPv4 addresses, allowing immediate IPv6 network communications.</p> </li> <li> <p>In Amazon EKS-orchestrated clusters, nodes receive dual-stack addressing, but pods can only use IPv6 when the Amazon EKS cluster is explicitly IPv6-enabled. For information about deploying an IPv6 Amazon EKS cluster, see <a href="https://docs.aws.amazon.com/eks/latest/userguide/deploy-ipv6-cluster.html#_deploy_an_ipv6_cluster_with_eksctl">Amazon EKS IPv6 Cluster Deployment</a>.</p> </li> </ul> <p>Additional resources for IPv6 configuration:</p> <ul> <li> <p>For information about adding IPv6 support to your VPC, see to <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-migrate-ipv6.html">IPv6 Support for VPC</a>.</p> </li> <li> <p>For information about creating a new IPv6-compatible VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html">Amazon VPC Creation Guide</a>.</p> </li> <li> <p>To configure SageMaker HyperPod with a custom Amazon VPC, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-prerequisites.html#sagemaker-hyperpod-prerequisites-optional-vpc">Custom Amazon VPC Setup for SageMaker HyperPod</a>.</p> </li> </ul> </note>
921
921
  * @public
@@ -132,7 +132,7 @@ export interface ListClustersRequest {
132
132
  */
133
133
  CreationTimeBefore?: Date | undefined;
134
134
  /**
135
- * <p>Set the maximum number of SageMaker HyperPod clusters to list.</p>
135
+ * <p>Specifies the maximum number of clusters to evaluate for the operation (not necessarily the number of matching items). After SageMaker processes the number of clusters up to <code>MaxResults</code>, it stops the operation and returns the matching clusters up to that point. If all the matching clusters are desired, SageMaker will go through all the clusters until <code>NextToken</code> is empty.</p>
136
136
  * @public
137
137
  */
138
138
  MaxResults?: number | undefined;
@@ -456,7 +456,7 @@ export interface UpdateClusterRequest {
456
456
  * <p>Specify the instance groups to update.</p>
457
457
  * @public
458
458
  */
459
- InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
459
+ InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
460
460
  /**
461
461
  * <p>The node recovery mode to be applied to the SageMaker HyperPod cluster.</p>
462
462
  * @public
@@ -342,7 +342,7 @@ export interface CreateAutoMLJobV2Response {
342
342
  }
343
343
  export interface CreateClusterRequest {
344
344
  ClusterName: string | undefined;
345
- InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
345
+ InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
346
346
  VpcConfig?: VpcConfig | undefined;
347
347
  Tags?: Tag[] | undefined;
348
348
  Orchestrator?: ClusterOrchestrator | undefined;
@@ -216,7 +216,7 @@ export interface UpdateArtifactResponse {
216
216
  }
217
217
  export interface UpdateClusterRequest {
218
218
  ClusterName: string | undefined;
219
- InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
219
+ InstanceGroups?: ClusterInstanceGroupSpecification[] | undefined;
220
220
  NodeRecovery?: ClusterNodeRecovery | undefined;
221
221
  InstanceGroupsToDelete?: string[] | undefined;
222
222
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sagemaker",
3
3
  "description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4
- "version": "3.839.0",
4
+ "version": "3.841.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.839.0",
24
- "@aws-sdk/credential-provider-node": "3.839.0",
25
- "@aws-sdk/middleware-host-header": "3.821.0",
26
- "@aws-sdk/middleware-logger": "3.821.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.821.0",
28
- "@aws-sdk/middleware-user-agent": "3.839.0",
29
- "@aws-sdk/region-config-resolver": "3.821.0",
30
- "@aws-sdk/types": "3.821.0",
31
- "@aws-sdk/util-endpoints": "3.828.0",
32
- "@aws-sdk/util-user-agent-browser": "3.821.0",
33
- "@aws-sdk/util-user-agent-node": "3.839.0",
23
+ "@aws-sdk/core": "3.840.0",
24
+ "@aws-sdk/credential-provider-node": "3.840.0",
25
+ "@aws-sdk/middleware-host-header": "3.840.0",
26
+ "@aws-sdk/middleware-logger": "3.840.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
+ "@aws-sdk/middleware-user-agent": "3.840.0",
29
+ "@aws-sdk/region-config-resolver": "3.840.0",
30
+ "@aws-sdk/types": "3.840.0",
31
+ "@aws-sdk/util-endpoints": "3.840.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.840.0",
33
+ "@aws-sdk/util-user-agent-node": "3.840.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.6.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.4",