@aws-sdk/client-sagemaker 3.51.0 → 3.52.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/CHANGELOG.md +11 -0
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/models/models_0.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-sdk/client-sagemaker
|
|
@@ -832,9 +832,11 @@ var AutoMLJobSecondaryStatus;
|
|
|
832
832
|
AutoMLJobSecondaryStatus["FAILED"] = "Failed";
|
|
833
833
|
AutoMLJobSecondaryStatus["FEATURE_ENGINEERING"] = "FeatureEngineering";
|
|
834
834
|
AutoMLJobSecondaryStatus["GENERATING_EXPLAINABILITY_REPORT"] = "GeneratingExplainabilityReport";
|
|
835
|
+
AutoMLJobSecondaryStatus["GENERATING_MODEL_INSIGHTS_REPORT"] = "GeneratingModelInsightsReport";
|
|
835
836
|
AutoMLJobSecondaryStatus["MAX_AUTO_ML_JOB_RUNTIME_REACHED"] = "MaxAutoMLJobRuntimeReached";
|
|
836
837
|
AutoMLJobSecondaryStatus["MAX_CANDIDATES_REACHED"] = "MaxCandidatesReached";
|
|
837
838
|
AutoMLJobSecondaryStatus["MODEL_DEPLOYMENT_ERROR"] = "ModelDeploymentError";
|
|
839
|
+
AutoMLJobSecondaryStatus["MODEL_INSIGHTS_ERROR"] = "ModelInsightsError";
|
|
838
840
|
AutoMLJobSecondaryStatus["MODEL_TUNING"] = "ModelTuning";
|
|
839
841
|
AutoMLJobSecondaryStatus["STARTING"] = "Starting";
|
|
840
842
|
AutoMLJobSecondaryStatus["STOPPED"] = "Stopped";
|
|
@@ -21368,6 +21368,7 @@ const deserializeAws_json1_1CallbackStepMetadata = (output, context) => {
|
|
|
21368
21368
|
const deserializeAws_json1_1CandidateArtifactLocations = (output, context) => {
|
|
21369
21369
|
return {
|
|
21370
21370
|
Explainability: smithy_client_1.expectString(output.Explainability),
|
|
21371
|
+
ModelInsights: smithy_client_1.expectString(output.ModelInsights),
|
|
21371
21372
|
};
|
|
21372
21373
|
};
|
|
21373
21374
|
const deserializeAws_json1_1CandidateProperties = (output, context) => {
|
|
@@ -687,9 +687,11 @@ export var AutoMLJobSecondaryStatus;
|
|
|
687
687
|
AutoMLJobSecondaryStatus["FAILED"] = "Failed";
|
|
688
688
|
AutoMLJobSecondaryStatus["FEATURE_ENGINEERING"] = "FeatureEngineering";
|
|
689
689
|
AutoMLJobSecondaryStatus["GENERATING_EXPLAINABILITY_REPORT"] = "GeneratingExplainabilityReport";
|
|
690
|
+
AutoMLJobSecondaryStatus["GENERATING_MODEL_INSIGHTS_REPORT"] = "GeneratingModelInsightsReport";
|
|
690
691
|
AutoMLJobSecondaryStatus["MAX_AUTO_ML_JOB_RUNTIME_REACHED"] = "MaxAutoMLJobRuntimeReached";
|
|
691
692
|
AutoMLJobSecondaryStatus["MAX_CANDIDATES_REACHED"] = "MaxCandidatesReached";
|
|
692
693
|
AutoMLJobSecondaryStatus["MODEL_DEPLOYMENT_ERROR"] = "ModelDeploymentError";
|
|
694
|
+
AutoMLJobSecondaryStatus["MODEL_INSIGHTS_ERROR"] = "ModelInsightsError";
|
|
693
695
|
AutoMLJobSecondaryStatus["MODEL_TUNING"] = "ModelTuning";
|
|
694
696
|
AutoMLJobSecondaryStatus["STARTING"] = "Starting";
|
|
695
697
|
AutoMLJobSecondaryStatus["STOPPED"] = "Stopped";
|
|
@@ -21372,6 +21372,7 @@ var deserializeAws_json1_1CallbackStepMetadata = function (output, context) {
|
|
|
21372
21372
|
var deserializeAws_json1_1CandidateArtifactLocations = function (output, context) {
|
|
21373
21373
|
return {
|
|
21374
21374
|
Explainability: __expectString(output.Explainability),
|
|
21375
|
+
ModelInsights: __expectString(output.ModelInsights),
|
|
21375
21376
|
};
|
|
21376
21377
|
};
|
|
21377
21378
|
var deserializeAws_json1_1CandidateProperties = function (output, context) {
|
|
@@ -3793,6 +3793,11 @@ export interface CandidateArtifactLocations {
|
|
|
3793
3793
|
* candidate.</p>
|
|
3794
3794
|
*/
|
|
3795
3795
|
Explainability: string | undefined;
|
|
3796
|
+
/**
|
|
3797
|
+
* <p>The Amazon S3 prefix to the model insight artifacts generated for the AutoML
|
|
3798
|
+
* candidate.</p>
|
|
3799
|
+
*/
|
|
3800
|
+
ModelInsights?: string;
|
|
3796
3801
|
}
|
|
3797
3802
|
export declare namespace CandidateArtifactLocations {
|
|
3798
3803
|
/**
|
|
@@ -4298,9 +4303,11 @@ export declare enum AutoMLJobSecondaryStatus {
|
|
|
4298
4303
|
FAILED = "Failed",
|
|
4299
4304
|
FEATURE_ENGINEERING = "FeatureEngineering",
|
|
4300
4305
|
GENERATING_EXPLAINABILITY_REPORT = "GeneratingExplainabilityReport",
|
|
4306
|
+
GENERATING_MODEL_INSIGHTS_REPORT = "GeneratingModelInsightsReport",
|
|
4301
4307
|
MAX_AUTO_ML_JOB_RUNTIME_REACHED = "MaxAutoMLJobRuntimeReached",
|
|
4302
4308
|
MAX_CANDIDATES_REACHED = "MaxCandidatesReached",
|
|
4303
4309
|
MODEL_DEPLOYMENT_ERROR = "ModelDeploymentError",
|
|
4310
|
+
MODEL_INSIGHTS_ERROR = "ModelInsightsError",
|
|
4304
4311
|
MODEL_TUNING = "ModelTuning",
|
|
4305
4312
|
STARTING = "Starting",
|
|
4306
4313
|
STOPPED = "Stopped",
|
|
@@ -1076,6 +1076,8 @@ export declare enum AuthMode {
|
|
|
1076
1076
|
export interface CandidateArtifactLocations {
|
|
1077
1077
|
|
|
1078
1078
|
Explainability: string | undefined;
|
|
1079
|
+
|
|
1080
|
+
ModelInsights?: string;
|
|
1079
1081
|
}
|
|
1080
1082
|
export declare namespace CandidateArtifactLocations {
|
|
1081
1083
|
|
|
@@ -1324,9 +1326,11 @@ export declare enum AutoMLJobSecondaryStatus {
|
|
|
1324
1326
|
FAILED = "Failed",
|
|
1325
1327
|
FEATURE_ENGINEERING = "FeatureEngineering",
|
|
1326
1328
|
GENERATING_EXPLAINABILITY_REPORT = "GeneratingExplainabilityReport",
|
|
1329
|
+
GENERATING_MODEL_INSIGHTS_REPORT = "GeneratingModelInsightsReport",
|
|
1327
1330
|
MAX_AUTO_ML_JOB_RUNTIME_REACHED = "MaxAutoMLJobRuntimeReached",
|
|
1328
1331
|
MAX_CANDIDATES_REACHED = "MaxCandidatesReached",
|
|
1329
1332
|
MODEL_DEPLOYMENT_ERROR = "ModelDeploymentError",
|
|
1333
|
+
MODEL_INSIGHTS_ERROR = "ModelInsightsError",
|
|
1330
1334
|
MODEL_TUNING = "ModelTuning",
|
|
1331
1335
|
STARTING = "Starting",
|
|
1332
1336
|
STOPPED = "Stopped",
|
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.52.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,42 +18,42 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"@aws-sdk/util-waiter": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.52.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.52.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.52.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.52.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.52.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.52.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.52.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.52.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.52.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.52.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.52.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.52.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.52.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.52.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.52.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.52.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.52.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.52.0",
|
|
39
|
+
"@aws-sdk/types": "3.52.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.52.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.52.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.52.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.52.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.52.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.52.0",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"uuid": "^8.3.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
57
57
|
"@tsconfig/recommended": "1.0.1",
|
|
58
58
|
"@types/node": "^12.7.5",
|
|
59
59
|
"@types/uuid": "^8.3.0",
|