@aws-sdk/client-sagemaker 3.723.0 → 3.725.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
CHANGED
|
@@ -12292,6 +12292,7 @@ var de_ClusterNodeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
|
12292
12292
|
Placement: (_) => de_ClusterInstancePlacement(_, context),
|
|
12293
12293
|
PrivateDnsHostname: import_smithy_client.expectString,
|
|
12294
12294
|
PrivatePrimaryIp: import_smithy_client.expectString,
|
|
12295
|
+
PrivatePrimaryIpv6: import_smithy_client.expectString,
|
|
12295
12296
|
ThreadsPerCore: import_smithy_client.expectInt32
|
|
12296
12297
|
});
|
|
12297
12298
|
}, "de_ClusterNodeDetails");
|
|
@@ -9175,6 +9175,7 @@ const de_ClusterNodeDetails = (output, context) => {
|
|
|
9175
9175
|
Placement: (_) => de_ClusterInstancePlacement(_, context),
|
|
9176
9176
|
PrivateDnsHostname: __expectString,
|
|
9177
9177
|
PrivatePrimaryIp: __expectString,
|
|
9178
|
+
PrivatePrimaryIpv6: __expectString,
|
|
9178
9179
|
ThreadsPerCore: __expectInt32,
|
|
9179
9180
|
});
|
|
9180
9181
|
};
|
|
@@ -72,6 +72,7 @@ declare const DescribeClusterNodeCommand_base: {
|
|
|
72
72
|
* // },
|
|
73
73
|
* // ],
|
|
74
74
|
* // PrivatePrimaryIp: "STRING_VALUE",
|
|
75
|
+
* // PrivatePrimaryIpv6: "STRING_VALUE",
|
|
75
76
|
* // PrivateDnsHostname: "STRING_VALUE",
|
|
76
77
|
* // Placement: { // ClusterInstancePlacement
|
|
77
78
|
* // AvailabilityZone: "STRING_VALUE",
|
|
@@ -423,7 +423,7 @@ export interface S3ModelDataSource {
|
|
|
423
423
|
*/
|
|
424
424
|
ETag?: string | undefined;
|
|
425
425
|
/**
|
|
426
|
-
* <p>The ETag associated with Manifest
|
|
426
|
+
* <p>The ETag associated with Manifest S3 URI.</p>
|
|
427
427
|
* @public
|
|
428
428
|
*/
|
|
429
429
|
ManifestEtag?: string | undefined;
|
|
@@ -462,7 +462,7 @@ export interface ModelPackageContainerDefinition {
|
|
|
462
462
|
*/
|
|
463
463
|
ContainerHostname?: string | undefined;
|
|
464
464
|
/**
|
|
465
|
-
* <p>The Amazon EC2 Container Registry
|
|
465
|
+
* <p>The Amazon EC2 Container Registry path where inference code is stored.</p>
|
|
466
466
|
* <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker,
|
|
467
467
|
* the inference code must meet SageMaker requirements. SageMaker supports both
|
|
468
468
|
* <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code>
|
|
@@ -1455,7 +1455,7 @@ export interface S3DataSource {
|
|
|
1455
1455
|
* <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that
|
|
1456
1456
|
* is a manifest file containing a list of object keys that you want SageMaker to use for model
|
|
1457
1457
|
* training. </p>
|
|
1458
|
-
* <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is
|
|
1458
|
+
* <p>If you choose <code>AugmentedManifestFile</code>, <code>S3Uri</code> identifies an object that is
|
|
1459
1459
|
* an augmented manifest file in JSON lines format. This file contains the data you want to
|
|
1460
1460
|
* use for model training. <code>AugmentedManifestFile</code> can only be used if the
|
|
1461
1461
|
* Channel's input mode is <code>Pipe</code>.</p>
|
|
@@ -9114,6 +9114,11 @@ export interface ClusterNodeDetails {
|
|
|
9114
9114
|
* @public
|
|
9115
9115
|
*/
|
|
9116
9116
|
PrivatePrimaryIp?: string | undefined;
|
|
9117
|
+
/**
|
|
9118
|
+
* <p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>
|
|
9119
|
+
* @public
|
|
9120
|
+
*/
|
|
9121
|
+
PrivatePrimaryIpv6?: string | undefined;
|
|
9117
9122
|
/**
|
|
9118
9123
|
* <p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>
|
|
9119
9124
|
* @public
|
|
@@ -2336,6 +2336,7 @@ export interface ClusterNodeDetails {
|
|
|
2336
2336
|
ThreadsPerCore?: number | undefined;
|
|
2337
2337
|
InstanceStorageConfigs?: ClusterInstanceStorageConfig[] | undefined;
|
|
2338
2338
|
PrivatePrimaryIp?: string | undefined;
|
|
2339
|
+
PrivatePrimaryIpv6?: string | undefined;
|
|
2339
2340
|
PrivateDnsHostname?: string | undefined;
|
|
2340
2341
|
Placement?: ClusterInstancePlacement | undefined;
|
|
2341
2342
|
}
|
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.725.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",
|