@aws-sdk/client-sagemaker 3.118.0 → 3.121.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.
Files changed (53) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist-cjs/SageMaker.js +45 -0
  3. package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +36 -0
  4. package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +2 -1
  5. package/dist-cjs/commands/ListProjectsCommand.js +3 -3
  6. package/dist-cjs/commands/ListStudioLifecycleConfigsCommand.js +1 -2
  7. package/dist-cjs/commands/UpdateFeatureGroupCommand.js +36 -0
  8. package/dist-cjs/commands/UpdateFeatureMetadataCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_1.js +31 -34
  11. package/dist-cjs/models/models_2.js +46 -41
  12. package/dist-cjs/models/models_3.js +56 -3
  13. package/dist-cjs/protocols/Aws_json1_1.js +1551 -1014
  14. package/dist-es/SageMaker.js +45 -0
  15. package/dist-es/commands/DescribeFeatureMetadataCommand.js +39 -0
  16. package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +2 -1
  17. package/dist-es/commands/ListProjectsCommand.js +1 -1
  18. package/dist-es/commands/ListStudioLifecycleConfigsCommand.js +1 -2
  19. package/dist-es/commands/UpdateFeatureGroupCommand.js +39 -0
  20. package/dist-es/commands/UpdateFeatureMetadataCommand.js +39 -0
  21. package/dist-es/commands/index.js +3 -0
  22. package/dist-es/models/models_1.js +22 -25
  23. package/dist-es/models/models_2.js +30 -27
  24. package/dist-es/models/models_3.js +39 -0
  25. package/dist-es/protocols/Aws_json1_1.js +1574 -1004
  26. package/dist-types/SageMaker.d.ts +21 -0
  27. package/dist-types/SageMakerClient.d.ts +5 -2
  28. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +35 -0
  29. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
  30. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
  32. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +35 -0
  33. package/dist-types/commands/UpdateFeatureMetadataCommand.d.ts +35 -0
  34. package/dist-types/commands/index.d.ts +3 -0
  35. package/dist-types/models/models_0.d.ts +6 -6
  36. package/dist-types/models/models_1.d.ts +119 -144
  37. package/dist-types/models/models_2.d.ts +190 -152
  38. package/dist-types/models/models_3.d.ts +215 -7
  39. package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
  40. package/dist-types/ts3.4/SageMaker.d.ts +15 -0
  41. package/dist-types/ts3.4/SageMakerClient.d.ts +5 -2
  42. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
  46. package/dist-types/ts3.4/commands/UpdateFeatureGroupCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/UpdateFeatureMetadataCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  49. package/dist-types/ts3.4/models/models_1.d.ts +66 -78
  50. package/dist-types/ts3.4/models/models_2.d.ts +107 -86
  51. package/dist-types/ts3.4/models/models_3.d.ts +123 -3
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +9 -0
  53. package/package.json +6 -6
@@ -106,6 +106,7 @@ import { DescribeEndpointCommand, } from "./commands/DescribeEndpointCommand";
106
106
  import { DescribeEndpointConfigCommand, } from "./commands/DescribeEndpointConfigCommand";
107
107
  import { DescribeExperimentCommand, } from "./commands/DescribeExperimentCommand";
108
108
  import { DescribeFeatureGroupCommand, } from "./commands/DescribeFeatureGroupCommand";
109
+ import { DescribeFeatureMetadataCommand, } from "./commands/DescribeFeatureMetadataCommand";
109
110
  import { DescribeFlowDefinitionCommand, } from "./commands/DescribeFlowDefinitionCommand";
110
111
  import { DescribeHumanTaskUiCommand, } from "./commands/DescribeHumanTaskUiCommand";
111
112
  import { DescribeHyperParameterTuningJobCommand, } from "./commands/DescribeHyperParameterTuningJobCommand";
@@ -236,6 +237,8 @@ import { UpdateDomainCommand, } from "./commands/UpdateDomainCommand";
236
237
  import { UpdateEndpointCommand, } from "./commands/UpdateEndpointCommand";
237
238
  import { UpdateEndpointWeightsAndCapacitiesCommand, } from "./commands/UpdateEndpointWeightsAndCapacitiesCommand";
238
239
  import { UpdateExperimentCommand, } from "./commands/UpdateExperimentCommand";
