@aws-sdk/client-sagemaker 3.121.0 → 3.128.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 +27 -0
- package/dist-cjs/commands/CreateImageCommand.js +1 -2
- package/dist-cjs/models/models_0.js +12 -12
- package/dist-cjs/models/models_1.js +12 -12
- package/dist-cjs/models/models_2.js +12 -11
- package/dist-cjs/models/models_3.js +8 -3
- package/dist-cjs/protocols/Aws_json1_1.js +2827 -4275
- package/dist-es/commands/CreateImageCommand.js +1 -2
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -4
- package/dist-es/models/models_2.js +4 -5
- package/dist-es/models/models_3.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +1939 -3393
- package/dist-types/commands/CreateImageCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +36 -30
- package/dist-types/models/models_1.d.ts +28 -27
- package/dist-types/models/models_2.d.ts +28 -5
- package/dist-types/models/models_3.d.ts +5 -1
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -17
- package/dist-types/ts3.4/models/models_1.d.ts +16 -15
- package/dist-types/ts3.4/models/models_2.d.ts +16 -5
- package/dist-types/ts3.4/models/models_3.d.ts +5 -1
- package/package.json +27 -27
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateImageRequest } from "../models/
|
|
5
|
-
import { CreateImageResponse } from "../models/models_1";
|
|
4
|
+
import { CreateImageRequest, CreateImageResponse } from "../models/models_1";
|
|
6
5
|
import { deserializeAws_json1_1CreateImageCommand, serializeAws_json1_1CreateImageCommand, } from "../protocols/Aws_json1_1";
|
|
7
6
|
var CreateImageCommand = (function (_super) {
|
|
8
7
|
__extends(CreateImageCommand, _super);
|
|
@@ -345,6 +345,10 @@ export var TrainingInstanceType;
|
|
|
345
345
|
TrainingInstanceType["ML_P3_8XLARGE"] = "ml.p3.8xlarge";
|
|
346
346
|
TrainingInstanceType["ML_P4D_24XLARGE"] = "ml.p4d.24xlarge";
|
|
347
347
|
})(TrainingInstanceType || (TrainingInstanceType = {}));
|
|
348
|
+
export var InstanceGroup;
|
|
349
|
+
(function (InstanceGroup) {
|
|
350
|
+
InstanceGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
})(InstanceGroup || (InstanceGroup = {}));
|
|
348
352
|
export var ResourceConfig;
|
|
349
353
|
(function (ResourceConfig) {
|
|
350
354
|
ResourceConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1678,7 +1682,3 @@ export var CreateHyperParameterTuningJobResponse;
|
|
|
1678
1682
|
(function (CreateHyperParameterTuningJobResponse) {
|
|
1679
1683
|
CreateHyperParameterTuningJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1680
1684
|
})(CreateHyperParameterTuningJobResponse || (CreateHyperParameterTuningJobResponse = {}));
|
|
1681
|
-
export var CreateImageRequest;
|
|
1682
|
-
(function (CreateImageRequest) {
|
|
1683
|
-
CreateImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1684
|
-
})(CreateImageRequest || (CreateImageRequest = {}));
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var CreateImageRequest;
|
|
4
|
+
(function (CreateImageRequest) {
|
|
5
|
+
CreateImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(CreateImageRequest || (CreateImageRequest = {}));
|
|
3
7
|
export var CreateImageResponse;
|
|
4
8
|
(function (CreateImageResponse) {
|
|
5
9
|
CreateImageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1373,7 +1377,3 @@ export var EndpointOutputConfiguration;
|
|
|
1373
1377
|
(function (EndpointOutputConfiguration) {
|
|
1374
1378
|
EndpointOutputConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1375
1379
|
})(EndpointOutputConfiguration || (EndpointOutputConfiguration = {}));
|
|
1376
|
-
export var RecommendationMetrics;
|
|
1377
|
-
(function (RecommendationMetrics) {
|
|
1378
|
-
RecommendationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1379
|
-
})(RecommendationMetrics || (RecommendationMetrics = {}));
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var RecommendationMetrics;
|
|
4
|
+
(function (RecommendationMetrics) {
|
|
5
|
+
RecommendationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(RecommendationMetrics || (RecommendationMetrics = {}));
|
|
3
7
|
export var EnvironmentParameter;
|
|
4
8
|
(function (EnvironmentParameter) {
|
|
5
9
|
EnvironmentParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1371,8 +1375,3 @@ export var ListProcessingJobsResponse;
|
|
|
1371
1375
|
(function (ListProcessingJobsResponse) {
|
|
1372
1376
|
ListProcessingJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1373
1377
|
})(ListProcessingJobsResponse || (ListProcessingJobsResponse = {}));
|
|
1374
|
-
export var ProjectSortBy;
|
|
1375
|
-
(function (ProjectSortBy) {
|
|
1376
|
-
ProjectSortBy["CREATION_TIME"] = "CreationTime";
|
|
1377
|
-
ProjectSortBy["NAME"] = "Name";
|
|
1378
|
-
})(ProjectSortBy || (ProjectSortBy = {}));
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { OidcConfig, TrialComponentParameterValue, } from "./models_1";
|
|
3
|
+
export var ProjectSortBy;
|
|
4
|
+
(function (ProjectSortBy) {
|
|
5
|
+
ProjectSortBy["CREATION_TIME"] = "CreationTime";
|
|
6
|
+
ProjectSortBy["NAME"] = "Name";
|
|
7
|
+
})(ProjectSortBy || (ProjectSortBy = {}));
|
|
3
8
|
export var ProjectSortOrder;
|
|
4
9
|
(function (ProjectSortOrder) {
|
|
5
10
|
ProjectSortOrder["ASCENDING"] = "Ascending";
|