@aws-sdk/client-sagemaker 3.181.0 → 3.182.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/commands/CreateFlowDefinitionCommand.js +3 -3
- package/dist-cjs/commands/CreateHumanTaskUiCommand.js +3 -3
- package/dist-cjs/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-cjs/commands/DescribeExperimentCommand.js +3 -3
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-cjs/commands/ListModelsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringExecutionsCommand.js +3 -3
- package/dist-cjs/commands/ListMonitoringSchedulesCommand.js +1 -2
- package/dist-cjs/models/models_0.js +104 -41
- package/dist-cjs/models/models_1.js +43 -51
- package/dist-cjs/models/models_2.js +50 -46
- package/dist-cjs/models/models_3.js +44 -4
- package/dist-cjs/protocols/Aws_json1_1.js +181 -0
- package/dist-es/commands/CreateFlowDefinitionCommand.js +1 -1
- package/dist-es/commands/CreateHumanTaskUiCommand.js +1 -1
- package/dist-es/commands/DescribeEndpointConfigCommand.js +2 -1
- package/dist-es/commands/DescribeExperimentCommand.js +1 -1
- package/dist-es/commands/DescribeFeatureGroupCommand.js +1 -2
- package/dist-es/commands/ListModelsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringExecutionsCommand.js +1 -1
- package/dist-es/commands/ListMonitoringSchedulesCommand.js +1 -2
- package/dist-es/models/models_0.js +81 -9
- package/dist-es/models/models_1.js +9 -26
- package/dist-es/models/models_2.js +26 -19
- package/dist-es/models/models_3.js +19 -0
- package/dist-es/protocols/Aws_json1_1.js +151 -2
- package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -2
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +348 -528
- package/dist-types/models/models_1.d.ts +529 -155
- package/dist-types/models/models_2.d.ts +160 -274
- package/dist-types/models/models_3.d.ts +279 -3
- package/dist-types/ts3.4/commands/CreateFlowDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHumanTaskUiCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +128 -75
- package/dist-types/ts3.4/models/models_1.d.ts +80 -73
- package/dist-types/ts3.4/models/models_2.d.ts +78 -100
- package/dist-types/ts3.4/models/models_3.d.ts +100 -2
- package/package.json +1 -1
|
@@ -577,6 +577,81 @@ export var CaptureStatus;
|
|
|
577
577
|
CaptureStatus["STARTED"] = "Started";
|
|
578
578
|
CaptureStatus["STOPPED"] = "Stopped";
|
|
579
579
|
})(CaptureStatus || (CaptureStatus = {}));
|
|
580
|
+
export var ClarifyFeatureType;
|
|
581
|
+
(function (ClarifyFeatureType) {
|
|
582
|
+
ClarifyFeatureType["CATEGORICAL"] = "categorical";
|
|
583
|
+
ClarifyFeatureType["NUMERICAL"] = "numerical";
|
|
584
|
+
ClarifyFeatureType["TEXT"] = "text";
|
|
585
|
+
})(ClarifyFeatureType || (ClarifyFeatureType = {}));
|
|
586
|
+
export var ClarifyTextGranularity;
|
|
587
|
+
(function (ClarifyTextGranularity) {
|
|
588
|
+
ClarifyTextGranularity["PARAGRAPH"] = "paragraph";
|
|
589
|
+
ClarifyTextGranularity["SENTENCE"] = "sentence";
|
|
590
|
+
ClarifyTextGranularity["TOKEN"] = "token";
|
|
591
|
+
})(ClarifyTextGranularity || (ClarifyTextGranularity = {}));
|
|
592
|
+
export var ClarifyTextLanguage;
|
|
593
|
+
(function (ClarifyTextLanguage) {
|
|
594
|
+
ClarifyTextLanguage["AFRIKAANS"] = "af";
|
|
595
|
+
ClarifyTextLanguage["ALBANIAN"] = "sq";
|
|
596
|
+
ClarifyTextLanguage["ARABIC"] = "ar";
|
|
597
|
+
ClarifyTextLanguage["ARMENIAN"] = "hy";
|
|
598
|
+
ClarifyTextLanguage["BASQUE"] = "eu";
|
|
599
|
+
ClarifyTextLanguage["BENGALI"] = "bn";
|
|
600
|
+
ClarifyTextLanguage["BULGARIAN"] = "bg";
|
|
601
|
+
ClarifyTextLanguage["CATALAN"] = "ca";
|
|
602
|
+
ClarifyTextLanguage["CHINESE"] = "zh";
|
|
603
|
+
ClarifyTextLanguage["CROATIAN"] = "hr";
|
|
604
|
+
ClarifyTextLanguage["CZECH"] = "cs";
|
|
605
|
+
ClarifyTextLanguage["DANISH"] = "da";
|
|
606
|
+
ClarifyTextLanguage["DUTCH"] = "nl";
|
|
607
|
+
ClarifyTextLanguage["ENGLISH"] = "en";
|
|
608
|
+
ClarifyTextLanguage["ESTONIAN"] = "et";
|
|
609
|
+
ClarifyTextLanguage["FINNISH"] = "fi";
|
|
610
|
+
ClarifyTextLanguage["FRENCH"] = "fr";
|
|
611
|
+
ClarifyTextLanguage["GERMAN"] = "de";
|
|
612
|
+
ClarifyTextLanguage["GREEK"] = "el";
|
|
613
|
+
ClarifyTextLanguage["GUJARATI"] = "gu";
|
|
614
|
+
ClarifyTextLanguage["HEBREW"] = "he";
|
|
615
|
+
ClarifyTextLanguage["HINDI"] = "hi";
|
|
616
|
+
ClarifyTextLanguage["HUNGARIAN"] = "hu";
|
|
617
|
+
ClarifyTextLanguage["ICELANDIC"] = "is";
|
|
618
|
+
ClarifyTextLanguage["INDONESIAN"] = "id";
|
|
619
|
+
ClarifyTextLanguage["IRISH"] = "ga";
|
|
620
|
+
ClarifyTextLanguage["ITALIAN"] = "it";
|
|
621
|
+
ClarifyTextLanguage["KANNADA"] = "kn";
|
|
622
|
+
ClarifyTextLanguage["KYRGYZ"] = "ky";
|
|
623
|
+
ClarifyTextLanguage["LATVIAN"] = "lv";
|
|
624
|
+
ClarifyTextLanguage["LIGURIAN"] = "lij";
|
|
625
|
+
ClarifyTextLanguage["LITHUANIAN"] = "lt";
|
|
626
|
+
ClarifyTextLanguage["LUXEMBOURGISH"] = "lb";
|
|
627
|
+
ClarifyTextLanguage["MACEDONIAN"] = "mk";
|
|
628
|
+
ClarifyTextLanguage["MALAYALAM"] = "ml";
|
|
629
|
+
ClarifyTextLanguage["MARATHI"] = "mr";
|
|
630
|
+
ClarifyTextLanguage["MULTI_LANGUAGE"] = "xx";
|
|
631
|
+
ClarifyTextLanguage["NEPALI"] = "ne";
|
|
632
|
+
ClarifyTextLanguage["NORWEGIAN_BOKMAL"] = "nb";
|
|
633
|
+
ClarifyTextLanguage["PERSIAN"] = "fa";
|
|
634
|
+
ClarifyTextLanguage["POLISH"] = "pl";
|
|
635
|
+
ClarifyTextLanguage["PORTUGUESE"] = "pt";
|
|
636
|
+
ClarifyTextLanguage["ROMANIAN"] = "ro";
|
|
637
|
+
ClarifyTextLanguage["RUSSIAN"] = "ru";
|
|
638
|
+
ClarifyTextLanguage["SANSKRIT"] = "sa";
|
|
639
|
+
ClarifyTextLanguage["SERBIAN"] = "sr";
|
|
640
|
+
ClarifyTextLanguage["SETSWANA"] = "tn";
|
|
641
|
+
ClarifyTextLanguage["SINHALA"] = "si";
|
|
642
|
+
ClarifyTextLanguage["SLOVAK"] = "sk";
|
|
643
|
+
ClarifyTextLanguage["SLOVENIAN"] = "sl";
|
|
644
|
+
ClarifyTextLanguage["SPANISH"] = "es";
|
|
645
|
+
ClarifyTextLanguage["SWEDISH"] = "sv";
|
|
646
|
+
ClarifyTextLanguage["TAGALOG"] = "tl";
|
|
647
|
+
ClarifyTextLanguage["TAMIL"] = "ta";
|
|
648
|
+
ClarifyTextLanguage["TATAR"] = "tt";
|
|
649
|
+
ClarifyTextLanguage["TELUGU"] = "te";
|
|
650
|
+
ClarifyTextLanguage["TURKISH"] = "tr";
|
|
651
|
+
ClarifyTextLanguage["UKRAINIAN"] = "uk";
|
|
652
|
+
ClarifyTextLanguage["URDU"] = "ur";
|
|
653
|
+
ClarifyTextLanguage["YORUBA"] = "yo";
|
|
654
|
+
})(ClarifyTextLanguage || (ClarifyTextLanguage = {}));
|
|
580
655
|
export var CodeRepositorySortBy;
|
|
581
656
|
(function (CodeRepositorySortBy) {
|
|
582
657
|
CodeRepositorySortBy["CREATION_TIME"] = "CreationTime";
|
|
@@ -951,6 +1026,11 @@ export var CategoricalParameterRangeSpecificationFilterSensitiveLog = function (
|
|
|
951
1026
|
export var ChannelSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
1027
|
export var CheckpointConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
1028
|
export var ClarifyCheckStepMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1029
|
+
export var ClarifyInferenceConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
|
+
export var ClarifyShapBaselineConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
+
export var ClarifyTextConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
+
export var ClarifyShapConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
+
export var ClarifyExplainerConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
1034
|
export var GitConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
1035
|
export var CodeRepositorySummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
1036
|
export var CognitoConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1037,6 +1117,7 @@ export var DeploymentConfigFilterSensitiveLog = function (obj) { return (__assig
|
|
|
1037
1117
|
export var CreateEndpointInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1038
1118
|
export var CreateEndpointOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
1119
|
export var DataCaptureConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1120
|
+
export var ExplainerConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1040
1121
|
export var ProductionVariantCoreDumpConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1041
1122
|
export var ProductionVariantServerlessConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1042
1123
|
export var ProductionVariantFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1056,12 +1137,3 @@ export var HumanLoopActivationConditionsConfigFilterSensitiveLog = function (obj
|
|
|
1056
1137
|
export var HumanLoopActivationConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
1138
|
export var USDFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
1139
|
export var PublicWorkforceTaskPriceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1059
|
-
export var HumanLoopConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
-
export var HumanLoopRequestSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
-
export var FlowDefinitionOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1062
|
-
export var CreateFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1063
|
-
export var CreateFlowDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
|
-
export var UiTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
export var CreateHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1066
|
-
export var CreateHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1067
|
-
export var IntegerParameterRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -267,26 +267,15 @@ export var VariantStatus;
|
|
|
267
267
|
VariantStatus["DELETING"] = "Deleting";
|
|
268
268
|
VariantStatus["UPDATING"] = "Updating";
|
|
269
269
|
})(VariantStatus || (VariantStatus = {}));
|
|
270
|
-
export var
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
export var
|
|
279
|
-
(function (LastUpdateStatusValue) {
|
|
280
|
-
LastUpdateStatusValue["FAILED"] = "Failed";
|
|
281
|
-
LastUpdateStatusValue["IN_PROGRESS"] = "InProgress";
|
|
282
|
-
LastUpdateStatusValue["SUCCESSFUL"] = "Successful";
|
|
283
|
-
})(LastUpdateStatusValue || (LastUpdateStatusValue = {}));
|
|
284
|
-
export var OfflineStoreStatusValue;
|
|
285
|
-
(function (OfflineStoreStatusValue) {
|
|
286
|
-
OfflineStoreStatusValue["ACTIVE"] = "Active";
|
|
287
|
-
OfflineStoreStatusValue["BLOCKED"] = "Blocked";
|
|
288
|
-
OfflineStoreStatusValue["DISABLED"] = "Disabled";
|
|
289
|
-
})(OfflineStoreStatusValue || (OfflineStoreStatusValue = {}));
|
|
270
|
+
export var HumanLoopConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var HumanLoopRequestSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var FlowDefinitionOutputConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var CreateFlowDefinitionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var CreateFlowDefinitionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var UiTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var CreateHumanTaskUiRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var CreateHumanTaskUiResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var IntegerParameterRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
279
|
export var ParameterRangesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
280
|
export var ResourceLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
281
|
export var HyperbandStrategyConfigFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -562,9 +551,3 @@ export var PendingDeploymentSummaryFilterSensitiveLog = function (obj) { return
|
|
|
562
551
|
export var ProductionVariantSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
552
|
export var DescribeEndpointOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
553
|
export var DescribeEndpointConfigInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
export var DescribeEndpointConfigOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
-
export var DescribeExperimentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
-
export var ExperimentSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
-
export var DescribeExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
export var DescribeFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
-
export var LastUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { TrialComponentParameterValueFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export var FeatureGroupStatus;
|
|
4
|
+
(function (FeatureGroupStatus) {
|
|
5
|
+
FeatureGroupStatus["CREATED"] = "Created";
|
|
6
|
+
FeatureGroupStatus["CREATE_FAILED"] = "CreateFailed";
|
|
7
|
+
FeatureGroupStatus["CREATING"] = "Creating";
|
|
8
|
+
FeatureGroupStatus["DELETE_FAILED"] = "DeleteFailed";
|
|
9
|
+
FeatureGroupStatus["DELETING"] = "Deleting";
|
|
10
|
+
})(FeatureGroupStatus || (FeatureGroupStatus = {}));
|
|
11
|
+
export var LastUpdateStatusValue;
|
|
12
|
+
(function (LastUpdateStatusValue) {
|
|
13
|
+
LastUpdateStatusValue["FAILED"] = "Failed";
|
|
14
|
+
LastUpdateStatusValue["IN_PROGRESS"] = "InProgress";
|
|
15
|
+
LastUpdateStatusValue["SUCCESSFUL"] = "Successful";
|
|
16
|
+
})(LastUpdateStatusValue || (LastUpdateStatusValue = {}));
|
|
17
|
+
export var OfflineStoreStatusValue;
|
|
18
|
+
(function (OfflineStoreStatusValue) {
|
|
19
|
+
OfflineStoreStatusValue["ACTIVE"] = "Active";
|
|
20
|
+
OfflineStoreStatusValue["BLOCKED"] = "Blocked";
|
|
21
|
+
OfflineStoreStatusValue["DISABLED"] = "Disabled";
|
|
22
|
+
})(OfflineStoreStatusValue || (OfflineStoreStatusValue = {}));
|
|
3
23
|
export var FlowDefinitionStatus;
|
|
4
24
|
(function (FlowDefinitionStatus) {
|
|
5
25
|
FlowDefinitionStatus["ACTIVE"] = "Active";
|
|
@@ -422,18 +442,12 @@ export var ModelSortKey;
|
|
|
422
442
|
ModelSortKey["CreationTime"] = "CreationTime";
|
|
423
443
|
ModelSortKey["Name"] = "Name";
|
|
424
444
|
})(ModelSortKey || (ModelSortKey = {}));
|
|
425
|
-
export var
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
export var MonitoringScheduleSortKey;
|
|
432
|
-
(function (MonitoringScheduleSortKey) {
|
|
433
|
-
MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
|
|
434
|
-
MonitoringScheduleSortKey["NAME"] = "Name";
|
|
435
|
-
MonitoringScheduleSortKey["STATUS"] = "Status";
|
|
436
|
-
})(MonitoringScheduleSortKey || (MonitoringScheduleSortKey = {}));
|
|
445
|
+
export var DescribeEndpointConfigOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var DescribeExperimentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var ExperimentSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var DescribeExperimentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var DescribeFeatureGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
+
export var LastUpdateStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
451
|
export var OfflineStoreStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
452
|
export var DescribeFeatureGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
453
|
export var DescribeFeatureMetadataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -672,10 +686,3 @@ export var ModelPackageSummaryFilterSensitiveLog = function (obj) { return (__as
|
|
|
672
686
|
export var ListModelPackagesOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
687
|
export var ListModelQualityJobDefinitionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
688
|
export var ListModelQualityJobDefinitionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
-
export var ListModelsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
-
export var ModelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
export var ListModelsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
export var ListMonitoringExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
-
export var ListMonitoringExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
-
export var ListMonitoringSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
export var MonitoringScheduleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { __assign, __read } from "tslib";
|
|
2
2
|
import { OidcConfigFilterSensitiveLog, TrialComponentParameterValueFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export var MonitoringExecutionSortKey;
|
|
4
|
+
(function (MonitoringExecutionSortKey) {
|
|
5
|
+
MonitoringExecutionSortKey["CREATION_TIME"] = "CreationTime";
|
|
6
|
+
MonitoringExecutionSortKey["SCHEDULED_TIME"] = "ScheduledTime";
|
|
7
|
+
MonitoringExecutionSortKey["STATUS"] = "Status";
|
|
8
|
+
})(MonitoringExecutionSortKey || (MonitoringExecutionSortKey = {}));
|
|
9
|
+
export var MonitoringScheduleSortKey;
|
|
10
|
+
(function (MonitoringScheduleSortKey) {
|
|
11
|
+
MonitoringScheduleSortKey["CREATION_TIME"] = "CreationTime";
|
|
12
|
+
MonitoringScheduleSortKey["NAME"] = "Name";
|
|
13
|
+
MonitoringScheduleSortKey["STATUS"] = "Status";
|
|
14
|
+
})(MonitoringScheduleSortKey || (MonitoringScheduleSortKey = {}));
|
|
3
15
|
export var NotebookInstanceLifecycleConfigSortKey;
|
|
4
16
|
(function (NotebookInstanceLifecycleConfigSortKey) {
|
|
5
17
|
NotebookInstanceLifecycleConfigSortKey["CREATION_TIME"] = "CreationTime";
|
|
@@ -100,6 +112,13 @@ export var VariantPropertyType;
|
|
|
100
112
|
VariantPropertyType["DesiredInstanceCount"] = "DesiredInstanceCount";
|
|
101
113
|
VariantPropertyType["DesiredWeight"] = "DesiredWeight";
|
|
102
114
|
})(VariantPropertyType || (VariantPropertyType = {}));
|
|
115
|
+
export var ListModelsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var ModelSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var ListModelsOutputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var ListMonitoringExecutionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var ListMonitoringExecutionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
+
export var ListMonitoringSchedulesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
121
|
+
export var MonitoringScheduleSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
122
|
export var ListMonitoringSchedulesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
123
|
export var ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
124
|
export var NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -15954,6 +15954,52 @@ var serializeAws_json1_1Cidrs = function (input, context) {
|
|
|
15954
15954
|
return entry;
|
|
15955
15955
|
});
|
|
15956
15956
|
};
|
|
15957
|
+
var serializeAws_json1_1ClarifyExplainerConfig = function (input, context) {
|
|
15958
|
+
return __assign(__assign(__assign({}, (input.EnableExplanations != null && { EnableExplanations: input.EnableExplanations })), (input.InferenceConfig != null && {
|
|
15959
|
+
InferenceConfig: serializeAws_json1_1ClarifyInferenceConfig(input.InferenceConfig, context),
|
|
15960
|
+
})), (input.ShapConfig != null && { ShapConfig: serializeAws_json1_1ClarifyShapConfig(input.ShapConfig, context) }));
|
|
15961
|
+
};
|
|
15962
|
+
var serializeAws_json1_1ClarifyFeatureHeaders = function (input, context) {
|
|
15963
|
+
return input
|
|
15964
|
+
.filter(function (e) { return e != null; })
|
|
15965
|
+
.map(function (entry) {
|
|
15966
|
+
return entry;
|
|
15967
|
+
});
|
|
15968
|
+
};
|
|
15969
|
+
var serializeAws_json1_1ClarifyFeatureTypes = function (input, context) {
|
|
15970
|
+
return input
|
|
15971
|
+
.filter(function (e) { return e != null; })
|
|
15972
|
+
.map(function (entry) {
|
|
15973
|
+
return entry;
|
|
15974
|
+
});
|
|
15975
|
+
};
|
|
15976
|
+
var serializeAws_json1_1ClarifyInferenceConfig = function (input, context) {
|
|
15977
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentTemplate != null && { ContentTemplate: input.ContentTemplate })), (input.FeatureHeaders != null && {
|
|
15978
|
+
FeatureHeaders: serializeAws_json1_1ClarifyFeatureHeaders(input.FeatureHeaders, context),
|
|
15979
|
+
})), (input.FeatureTypes != null && {
|
|
15980
|
+
FeatureTypes: serializeAws_json1_1ClarifyFeatureTypes(input.FeatureTypes, context),
|
|
15981
|
+
})), (input.FeaturesAttribute != null && { FeaturesAttribute: input.FeaturesAttribute })), (input.LabelAttribute != null && { LabelAttribute: input.LabelAttribute })), (input.LabelHeaders != null && {
|
|
15982
|
+
LabelHeaders: serializeAws_json1_1ClarifyLabelHeaders(input.LabelHeaders, context),
|
|
15983
|
+
})), (input.LabelIndex != null && { LabelIndex: input.LabelIndex })), (input.MaxPayloadInMB != null && { MaxPayloadInMB: input.MaxPayloadInMB })), (input.MaxRecordCount != null && { MaxRecordCount: input.MaxRecordCount })), (input.ProbabilityAttribute != null && { ProbabilityAttribute: input.ProbabilityAttribute })), (input.ProbabilityIndex != null && { ProbabilityIndex: input.ProbabilityIndex }));
|
|
15984
|
+
};
|
|
15985
|
+
var serializeAws_json1_1ClarifyLabelHeaders = function (input, context) {
|
|
15986
|
+
return input
|
|
15987
|
+
.filter(function (e) { return e != null; })
|
|
15988
|
+
.map(function (entry) {
|
|
15989
|
+
return entry;
|
|
15990
|
+
});
|
|
15991
|
+
};
|
|
15992
|
+
var serializeAws_json1_1ClarifyShapBaselineConfig = function (input, context) {
|
|
15993
|
+
return __assign(__assign(__assign({}, (input.MimeType != null && { MimeType: input.MimeType })), (input.ShapBaseline != null && { ShapBaseline: input.ShapBaseline })), (input.ShapBaselineUri != null && { ShapBaselineUri: input.ShapBaselineUri }));
|
|
15994
|
+
};
|
|
15995
|
+
var serializeAws_json1_1ClarifyShapConfig = function (input, context) {
|
|
15996
|
+
return __assign(__assign(__assign(__assign(__assign({}, (input.NumberOfSamples != null && { NumberOfSamples: input.NumberOfSamples })), (input.Seed != null && { Seed: input.Seed })), (input.ShapBaselineConfig != null && {
|
|
15997
|
+
ShapBaselineConfig: serializeAws_json1_1ClarifyShapBaselineConfig(input.ShapBaselineConfig, context),
|
|
15998
|
+
})), (input.TextConfig != null && { TextConfig: serializeAws_json1_1ClarifyTextConfig(input.TextConfig, context) })), (input.UseLogit != null && { UseLogit: input.UseLogit }));
|
|
15999
|
+
};
|
|
16000
|
+
var serializeAws_json1_1ClarifyTextConfig = function (input, context) {
|
|
16001
|
+
return __assign(__assign({}, (input.Granularity != null && { Granularity: input.Granularity })), (input.Language != null && { Language: input.Language }));
|
|
16002
|
+
};
|
|
15957
16003
|
var serializeAws_json1_1CognitoConfig = function (input, context) {
|
|
15958
16004
|
return __assign(__assign({}, (input.ClientId != null && { ClientId: input.ClientId })), (input.UserPool != null && { UserPool: input.UserPool }));
|
|
15959
16005
|
};
|
|
@@ -16147,11 +16193,13 @@ var serializeAws_json1_1CreateEdgePackagingJobRequest = function (input, context
|
|
|
16147
16193
|
})), (input.ResourceKey != null && { ResourceKey: input.ResourceKey })), (input.RoleArn != null && { RoleArn: input.RoleArn })), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
16148
16194
|
};
|
|
16149
16195
|
var serializeAws_json1_1CreateEndpointConfigInput = function (input, context) {
|
|
16150
|
-
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.AsyncInferenceConfig != null && {
|
|
16196
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AsyncInferenceConfig != null && {
|
|
16151
16197
|
AsyncInferenceConfig: serializeAws_json1_1AsyncInferenceConfig(input.AsyncInferenceConfig, context),
|
|
16152
16198
|
})), (input.DataCaptureConfig != null && {
|
|
16153
16199
|
DataCaptureConfig: serializeAws_json1_1DataCaptureConfig(input.DataCaptureConfig, context),
|
|
16154
|
-
})), (input.EndpointConfigName != null && { EndpointConfigName: input.EndpointConfigName })), (input.
|
|
16200
|
+
})), (input.EndpointConfigName != null && { EndpointConfigName: input.EndpointConfigName })), (input.ExplainerConfig != null && {
|
|
16201
|
+
ExplainerConfig: serializeAws_json1_1ExplainerConfig(input.ExplainerConfig, context),
|
|
16202
|
+
})), (input.KmsKeyId != null && { KmsKeyId: input.KmsKeyId })), (input.ProductionVariants != null && {
|
|
16155
16203
|
ProductionVariants: serializeAws_json1_1ProductionVariantList(input.ProductionVariants, context),
|
|
16156
16204
|
})), (input.Tags != null && { Tags: serializeAws_json1_1TagList(input.Tags, context) }));
|
|
16157
16205
|
};
|
|
@@ -17024,6 +17072,11 @@ var serializeAws_json1_1ExperimentConfig = function (input, context) {
|
|
|
17024
17072
|
var serializeAws_json1_1Explainability = function (input, context) {
|
|
17025
17073
|
return __assign({}, (input.Report != null && { Report: serializeAws_json1_1MetricsSource(input.Report, context) }));
|
|
17026
17074
|
};
|
|
17075
|
+
var serializeAws_json1_1ExplainerConfig = function (input, context) {
|
|
17076
|
+
return __assign({}, (input.ClarifyExplainerConfig != null && {
|
|
17077
|
+
ClarifyExplainerConfig: serializeAws_json1_1ClarifyExplainerConfig(input.ClarifyExplainerConfig, context),
|
|
17078
|
+
}));
|
|
17079
|
+
};
|
|
17027
17080
|
var serializeAws_json1_1FeatureAdditions = function (input, context) {
|
|
17028
17081
|
return input
|
|
17029
17082
|
.filter(function (e) { return e != null; })
|
|
@@ -20027,6 +20080,89 @@ var deserializeAws_json1_1ClarifyCheckStepMetadata = function (output, context)
|
|
|
20027
20080
|
ViolationReport: __expectString(output.ViolationReport),
|
|
20028
20081
|
};
|
|
20029
20082
|
};
|
|
20083
|
+
var deserializeAws_json1_1ClarifyExplainerConfig = function (output, context) {
|
|
20084
|
+
return {
|
|
20085
|
+
EnableExplanations: __expectString(output.EnableExplanations),
|
|
20086
|
+
InferenceConfig: output.InferenceConfig != null
|
|
20087
|
+
? deserializeAws_json1_1ClarifyInferenceConfig(output.InferenceConfig, context)
|
|
20088
|
+
: undefined,
|
|
20089
|
+
ShapConfig: output.ShapConfig != null ? deserializeAws_json1_1ClarifyShapConfig(output.ShapConfig, context) : undefined,
|
|
20090
|
+
};
|
|
20091
|
+
};
|
|
20092
|
+
var deserializeAws_json1_1ClarifyFeatureHeaders = function (output, context) {
|
|
20093
|
+
var retVal = (output || [])
|
|
20094
|
+
.filter(function (e) { return e != null; })
|
|
20095
|
+
.map(function (entry) {
|
|
20096
|
+
if (entry === null) {
|
|
20097
|
+
return null;
|
|
20098
|
+
}
|
|
20099
|
+
return __expectString(entry);
|
|
20100
|
+
});
|
|
20101
|
+
return retVal;
|
|
20102
|
+
};
|
|
20103
|
+
var deserializeAws_json1_1ClarifyFeatureTypes = function (output, context) {
|
|
20104
|
+
var retVal = (output || [])
|
|
20105
|
+
.filter(function (e) { return e != null; })
|
|
20106
|
+
.map(function (entry) {
|
|
20107
|
+
if (entry === null) {
|
|
20108
|
+
return null;
|
|
20109
|
+
}
|
|
20110
|
+
return __expectString(entry);
|
|
20111
|
+
});
|
|
20112
|
+
return retVal;
|
|
20113
|
+
};
|
|
20114
|
+
var deserializeAws_json1_1ClarifyInferenceConfig = function (output, context) {
|
|
20115
|
+
return {
|
|
20116
|
+
ContentTemplate: __expectString(output.ContentTemplate),
|
|
20117
|
+
FeatureHeaders: output.FeatureHeaders != null
|
|
20118
|
+
? deserializeAws_json1_1ClarifyFeatureHeaders(output.FeatureHeaders, context)
|
|
20119
|
+
: undefined,
|
|
20120
|
+
FeatureTypes: output.FeatureTypes != null ? deserializeAws_json1_1ClarifyFeatureTypes(output.FeatureTypes, context) : undefined,
|
|
20121
|
+
FeaturesAttribute: __expectString(output.FeaturesAttribute),
|
|
20122
|
+
LabelAttribute: __expectString(output.LabelAttribute),
|
|
20123
|
+
LabelHeaders: output.LabelHeaders != null ? deserializeAws_json1_1ClarifyLabelHeaders(output.LabelHeaders, context) : undefined,
|
|
20124
|
+
LabelIndex: __expectInt32(output.LabelIndex),
|
|
20125
|
+
MaxPayloadInMB: __expectInt32(output.MaxPayloadInMB),
|
|
20126
|
+
MaxRecordCount: __expectInt32(output.MaxRecordCount),
|
|
20127
|
+
ProbabilityAttribute: __expectString(output.ProbabilityAttribute),
|
|
20128
|
+
ProbabilityIndex: __expectInt32(output.ProbabilityIndex),
|
|
20129
|
+
};
|
|
20130
|
+
};
|
|
20131
|
+
var deserializeAws_json1_1ClarifyLabelHeaders = function (output, context) {
|
|
20132
|
+
var retVal = (output || [])
|
|
20133
|
+
.filter(function (e) { return e != null; })
|
|
20134
|
+
.map(function (entry) {
|
|
20135
|
+
if (entry === null) {
|
|
20136
|
+
return null;
|
|
20137
|
+
}
|
|
20138
|
+
return __expectString(entry);
|
|
20139
|
+
});
|
|
20140
|
+
return retVal;
|
|
20141
|
+
};
|
|
20142
|
+
var deserializeAws_json1_1ClarifyShapBaselineConfig = function (output, context) {
|
|
20143
|
+
return {
|
|
20144
|
+
MimeType: __expectString(output.MimeType),
|
|
20145
|
+
ShapBaseline: __expectString(output.ShapBaseline),
|
|
20146
|
+
ShapBaselineUri: __expectString(output.ShapBaselineUri),
|
|
20147
|
+
};
|
|
20148
|
+
};
|
|
20149
|
+
var deserializeAws_json1_1ClarifyShapConfig = function (output, context) {
|
|
20150
|
+
return {
|
|
20151
|
+
NumberOfSamples: __expectInt32(output.NumberOfSamples),
|
|
20152
|
+
Seed: __expectInt32(output.Seed),
|
|
20153
|
+
ShapBaselineConfig: output.ShapBaselineConfig != null
|
|
20154
|
+
? deserializeAws_json1_1ClarifyShapBaselineConfig(output.ShapBaselineConfig, context)
|
|
20155
|
+
: undefined,
|
|
20156
|
+
TextConfig: output.TextConfig != null ? deserializeAws_json1_1ClarifyTextConfig(output.TextConfig, context) : undefined,
|
|
20157
|
+
UseLogit: __expectBoolean(output.UseLogit),
|
|
20158
|
+
};
|
|
20159
|
+
};
|
|
20160
|
+
var deserializeAws_json1_1ClarifyTextConfig = function (output, context) {
|
|
20161
|
+
return {
|
|
20162
|
+
Granularity: __expectString(output.Granularity),
|
|
20163
|
+
Language: __expectString(output.Language),
|
|
20164
|
+
};
|
|
20165
|
+
};
|
|
20030
20166
|
var deserializeAws_json1_1CodeRepositorySummary = function (output, context) {
|
|
20031
20167
|
return {
|
|
20032
20168
|
CodeRepositoryArn: __expectString(output.CodeRepositoryArn),
|
|
@@ -21172,6 +21308,9 @@ var deserializeAws_json1_1DescribeEndpointConfigOutput = function (output, conte
|
|
|
21172
21308
|
: undefined,
|
|
21173
21309
|
EndpointConfigArn: __expectString(output.EndpointConfigArn),
|
|
21174
21310
|
EndpointConfigName: __expectString(output.EndpointConfigName),
|
|
21311
|
+
ExplainerConfig: output.ExplainerConfig != null
|
|
21312
|
+
? deserializeAws_json1_1ExplainerConfig(output.ExplainerConfig, context)
|
|
21313
|
+
: undefined,
|
|
21175
21314
|
KmsKeyId: __expectString(output.KmsKeyId),
|
|
21176
21315
|
ProductionVariants: output.ProductionVariants != null
|
|
21177
21316
|
? deserializeAws_json1_1ProductionVariantList(output.ProductionVariants, context)
|
|
@@ -21193,6 +21332,9 @@ var deserializeAws_json1_1DescribeEndpointOutput = function (output, context) {
|
|
|
21193
21332
|
EndpointConfigName: __expectString(output.EndpointConfigName),
|
|
21194
21333
|
EndpointName: __expectString(output.EndpointName),
|
|
21195
21334
|
EndpointStatus: __expectString(output.EndpointStatus),
|
|
21335
|
+
ExplainerConfig: output.ExplainerConfig != null
|
|
21336
|
+
? deserializeAws_json1_1ExplainerConfig(output.ExplainerConfig, context)
|
|
21337
|
+
: undefined,
|
|
21196
21338
|
FailureReason: __expectString(output.FailureReason),
|
|
21197
21339
|
LastDeploymentConfig: output.LastDeploymentConfig != null
|
|
21198
21340
|
? deserializeAws_json1_1DeploymentConfig(output.LastDeploymentConfig, context)
|
|
@@ -22676,6 +22818,13 @@ var deserializeAws_json1_1Explainability = function (output, context) {
|
|
|
22676
22818
|
Report: output.Report != null ? deserializeAws_json1_1MetricsSource(output.Report, context) : undefined,
|
|
22677
22819
|
};
|
|
22678
22820
|
};
|
|
22821
|
+
var deserializeAws_json1_1ExplainerConfig = function (output, context) {
|
|
22822
|
+
return {
|
|
22823
|
+
ClarifyExplainerConfig: output.ClarifyExplainerConfig != null
|
|
22824
|
+
? deserializeAws_json1_1ClarifyExplainerConfig(output.ClarifyExplainerConfig, context)
|
|
22825
|
+
: undefined,
|
|
22826
|
+
};
|
|
22827
|
+
};
|
|
22679
22828
|
var deserializeAws_json1_1FailStepMetadata = function (output, context) {
|
|
22680
22829
|
return {
|
|
22681
22830
|
ErrorMessage: __expectString(output.ErrorMessage),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../models/
|
|
3
|
+
import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../models/models_1";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface CreateFlowDefinitionCommandInput extends CreateFlowDefinitionRequest {
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateHumanTaskUiRequest, CreateHumanTaskUiResponse } from "../models/
|
|
3
|
+
import { CreateHumanTaskUiRequest, CreateHumanTaskUiResponse } from "../models/models_1";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface CreateHumanTaskUiCommandInput extends CreateHumanTaskUiRequest {
|
|
6
6
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeEndpointConfigInput
|
|
3
|
+
import { DescribeEndpointConfigInput } from "../models/models_1";
|
|
4
|
+
import { DescribeEndpointConfigOutput } from "../models/models_2";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface DescribeEndpointConfigCommandInput extends DescribeEndpointConfigInput {
|
|
6
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeExperimentRequest, DescribeExperimentResponse } from "../models/
|
|
3
|
+
import { DescribeExperimentRequest, DescribeExperimentResponse } from "../models/models_2";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface DescribeExperimentCommandInput extends DescribeExperimentRequest {
|
|
6
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { DescribeFeatureGroupRequest } from "../models/
|
|
4
|
-
import { DescribeFeatureGroupResponse } from "../models/models_2";
|
|
3
|
+
import { DescribeFeatureGroupRequest, DescribeFeatureGroupResponse } from "../models/models_2";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface DescribeFeatureGroupCommandInput extends DescribeFeatureGroupRequest {
|
|
7
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListModelsInput, ListModelsOutput } from "../models/
|
|
3
|
+
import { ListModelsInput, ListModelsOutput } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface ListModelsCommandInput extends ListModelsInput {
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/
|
|
3
|
+
import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_3";
|
|
4
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
5
|
export interface ListMonitoringExecutionsCommandInput extends ListMonitoringExecutionsRequest {
|
|
6
6
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListMonitoringSchedulesRequest } from "../models/
|
|
4
|
-
import { ListMonitoringSchedulesResponse } from "../models/models_3";
|
|
3
|
+
import { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface ListMonitoringSchedulesCommandInput extends ListMonitoringSchedulesRequest {
|
|
7
6
|
}
|