240
+ import { UpdateFeatureGroupCommand, } from "./commands/UpdateFeatureGroupCommand";
241
+ import { UpdateFeatureMetadataCommand, } from "./commands/UpdateFeatureMetadataCommand";
239
242
  import { UpdateImageCommand } from "./commands/UpdateImageCommand";
240
243
  import { UpdateModelPackageCommand, } from "./commands/UpdateModelPackageCommand";
241
244
  import { UpdateMonitoringScheduleCommand, } from "./commands/UpdateMonitoringScheduleCommand";
@@ -1754,6 +1757,20 @@ var SageMaker = (function (_super) {
1754
1757
  return this.send(command, optionsOrCb);
1755
1758
  }
1756
1759
  };
1760
+ SageMaker.prototype.describeFeatureMetadata = function (args, optionsOrCb, cb) {
1761
+ var command = new DescribeFeatureMetadataCommand(args);
1762
+ if (typeof optionsOrCb === "function") {
1763
+ this.send(command, optionsOrCb);
1764
+ }
1765
+ else if (typeof cb === "function") {
1766
+ if (typeof optionsOrCb !== "object")
1767
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
1768
+ this.send(command, optionsOrCb || {}, cb);
1769
+ }
1770
+ else {
1771
+ return this.send(command, optionsOrCb);
1772
+ }
1773
+ };
1757
1774
  SageMaker.prototype.describeFlowDefinition = function (args, optionsOrCb, cb) {
1758
1775
  var command = new DescribeFlowDefinitionCommand(args);
1759
1776
  if (typeof optionsOrCb === "function") {
@@ -3574,6 +3591,34 @@ var SageMaker = (function (_super) {
3574
3591
  return this.send(command, optionsOrCb);
3575
3592
  }
3576
3593
  };
3594
+ SageMaker.prototype.updateFeatureGroup = function (args, optionsOrCb, cb) {
3595
+ var command = new UpdateFeatureGroupCommand(args);
3596
+ if (typeof optionsOrCb === "function") {
3597
+ this.send(command, optionsOrCb);
3598
+ }
3599
+ else if (typeof cb === "function") {
3600
+ if (typeof optionsOrCb !== "object")
3601
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3602
+ this.send(command, optionsOrCb || {}, cb);
3603
+ }
3604
+ else {
3605
+ return this.send(command, optionsOrCb);
3606
+ }
3607
+ };
3608
+ SageMaker.prototype.updateFeatureMetadata = function (args, optionsOrCb, cb) {
3609
+ var command = new UpdateFeatureMetadataCommand(args);
3610
+ if (typeof optionsOrCb === "function") {
3611
+ this.send(command, optionsOrCb);
3612
+ }
3613
+ else if (typeof cb === "function") {
3614
+ if (typeof optionsOrCb !== "object")
3615
+ throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
3616
+ this.send(command, optionsOrCb || {}, cb);
3617
+ }
3618
+ else {
3619
+ return this.send(command, optionsOrCb);
3620
+ }
3621
+ };
3577
3622
  SageMaker.prototype.updateImage = function (args, optionsOrCb, cb) {
3578
3623
  var command = new UpdateImageCommand(args);
3579
3624
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from "../models/models_1";
5
+ import { deserializeAws_json1_1DescribeFeatureMetadataCommand, serializeAws_json1_1DescribeFeatureMetadataCommand, } from "../protocols/Aws_json1_1";
6
+ var DescribeFeatureMetadataCommand = (function (_super) {
7
+ __extends(DescribeFeatureMetadataCommand, _super);
8
+ function DescribeFeatureMetadataCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ DescribeFeatureMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "DescribeFeatureMetadataCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: DescribeFeatureMetadataRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: DescribeFeatureMetadataResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DescribeFeatureMetadataCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1DescribeFeatureMetadataCommand(input, context);
33
+ };
34
+ DescribeFeatureMetadataCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1DescribeFeatureMetadataCommand(output, context);
36
+ };
37
+ return DescribeFeatureMetadataCommand;
38
+ }($Command));
39
+ export { DescribeFeatureMetadataCommand };
@@ -1,7 +1,8 @@
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 { DescribeInferenceRecommendationsJobRequest, DescribeInferenceRecommendationsJobResponse, } from "../models/models_1";
4
+ import { DescribeInferenceRecommendationsJobRequest } from "../models/models_1";
5
+ import { DescribeInferenceRecommendationsJobResponse } from "../models/models_2";
5
6
  import { deserializeAws_json1_1DescribeInferenceRecommendationsJobCommand, serializeAws_json1_1DescribeInferenceRecommendationsJobCommand, } from "../protocols/Aws_json1_1";
6
7
  var DescribeInferenceRecommendationsJobCommand = (function (_super) {
7
8
  __extends(DescribeInferenceRecommendationsJobCommand, _super);
@@ -1,7 +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 { ListProjectsInput, ListProjectsOutput } from "../models/models_2";
4
+ import { ListProjectsInput, ListProjectsOutput } from "../models/models_3";
5
5
  import { deserializeAws_json1_1ListProjectsCommand, serializeAws_json1_1ListProjectsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListProjectsCommand = (function (_super) {
7
7
  __extends(ListProjectsCommand, _super);
@@ -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 { ListStudioLifecycleConfigsRequest } from "../models/models_2";
5
- import { ListStudioLifecycleConfigsResponse } from "../models/models_3";
4
+ import { ListStudioLifecycleConfigsRequest, ListStudioLifecycleConfigsResponse } from "../models/models_3";
6
5
  import { deserializeAws_json1_1ListStudioLifecycleConfigsCommand, serializeAws_json1_1ListStudioLifecycleConfigsCommand, } from "../protocols/Aws_json1_1";
7
6
  var ListStudioLifecycleConfigsCommand = (function (_super) {
8
7
  __extends(ListStudioLifecycleConfigsCommand, _super);
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateFeatureGroupRequest, UpdateFeatureGroupResponse } from "../models/models_3";
5
+ import { deserializeAws_json1_1UpdateFeatureGroupCommand, serializeAws_json1_1UpdateFeatureGroupCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateFeatureGroupCommand = (function (_super) {
7
+ __extends(UpdateFeatureGroupCommand, _super);
8
+ function UpdateFeatureGroupCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateFeatureGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "UpdateFeatureGroupCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateFeatureGroupRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateFeatureGroupResponse.filterSensitiveLog,
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFeatureGroupCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateFeatureGroupCommand(input, context);
33
+ };
34
+ UpdateFeatureGroupCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateFeatureGroupCommand(output, context);
36
+ };
37
+ return UpdateFeatureGroupCommand;
38
+ }($Command));
39
+ export { UpdateFeatureGroupCommand };
@@ -0,0 +1,39 @@
1
+ import { __extends } from "tslib";
2
+ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
+ import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateFeatureMetadataRequest } from "../models/models_3";
5
+ import { deserializeAws_json1_1UpdateFeatureMetadataCommand, serializeAws_json1_1UpdateFeatureMetadataCommand, } from "../protocols/Aws_json1_1";
6
+ var UpdateFeatureMetadataCommand = (function (_super) {
7
+ __extends(UpdateFeatureMetadataCommand, _super);
8
+ function UpdateFeatureMetadataCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
12
+ }
13
+ UpdateFeatureMetadataCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
14
+ this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "SageMakerClient";
18
+ var commandName = "UpdateFeatureMetadataCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
23
+ inputFilterSensitiveLog: UpdateFeatureMetadataRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: function (output) { return output; },
25
+ };
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ UpdateFeatureMetadataCommand.prototype.serialize = function (input, context) {
32
+ return serializeAws_json1_1UpdateFeatureMetadataCommand(input, context);
33
+ };
34
+ UpdateFeatureMetadataCommand.prototype.deserialize = function (output, context) {
35
+ return deserializeAws_json1_1UpdateFeatureMetadataCommand(output, context);
36
+ };
37
+ return UpdateFeatureMetadataCommand;
38
+ }($Command));
39
+ export { UpdateFeatureMetadataCommand };
@@ -105,6 +105,7 @@ export * from "./DescribeEndpointCommand";
105
105
  export * from "./DescribeEndpointConfigCommand";
106
106
  export * from "./DescribeExperimentCommand";
107
107
  export * from "./DescribeFeatureGroupCommand";
108
+ export * from "./DescribeFeatureMetadataCommand";
108
109
  export * from "./DescribeFlowDefinitionCommand";
109
110
  export * from "./DescribeHumanTaskUiCommand";
110
111
  export * from "./DescribeHyperParameterTuningJobCommand";
@@ -235,6 +236,8 @@ export * from "./UpdateDomainCommand";
235
236
  export * from "./UpdateEndpointCommand";
236
237
  export * from "./UpdateEndpointWeightsAndCapacitiesCommand";
237
238
  export * from "./UpdateExperimentCommand";
239
+ export * from "./UpdateFeatureGroupCommand";
240
+ export * from "./UpdateFeatureMetadataCommand";
238
241
  export * from "./UpdateImageCommand";
239
242
  export * from "./UpdateModelPackageCommand";
240
243
  export * from "./UpdateMonitoringScheduleCommand";
@@ -1223,6 +1223,16 @@ export var FeatureGroupStatus;
1223
1223
  FeatureGroupStatus["DELETE_FAILED"] = "DeleteFailed";
1224
1224
  FeatureGroupStatus["DELETING"] = "Deleting";
1225
1225
  })(FeatureGroupStatus || (FeatureGroupStatus = {}));
1226
+ export var LastUpdateStatusValue;
1227
+ (function (LastUpdateStatusValue) {
1228
+ LastUpdateStatusValue["FAILED"] = "Failed";
1229
+ LastUpdateStatusValue["IN_PROGRESS"] = "InProgress";
1230
+ LastUpdateStatusValue["SUCCESSFUL"] = "Successful";
1231
+ })(LastUpdateStatusValue || (LastUpdateStatusValue = {}));
1232
+ export var LastUpdateStatus;
1233
+ (function (LastUpdateStatus) {
1234
+ LastUpdateStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1235
+ })(LastUpdateStatus || (LastUpdateStatus = {}));
1226
1236
  export var OfflineStoreStatusValue;
1227
1237
  (function (OfflineStoreStatusValue) {
1228
1238
  OfflineStoreStatusValue["ACTIVE"] = "Active";
@@ -1237,6 +1247,18 @@ export var DescribeFeatureGroupResponse;
1237
1247
  (function (DescribeFeatureGroupResponse) {
1238
1248
  DescribeFeatureGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1239
1249
  })(DescribeFeatureGroupResponse || (DescribeFeatureGroupResponse = {}));
1250
+ export var DescribeFeatureMetadataRequest;
1251
+ (function (DescribeFeatureMetadataRequest) {
1252
+ DescribeFeatureMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1253
+ })(DescribeFeatureMetadataRequest || (DescribeFeatureMetadataRequest = {}));
1254
+ export var FeatureParameter;
1255
+ (function (FeatureParameter) {
1256
+ FeatureParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1257
+ })(FeatureParameter || (FeatureParameter = {}));
1258
+ export var DescribeFeatureMetadataResponse;
1259
+ (function (DescribeFeatureMetadataResponse) {
1260
+ DescribeFeatureMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1261
+ })(DescribeFeatureMetadataResponse || (DescribeFeatureMetadataResponse = {}));
1240
1262
  export var DescribeFlowDefinitionRequest;
1241
1263
  (function (DescribeFlowDefinitionRequest) {
1242
1264
  DescribeFlowDefinitionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1355,28 +1377,3 @@ export var RecommendationMetrics;
1355
1377
  (function (RecommendationMetrics) {
1356
1378
  RecommendationMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1357
1379
  })(RecommendationMetrics || (RecommendationMetrics = {}));
1358
- export var EnvironmentParameter;
1359
- (function (EnvironmentParameter) {
1360
- EnvironmentParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1361
- })(EnvironmentParameter || (EnvironmentParameter = {}));
1362
- export var ModelConfiguration;
1363
- (function (ModelConfiguration) {
1364
- ModelConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1365
- })(ModelConfiguration || (ModelConfiguration = {}));
1366
- export var InferenceRecommendation;
1367
- (function (InferenceRecommendation) {
1368
- InferenceRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1369
- })(InferenceRecommendation || (InferenceRecommendation = {}));
1370
- export var RecommendationJobStatus;
1371
- (function (RecommendationJobStatus) {
1372
- RecommendationJobStatus["COMPLETED"] = "COMPLETED";
1373
- RecommendationJobStatus["FAILED"] = "FAILED";
1374
- RecommendationJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
1375
- RecommendationJobStatus["PENDING"] = "PENDING";
1376
- RecommendationJobStatus["STOPPED"] = "STOPPED";
1377
- RecommendationJobStatus["STOPPING"] = "STOPPING";
1378
- })(RecommendationJobStatus || (RecommendationJobStatus = {}));
1379
- export var DescribeInferenceRecommendationsJobResponse;
1380
- (function (DescribeInferenceRecommendationsJobResponse) {
1381
- DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1382
- })(DescribeInferenceRecommendationsJobResponse || (DescribeInferenceRecommendationsJobResponse = {}));
@@ -1,5 +1,30 @@
1
1
  import { __assign, __read } from "tslib";
2
2
  import { TrialComponentParameterValue, } from "./models_1";
3
+ export var EnvironmentParameter;
4
+ (function (EnvironmentParameter) {
5
+ EnvironmentParameter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(EnvironmentParameter || (EnvironmentParameter = {}));
7
+ export var ModelConfiguration;
8
+ (function (ModelConfiguration) {
9
+ ModelConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
+ })(ModelConfiguration || (ModelConfiguration = {}));
11
+ export var InferenceRecommendation;
12
+ (function (InferenceRecommendation) {
13
+ InferenceRecommendation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
+ })(InferenceRecommendation || (InferenceRecommendation = {}));
15
+ export var RecommendationJobStatus;
16
+ (function (RecommendationJobStatus) {
17
+ RecommendationJobStatus["COMPLETED"] = "COMPLETED";
18
+ RecommendationJobStatus["FAILED"] = "FAILED";
19
+ RecommendationJobStatus["IN_PROGRESS"] = "IN_PROGRESS";
20
+ RecommendationJobStatus["PENDING"] = "PENDING";
21
+ RecommendationJobStatus["STOPPED"] = "STOPPED";
22
+ RecommendationJobStatus["STOPPING"] = "STOPPING";
23
+ })(RecommendationJobStatus || (RecommendationJobStatus = {}));
24
+ export var DescribeInferenceRecommendationsJobResponse;
25
+ (function (DescribeInferenceRecommendationsJobResponse) {
26
+ DescribeInferenceRecommendationsJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
+ })(DescribeInferenceRecommendationsJobResponse || (DescribeInferenceRecommendationsJobResponse = {}));
3
28
  export var DescribeLabelingJobRequest;
4
29
  (function (DescribeLabelingJobRequest) {
5
30
  DescribeLabelingJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -554,6 +579,10 @@ export var FeatureGroupSummary;
554
579
  (function (FeatureGroupSummary) {
555
580
  FeatureGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
556
581
  })(FeatureGroupSummary || (FeatureGroupSummary = {}));
582
+ export var FeatureMetadata;
583
+ (function (FeatureMetadata) {
584
+ FeatureMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
585
+ })(FeatureMetadata || (FeatureMetadata = {}));
557
586
  export var Operator;
558
587
  (function (Operator) {
559
588
  Operator["CONTAINS"] = "Contains";
@@ -619,6 +648,7 @@ export var ResourceType;
619
648
  ResourceType["EXPERIMENT_TRIAL"] = "ExperimentTrial";
620
649
  ResourceType["EXPERIMENT_TRIAL_COMPONENT"] = "ExperimentTrialComponent";
621
650
  ResourceType["FEATURE_GROUP"] = "FeatureGroup";
651
+ ResourceType["FEATURE_METADATA"] = "FeatureMetadata";
622
652
  ResourceType["MODEL_PACKAGE"] = "ModelPackage";
623
653
  ResourceType["MODEL_PACKAGE_GROUP"] = "ModelPackageGroup";
624
654
  ResourceType["PIPELINE"] = "Pipeline";
@@ -1346,30 +1376,3 @@ export var ProjectSortBy;
1346
1376
  ProjectSortBy["CREATION_TIME"] = "CreationTime";
1347
1377
  ProjectSortBy["NAME"] = "Name";
1348
1378
  })(ProjectSortBy || (ProjectSortBy = {}));
1349
- export var ProjectSortOrder;
1350
- (function (ProjectSortOrder) {
1351
- ProjectSortOrder["ASCENDING"] = "Ascending";
1352
- ProjectSortOrder["DESCENDING"] = "Descending";
1353
- })(ProjectSortOrder || (ProjectSortOrder = {}));
1354
- export var ListProjectsInput;
1355
- (function (ListProjectsInput) {
1356
- ListProjectsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1357
- })(ListProjectsInput || (ListProjectsInput = {}));
1358
- export var ProjectSummary;
1359
- (function (ProjectSummary) {
1360
- ProjectSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1361
- })(ProjectSummary || (ProjectSummary = {}));
1362
- export var ListProjectsOutput;
1363
- (function (ListProjectsOutput) {
1364
- ListProjectsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1365
- })(ListProjectsOutput || (ListProjectsOutput = {}));
1366
- export var StudioLifecycleConfigSortKey;
1367
- (function (StudioLifecycleConfigSortKey) {
1368
- StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
1369
- StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
1370
- StudioLifecycleConfigSortKey["Name"] = "Name";
1371
- })(StudioLifecycleConfigSortKey || (StudioLifecycleConfigSortKey = {}));
1372
- export var ListStudioLifecycleConfigsRequest;
1373
- (function (ListStudioLifecycleConfigsRequest) {
1374
- ListStudioLifecycleConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1375
- })(ListStudioLifecycleConfigsRequest || (ListStudioLifecycleConfigsRequest = {}));
@@ -1,5 +1,32 @@
1
1
  import { __assign, __read } from "tslib";
2
2
  import { OidcConfig, TrialComponentParameterValue, } from "./models_1";
3
+ export var ProjectSortOrder;
4
+ (function (ProjectSortOrder) {
5
+ ProjectSortOrder["ASCENDING"] = "Ascending";
6
+ ProjectSortOrder["DESCENDING"] = "Descending";
7
+ })(ProjectSortOrder || (ProjectSortOrder = {}));
8
+ export var ListProjectsInput;
9
+ (function (ListProjectsInput) {
10
+ ListProjectsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
11
+ })(ListProjectsInput || (ListProjectsInput = {}));
12
+ export var ProjectSummary;
13
+ (function (ProjectSummary) {
14
+ ProjectSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
+ })(ProjectSummary || (ProjectSummary = {}));
16
+ export var ListProjectsOutput;
17
+ (function (ListProjectsOutput) {
18
+ ListProjectsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
19
+ })(ListProjectsOutput || (ListProjectsOutput = {}));
20
+ export var StudioLifecycleConfigSortKey;
21
+ (function (StudioLifecycleConfigSortKey) {
22
+ StudioLifecycleConfigSortKey["CreationTime"] = "CreationTime";
23
+ StudioLifecycleConfigSortKey["LastModifiedTime"] = "LastModifiedTime";
24
+ StudioLifecycleConfigSortKey["Name"] = "Name";
25
+ })(StudioLifecycleConfigSortKey || (StudioLifecycleConfigSortKey = {}));
26
+ export var ListStudioLifecycleConfigsRequest;
27
+ (function (ListStudioLifecycleConfigsRequest) {
28
+ ListStudioLifecycleConfigsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
+ })(ListStudioLifecycleConfigsRequest || (ListStudioLifecycleConfigsRequest = {}));
3
30
  export var StudioLifecycleConfigDetails;
4
31
  (function (StudioLifecycleConfigDetails) {
5
32
  StudioLifecycleConfigDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -445,6 +472,18 @@ export var UpdateExperimentResponse;
445
472
  (function (UpdateExperimentResponse) {
446
473
  UpdateExperimentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
447
474
  })(UpdateExperimentResponse || (UpdateExperimentResponse = {}));
475
+ export var UpdateFeatureGroupRequest;
476
+ (function (UpdateFeatureGroupRequest) {
477
+ UpdateFeatureGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
478
+ })(UpdateFeatureGroupRequest || (UpdateFeatureGroupRequest = {}));
479
+ export var UpdateFeatureGroupResponse;
480
+ (function (UpdateFeatureGroupResponse) {
481
+ UpdateFeatureGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
482
+ })(UpdateFeatureGroupResponse || (UpdateFeatureGroupResponse = {}));
483
+ export var UpdateFeatureMetadataRequest;
484
+ (function (UpdateFeatureMetadataRequest) {
485
+ UpdateFeatureMetadataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
486
+ })(UpdateFeatureMetadataRequest || (UpdateFeatureMetadataRequest = {}));
448
487
  export var UpdateImageRequest;
449
488
  (function (UpdateImageRequest) {
450
489
  UpdateImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };