@aws-sdk/client-sagemaker 3.750.0 → 3.752.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.
- package/dist-cjs/index.js +11 -1
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -1
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +3 -3
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +46 -16
- package/dist-types/models/models_1.d.ts +32 -13
- package/dist-types/ts3.4/models/models_0.d.ts +10 -0
- package/package.json +1 -1
|
@@ -803,13 +803,32 @@ export interface CreateClusterRequest {
|
|
|
803
803
|
* information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker access to resources
|
|
804
804
|
* in your Amazon VPC</a>.</p>
|
|
805
805
|
* <note>
|
|
806
|
-
* <p>
|
|
807
|
-
*
|
|
808
|
-
*
|
|
809
|
-
*
|
|
810
|
-
*
|
|
811
|
-
*
|
|
812
|
-
*
|
|
806
|
+
* <p>When your Amazon VPC and subnets support IPv6, network communications differ
|
|
807
|
+
* based on the cluster orchestration platform:</p>
|
|
808
|
+
* <ul>
|
|
809
|
+
* <li>
|
|
810
|
+
* <p>Slurm-orchestrated clusters automatically configure nodes with dual IPv6 and
|
|
811
|
+
* IPv4 addresses, allowing immediate IPv6 network communications.</p>
|
|
812
|
+
* </li>
|
|
813
|
+
* <li>
|
|
814
|
+
* <p>In Amazon EKS-orchestrated clusters, nodes receive dual-stack
|
|
815
|
+
* addressing, but pods can only use IPv6 when the Amazon EKS cluster is
|
|
816
|
+
* 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>
|
|
817
|
+
* </li>
|
|
818
|
+
* </ul>
|
|
819
|
+
* <p>Additional resources for IPv6 configuration:</p>
|
|
820
|
+
* <ul>
|
|
821
|
+
* <li>
|
|
822
|
+
* <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
|
|
823
|
+
* Support for VPC</a>.</p>
|
|
824
|
+
* </li>
|
|
825
|
+
* <li>
|
|
826
|
+
* <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>
|
|
827
|
+
* </li>
|
|
828
|
+
* <li>
|
|
829
|
+
* <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>
|
|
830
|
+
* </li>
|
|
831
|
+
* </ul>
|
|
813
832
|
* </note>
|
|
814
833
|
* @public
|
|
815
834
|
*/
|
|
@@ -4070,7 +4089,7 @@ export interface ProductionVariant {
|
|
|
4070
4089
|
* <p>Accelerator: GPU</p>
|
|
4071
4090
|
* </li>
|
|
4072
4091
|
* <li>
|
|
4073
|
-
* <p>NVIDIA driver version: 535
|
|
4092
|
+
* <p>NVIDIA driver version: 535</p>
|
|
4074
4093
|
* </li>
|
|
4075
4094
|
* <li>
|
|
4076
4095
|
* <p>CUDA version: 12.2</p>
|
|
@@ -4084,13 +4103,13 @@ export interface ProductionVariant {
|
|
|
4084
4103
|
* <p>Accelerator: GPU</p>
|
|
4085
4104
|
* </li>
|
|
4086
4105
|
* <li>
|
|
4087
|
-
* <p>NVIDIA driver version: 535
|
|
4106
|
+
* <p>NVIDIA driver version: 535</p>
|
|
4088
4107
|
* </li>
|
|
4089
4108
|
* <li>
|
|
4090
|
-
* <p>CUDA
|
|
4109
|
+
* <p>CUDA version: 12.2</p>
|
|
4091
4110
|
* </li>
|
|
4092
4111
|
* <li>
|
|
4093
|
-
* <p>
|
|
4112
|
+
* <p>NVIDIA Container Toolkit with disabled CUDA-compat mounting</p>
|
|
4094
4113
|
* </li>
|
|
4095
4114
|
* </ul>
|
|
4096
4115
|
* </dd>
|
|
@@ -4101,13 +4120,13 @@ export interface ProductionVariant {
|
|
|
4101
4120
|
* <p>Accelerator: GPU</p>
|
|
4102
4121
|
* </li>
|
|
4103
4122
|
* <li>
|
|
4104
|
-
* <p>NVIDIA driver version: 550
|
|
4123
|
+
* <p>NVIDIA driver version: 550</p>
|
|
4105
4124
|
* </li>
|
|
4106
4125
|
* <li>
|
|
4107
4126
|
* <p>CUDA version: 12.4</p>
|
|
4108
4127
|
* </li>
|
|
4109
4128
|
* <li>
|
|
4110
|
-
* <p>Container Toolkit with disabled CUDA-compat mounting</p>
|
|
4129
|
+
* <p>NVIDIA Container Toolkit with disabled CUDA-compat mounting</p>
|
|
4111
4130
|
* </li>
|
|
4112
4131
|
* </ul>
|
|
4113
4132
|
* </dd>
|
|
@@ -335,6 +335,16 @@ export declare const ProductionVariantInstanceType: {
|
|
|
335
335
|
readonly ML_R7I_8XLARGE: "ml.r7i.8xlarge";
|
|
336
336
|
readonly ML_R7I_LARGE: "ml.r7i.large";
|
|
337
337
|
readonly ML_R7I_XLARGE: "ml.r7i.xlarge";
|
|
338
|
+
readonly ML_R8G_12XLARGE: "ml.r8g.12xlarge";
|
|
339
|
+
readonly ML_R8G_16XLARGE: "ml.r8g.16xlarge";
|
|
340
|
+
readonly ML_R8G_24XLARGE: "ml.r8g.24xlarge";
|
|
341
|
+
readonly ML_R8G_2XLARGE: "ml.r8g.2xlarge";
|
|
342
|
+
readonly ML_R8G_48XLARGE: "ml.r8g.48xlarge";
|
|
343
|
+
readonly ML_R8G_4XLARGE: "ml.r8g.4xlarge";
|
|
344
|
+
readonly ML_R8G_8XLARGE: "ml.r8g.8xlarge";
|
|
345
|
+
readonly ML_R8G_LARGE: "ml.r8g.large";
|
|
346
|
+
readonly ML_R8G_MEDIUM: "ml.r8g.medium";
|
|
347
|
+
readonly ML_R8G_XLARGE: "ml.r8g.xlarge";
|
|
338
348
|
readonly ML_T2_2XLARGE: "ml.t2.2xlarge";
|
|
339
349
|
readonly ML_T2_LARGE: "ml.t2.large";
|
|
340
350
|
readonly ML_T2_MEDIUM: "ml.t2.medium";
|
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.
|
|
4
|
+
"version": "3.752.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",
|