@aws-sdk/client-forecast 3.42.0 → 3.47.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 +50 -0
- package/README.md +7 -7
- package/dist-cjs/Forecast.js +150 -0
- package/dist-cjs/commands/CreateAutoPredictorCommand.js +36 -0
- package/dist-cjs/commands/CreateExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/CreateExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/DeleteExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/DeleteExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/DescribeAutoPredictorCommand.js +36 -0
- package/dist-cjs/commands/DescribeExplainabilityCommand.js +36 -0
- package/dist-cjs/commands/DescribeExplainabilityExportCommand.js +36 -0
- package/dist-cjs/commands/ListExplainabilitiesCommand.js +36 -0
- package/dist-cjs/commands/ListExplainabilityExportsCommand.js +36 -0
- package/dist-cjs/commands/index.js +10 -0
- package/dist-cjs/endpoints.js +1 -12
- package/dist-cjs/models/models_0.js +206 -67
- package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Forecast.js +150 -0
- package/dist-es/commands/CreateAutoPredictorCommand.js +39 -0
- package/dist-es/commands/CreateExplainabilityCommand.js +39 -0
- package/dist-es/commands/CreateExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/DeleteExplainabilityCommand.js +39 -0
- package/dist-es/commands/DeleteExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/DescribeAutoPredictorCommand.js +39 -0
- package/dist-es/commands/DescribeExplainabilityCommand.js +39 -0
- package/dist-es/commands/DescribeExplainabilityExportCommand.js +39 -0
- package/dist-es/commands/ListExplainabilitiesCommand.js +39 -0
- package/dist-es/commands/ListExplainabilityExportsCommand.js +39 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/endpoints.js +1 -12
- package/dist-es/models/models_0.js +140 -44
- package/dist-es/protocols/Aws_json1_1.js +1367 -138
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Forecast.d.ts +306 -40
- package/dist-types/ForecastClient.d.ts +17 -3
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
- package/dist-types/commands/CreatePredictorCommand.d.ts +19 -18
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +5 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +4 -4
- package/dist-types/commands/ListPredictorsCommand.d.ts +5 -5
- package/dist-types/commands/StopResourceCommand.d.ts +9 -3
- package/dist-types/commands/TagResourceCommand.d.ts +4 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +2078 -500
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Forecast.d.ts +50 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +15 -3
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +479 -94
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +38 -45
|
@@ -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 { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListExplainabilityExportsCommand, serializeAws_json1_1ListExplainabilityExportsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListExplainabilityExportsCommand = (function (_super) {
|
|
7
|
+
__extends(ListExplainabilityExportsCommand, _super);
|
|
8
|
+
function ListExplainabilityExportsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
ListExplainabilityExportsCommand.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 = "ForecastClient";
|
|
18
|
+
var commandName = "ListExplainabilityExportsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: ListExplainabilityExportsRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: ListExplainabilityExportsResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
ListExplainabilityExportsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_1ListExplainabilityExportsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
ListExplainabilityExportsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_1ListExplainabilityExportsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return ListExplainabilityExportsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { ListExplainabilityExportsCommand };
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
export * from "./CreateAutoPredictorCommand";
|
|
1
2
|
export * from "./CreateDatasetCommand";
|
|
2
3
|
export * from "./CreateDatasetGroupCommand";
|
|
3
4
|
export * from "./CreateDatasetImportJobCommand";
|
|
5
|
+
export * from "./CreateExplainabilityCommand";
|
|
6
|
+
export * from "./CreateExplainabilityExportCommand";
|
|
4
7
|
export * from "./CreateForecastCommand";
|
|
5
8
|
export * from "./CreateForecastExportJobCommand";
|
|
6
9
|
export * from "./CreatePredictorBacktestExportJobCommand";
|
|
@@ -8,14 +11,19 @@ export * from "./CreatePredictorCommand";
|
|
|
8
11
|
export * from "./DeleteDatasetCommand";
|
|
9
12
|
export * from "./DeleteDatasetGroupCommand";
|
|
10
13
|
export * from "./DeleteDatasetImportJobCommand";
|
|
14
|
+
export * from "./DeleteExplainabilityCommand";
|
|
15
|
+
export * from "./DeleteExplainabilityExportCommand";
|
|
11
16
|
export * from "./DeleteForecastCommand";
|
|
12
17
|
export * from "./DeleteForecastExportJobCommand";
|
|
13
18
|
export * from "./DeletePredictorBacktestExportJobCommand";
|
|
14
19
|
export * from "./DeletePredictorCommand";
|
|
15
20
|
export * from "./DeleteResourceTreeCommand";
|
|
21
|
+
export * from "./DescribeAutoPredictorCommand";
|
|
16
22
|
export * from "./DescribeDatasetCommand";
|
|
17
23
|
export * from "./DescribeDatasetGroupCommand";
|
|
18
24
|
export * from "./DescribeDatasetImportJobCommand";
|
|
25
|
+
export * from "./DescribeExplainabilityCommand";
|
|
26
|
+
export * from "./DescribeExplainabilityExportCommand";
|
|
19
27
|
export * from "./DescribeForecastCommand";
|
|
20
28
|
export * from "./DescribeForecastExportJobCommand";
|
|
21
29
|
export * from "./DescribePredictorBacktestExportJobCommand";
|
|
@@ -24,6 +32,8 @@ export * from "./GetAccuracyMetricsCommand";
|
|
|
24
32
|
export * from "./ListDatasetGroupsCommand";
|
|
25
33
|
export * from "./ListDatasetImportJobsCommand";
|
|
26
34
|
export * from "./ListDatasetsCommand";
|
|
35
|
+
export * from "./ListExplainabilitiesCommand";
|
|
36
|
+
export * from "./ListExplainabilityExportsCommand";
|
|
27
37
|
export * from "./ListForecastExportJobsCommand";
|
|
28
38
|
export * from "./ListForecastsCommand";
|
|
29
39
|
export * from "./ListPredictorBacktestExportJobsCommand";
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"us-east-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "forecast.us-east-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "forecast-fips.us-east-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-2": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "forecast.us-east-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "forecast-fips.us-east-2.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-west-2": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "forecast.us-west-2.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "forecast-fips.us-west-2.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -49,6 +37,7 @@ var partitionHash = {
|
|
|
49
37
|
"ap-south-1",
|
|
50
38
|
"ap-southeast-1",
|
|
51
39
|
"ap-southeast-2",
|
|
40
|
+
"ap-southeast-3",
|
|
52
41
|
"ca-central-1",
|
|
53
42
|
"eu-central-1",
|
|
54
43
|
"eu-north-1",
|
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
+
export var AdditionalDataset;
|
|
4
|
+
(function (AdditionalDataset) {
|
|
5
|
+
AdditionalDataset.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
+
})(AdditionalDataset || (AdditionalDataset = {}));
|
|
7
|
+
export var AttributeConfig;
|
|
8
|
+
(function (AttributeConfig) {
|
|
9
|
+
AttributeConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(AttributeConfig || (AttributeConfig = {}));
|
|
11
|
+
export var DataConfig;
|
|
12
|
+
(function (DataConfig) {
|
|
13
|
+
DataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
+
})(DataConfig || (DataConfig = {}));
|
|
15
|
+
export var EncryptionConfig;
|
|
16
|
+
(function (EncryptionConfig) {
|
|
17
|
+
EncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
+
})(EncryptionConfig || (EncryptionConfig = {}));
|
|
19
|
+
export var OptimizationMetric;
|
|
20
|
+
(function (OptimizationMetric) {
|
|
21
|
+
OptimizationMetric["AverageWeightedQuantileLoss"] = "AverageWeightedQuantileLoss";
|
|
22
|
+
OptimizationMetric["MAPE"] = "MAPE";
|
|
23
|
+
OptimizationMetric["MASE"] = "MASE";
|
|
24
|
+
OptimizationMetric["RMSE"] = "RMSE";
|
|
25
|
+
OptimizationMetric["WAPE"] = "WAPE";
|
|
26
|
+
})(OptimizationMetric || (OptimizationMetric = {}));
|
|
27
|
+
export var Tag;
|
|
28
|
+
(function (Tag) {
|
|
29
|
+
Tag.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Key && { Key: SENSITIVE_STRING })), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
30
|
+
})(Tag || (Tag = {}));
|
|
31
|
+
export var CreateAutoPredictorRequest;
|
|
32
|
+
(function (CreateAutoPredictorRequest) {
|
|
33
|
+
CreateAutoPredictorRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
34
|
+
})(CreateAutoPredictorRequest || (CreateAutoPredictorRequest = {}));
|
|
35
|
+
export var CreateAutoPredictorResponse;
|
|
36
|
+
(function (CreateAutoPredictorResponse) {
|
|
37
|
+
CreateAutoPredictorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
+
})(CreateAutoPredictorResponse || (CreateAutoPredictorResponse = {}));
|
|
3
39
|
export var DatasetType;
|
|
4
40
|
(function (DatasetType) {
|
|
5
41
|
DatasetType["ITEM_METADATA"] = "ITEM_METADATA";
|
|
@@ -16,10 +52,6 @@ export var Domain;
|
|
|
16
52
|
Domain["WEB_TRAFFIC"] = "WEB_TRAFFIC";
|
|
17
53
|
Domain["WORK_FORCE"] = "WORK_FORCE";
|
|
18
54
|
})(Domain || (Domain = {}));
|
|
19
|
-
export var EncryptionConfig;
|
|
20
|
-
(function (EncryptionConfig) {
|
|
21
|
-
EncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(EncryptionConfig || (EncryptionConfig = {}));
|
|
23
55
|
export var AttributeType;
|
|
24
56
|
(function (AttributeType) {
|
|
25
57
|
AttributeType["FLOAT"] = "float";
|
|
@@ -36,10 +68,6 @@ export var Schema;
|
|
|
36
68
|
(function (Schema) {
|
|
37
69
|
Schema.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
70
|
})(Schema || (Schema = {}));
|
|
39
|
-
export var Tag;
|
|
40
|
-
(function (Tag) {
|
|
41
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Key && { Key: SENSITIVE_STRING })), (obj.Value && { Value: SENSITIVE_STRING }))); };
|
|
42
|
-
})(Tag || (Tag = {}));
|
|
43
71
|
export var CreateDatasetRequest;
|
|
44
72
|
(function (CreateDatasetRequest) {
|
|
45
73
|
CreateDatasetRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -48,18 +76,6 @@ export var CreateDatasetResponse;
|
|
|
48
76
|
(function (CreateDatasetResponse) {
|
|
49
77
|
CreateDatasetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
78
|
})(CreateDatasetResponse || (CreateDatasetResponse = {}));
|
|
51
|
-
export var InvalidInputException;
|
|
52
|
-
(function (InvalidInputException) {
|
|
53
|
-
InvalidInputException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
-
})(InvalidInputException || (InvalidInputException = {}));
|
|
55
|
-
export var LimitExceededException;
|
|
56
|
-
(function (LimitExceededException) {
|
|
57
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
59
|
-
export var ResourceAlreadyExistsException;
|
|
60
|
-
(function (ResourceAlreadyExistsException) {
|
|
61
|
-
ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
62
|
-
})(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
|
|
63
79
|
export var CreateDatasetGroupRequest;
|
|
64
80
|
(function (CreateDatasetGroupRequest) {
|
|
65
81
|
CreateDatasetGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -68,14 +84,6 @@ export var CreateDatasetGroupResponse;
|
|
|
68
84
|
(function (CreateDatasetGroupResponse) {
|
|
69
85
|
CreateDatasetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
86
|
})(CreateDatasetGroupResponse || (CreateDatasetGroupResponse = {}));
|
|
71
|
-
export var ResourceInUseException;
|
|
72
|
-
(function (ResourceInUseException) {
|
|
73
|
-
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
74
|
-
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
75
|
-
export var ResourceNotFoundException;
|
|
76
|
-
(function (ResourceNotFoundException) {
|
|
77
|
-
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
79
87
|
export var S3Config;
|
|
80
88
|
(function (S3Config) {
|
|
81
89
|
S3Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -92,6 +100,40 @@ export var CreateDatasetImportJobResponse;
|
|
|
92
100
|
(function (CreateDatasetImportJobResponse) {
|
|
93
101
|
CreateDatasetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
102
|
})(CreateDatasetImportJobResponse || (CreateDatasetImportJobResponse = {}));
|
|
103
|
+
export var TimePointGranularity;
|
|
104
|
+
(function (TimePointGranularity) {
|
|
105
|
+
TimePointGranularity["ALL"] = "ALL";
|
|
106
|
+
TimePointGranularity["SPECIFIC"] = "SPECIFIC";
|
|
107
|
+
})(TimePointGranularity || (TimePointGranularity = {}));
|
|
108
|
+
export var TimeSeriesGranularity;
|
|
109
|
+
(function (TimeSeriesGranularity) {
|
|
110
|
+
TimeSeriesGranularity["ALL"] = "ALL";
|
|
111
|
+
TimeSeriesGranularity["SPECIFIC"] = "SPECIFIC";
|
|
112
|
+
})(TimeSeriesGranularity || (TimeSeriesGranularity = {}));
|
|
113
|
+
export var ExplainabilityConfig;
|
|
114
|
+
(function (ExplainabilityConfig) {
|
|
115
|
+
ExplainabilityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
})(ExplainabilityConfig || (ExplainabilityConfig = {}));
|
|
117
|
+
export var CreateExplainabilityRequest;
|
|
118
|
+
(function (CreateExplainabilityRequest) {
|
|
119
|
+
CreateExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
120
|
+
})(CreateExplainabilityRequest || (CreateExplainabilityRequest = {}));
|
|
121
|
+
export var CreateExplainabilityResponse;
|
|
122
|
+
(function (CreateExplainabilityResponse) {
|
|
123
|
+
CreateExplainabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
+
})(CreateExplainabilityResponse || (CreateExplainabilityResponse = {}));
|
|
125
|
+
export var DataDestination;
|
|
126
|
+
(function (DataDestination) {
|
|
127
|
+
DataDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
+
})(DataDestination || (DataDestination = {}));
|
|
129
|
+
export var CreateExplainabilityExportRequest;
|
|
130
|
+
(function (CreateExplainabilityExportRequest) {
|
|
131
|
+
CreateExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
132
|
+
})(CreateExplainabilityExportRequest || (CreateExplainabilityExportRequest = {}));
|
|
133
|
+
export var CreateExplainabilityExportResponse;
|
|
134
|
+
(function (CreateExplainabilityExportResponse) {
|
|
135
|
+
CreateExplainabilityExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
})(CreateExplainabilityExportResponse || (CreateExplainabilityExportResponse = {}));
|
|
95
137
|
export var CreateForecastRequest;
|
|
96
138
|
(function (CreateForecastRequest) {
|
|
97
139
|
CreateForecastRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -100,10 +142,6 @@ export var CreateForecastResponse;
|
|
|
100
142
|
(function (CreateForecastResponse) {
|
|
101
143
|
CreateForecastResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
144
|
})(CreateForecastResponse || (CreateForecastResponse = {}));
|
|
103
|
-
export var DataDestination;
|
|
104
|
-
(function (DataDestination) {
|
|
105
|
-
DataDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(DataDestination || (DataDestination = {}));
|
|
107
145
|
export var CreateForecastExportJobRequest;
|
|
108
146
|
(function (CreateForecastExportJobRequest) {
|
|
109
147
|
CreateForecastExportJobRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -114,6 +152,7 @@ export var CreateForecastExportJobResponse;
|
|
|
114
152
|
})(CreateForecastExportJobResponse || (CreateForecastExportJobResponse = {}));
|
|
115
153
|
export var AutoMLOverrideStrategy;
|
|
116
154
|
(function (AutoMLOverrideStrategy) {
|
|
155
|
+
AutoMLOverrideStrategy["AccuracyOptimized"] = "AccuracyOptimized";
|
|
117
156
|
AutoMLOverrideStrategy["LatencyOptimized"] = "LatencyOptimized";
|
|
118
157
|
})(AutoMLOverrideStrategy || (AutoMLOverrideStrategy = {}));
|
|
119
158
|
export var EvaluationParameters;
|
|
@@ -171,14 +210,6 @@ export var InputDataConfig;
|
|
|
171
210
|
(function (InputDataConfig) {
|
|
172
211
|
InputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
212
|
})(InputDataConfig || (InputDataConfig = {}));
|
|
174
|
-
export var OptimizationMetric;
|
|
175
|
-
(function (OptimizationMetric) {
|
|
176
|
-
OptimizationMetric["AverageWeightedQuantileLoss"] = "AverageWeightedQuantileLoss";
|
|
177
|
-
OptimizationMetric["MAPE"] = "MAPE";
|
|
178
|
-
OptimizationMetric["MASE"] = "MASE";
|
|
179
|
-
OptimizationMetric["RMSE"] = "RMSE";
|
|
180
|
-
OptimizationMetric["WAPE"] = "WAPE";
|
|
181
|
-
})(OptimizationMetric || (OptimizationMetric = {}));
|
|
182
213
|
export var CreatePredictorRequest;
|
|
183
214
|
(function (CreatePredictorRequest) {
|
|
184
215
|
CreatePredictorRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -207,6 +238,14 @@ export var DeleteDatasetImportJobRequest;
|
|
|
207
238
|
(function (DeleteDatasetImportJobRequest) {
|
|
208
239
|
DeleteDatasetImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
240
|
})(DeleteDatasetImportJobRequest || (DeleteDatasetImportJobRequest = {}));
|
|
241
|
+
export var DeleteExplainabilityRequest;
|
|
242
|
+
(function (DeleteExplainabilityRequest) {
|
|
243
|
+
DeleteExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
})(DeleteExplainabilityRequest || (DeleteExplainabilityRequest = {}));
|
|
245
|
+
export var DeleteExplainabilityExportRequest;
|
|
246
|
+
(function (DeleteExplainabilityExportRequest) {
|
|
247
|
+
DeleteExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
})(DeleteExplainabilityExportRequest || (DeleteExplainabilityExportRequest = {}));
|
|
210
249
|
export var DeleteForecastRequest;
|
|
211
250
|
(function (DeleteForecastRequest) {
|
|
212
251
|
DeleteForecastRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -227,6 +266,27 @@ export var DeleteResourceTreeRequest;
|
|
|
227
266
|
(function (DeleteResourceTreeRequest) {
|
|
228
267
|
DeleteResourceTreeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
268
|
})(DeleteResourceTreeRequest || (DeleteResourceTreeRequest = {}));
|
|
269
|
+
export var DescribeAutoPredictorRequest;
|
|
270
|
+
(function (DescribeAutoPredictorRequest) {
|
|
271
|
+
DescribeAutoPredictorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
})(DescribeAutoPredictorRequest || (DescribeAutoPredictorRequest = {}));
|
|
273
|
+
export var ExplainabilityInfo;
|
|
274
|
+
(function (ExplainabilityInfo) {
|
|
275
|
+
ExplainabilityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
})(ExplainabilityInfo || (ExplainabilityInfo = {}));
|
|
277
|
+
export var State;
|
|
278
|
+
(function (State) {
|
|
279
|
+
State["Active"] = "Active";
|
|
280
|
+
State["Deleted"] = "Deleted";
|
|
281
|
+
})(State || (State = {}));
|
|
282
|
+
export var ReferencePredictorSummary;
|
|
283
|
+
(function (ReferencePredictorSummary) {
|
|
284
|
+
ReferencePredictorSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
})(ReferencePredictorSummary || (ReferencePredictorSummary = {}));
|
|
286
|
+
export var DescribeAutoPredictorResponse;
|
|
287
|
+
(function (DescribeAutoPredictorResponse) {
|
|
288
|
+
DescribeAutoPredictorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
})(DescribeAutoPredictorResponse || (DescribeAutoPredictorResponse = {}));
|
|
230
290
|
export var DescribeDatasetRequest;
|
|
231
291
|
(function (DescribeDatasetRequest) {
|
|
232
292
|
DescribeDatasetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -255,6 +315,22 @@ export var DescribeDatasetImportJobResponse;
|
|
|
255
315
|
(function (DescribeDatasetImportJobResponse) {
|
|
256
316
|
DescribeDatasetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
317
|
})(DescribeDatasetImportJobResponse || (DescribeDatasetImportJobResponse = {}));
|
|
318
|
+
export var DescribeExplainabilityRequest;
|
|
319
|
+
(function (DescribeExplainabilityRequest) {
|
|
320
|
+
DescribeExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
})(DescribeExplainabilityRequest || (DescribeExplainabilityRequest = {}));
|
|
322
|
+
export var DescribeExplainabilityResponse;
|
|
323
|
+
(function (DescribeExplainabilityResponse) {
|
|
324
|
+
DescribeExplainabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
})(DescribeExplainabilityResponse || (DescribeExplainabilityResponse = {}));
|
|
326
|
+
export var DescribeExplainabilityExportRequest;
|
|
327
|
+
(function (DescribeExplainabilityExportRequest) {
|
|
328
|
+
DescribeExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
})(DescribeExplainabilityExportRequest || (DescribeExplainabilityExportRequest = {}));
|
|
330
|
+
export var DescribeExplainabilityExportResponse;
|
|
331
|
+
(function (DescribeExplainabilityExportResponse) {
|
|
332
|
+
DescribeExplainabilityExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
})(DescribeExplainabilityExportResponse || (DescribeExplainabilityExportResponse = {}));
|
|
258
334
|
export var DescribeForecastRequest;
|
|
259
335
|
(function (DescribeForecastRequest) {
|
|
260
336
|
DescribeForecastRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -332,10 +408,6 @@ export var GetAccuracyMetricsResponse;
|
|
|
332
408
|
(function (GetAccuracyMetricsResponse) {
|
|
333
409
|
GetAccuracyMetricsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
410
|
})(GetAccuracyMetricsResponse || (GetAccuracyMetricsResponse = {}));
|
|
335
|
-
export var InvalidNextTokenException;
|
|
336
|
-
(function (InvalidNextTokenException) {
|
|
337
|
-
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
339
411
|
export var ListDatasetGroupsRequest;
|
|
340
412
|
(function (ListDatasetGroupsRequest) {
|
|
341
413
|
ListDatasetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -381,6 +453,30 @@ export var ListDatasetsResponse;
|
|
|
381
453
|
(function (ListDatasetsResponse) {
|
|
382
454
|
ListDatasetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
455
|
})(ListDatasetsResponse || (ListDatasetsResponse = {}));
|
|
456
|
+
export var ListExplainabilitiesRequest;
|
|
457
|
+
(function (ListExplainabilitiesRequest) {
|
|
458
|
+
ListExplainabilitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
+
})(ListExplainabilitiesRequest || (ListExplainabilitiesRequest = {}));
|
|
460
|
+
export var ExplainabilitySummary;
|
|
461
|
+
(function (ExplainabilitySummary) {
|
|
462
|
+
ExplainabilitySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
|
+
})(ExplainabilitySummary || (ExplainabilitySummary = {}));
|
|
464
|
+
export var ListExplainabilitiesResponse;
|
|
465
|
+
(function (ListExplainabilitiesResponse) {
|
|
466
|
+
ListExplainabilitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
467
|
+
})(ListExplainabilitiesResponse || (ListExplainabilitiesResponse = {}));
|
|
468
|
+
export var ListExplainabilityExportsRequest;
|
|
469
|
+
(function (ListExplainabilityExportsRequest) {
|
|
470
|
+
ListExplainabilityExportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
471
|
+
})(ListExplainabilityExportsRequest || (ListExplainabilityExportsRequest = {}));
|
|
472
|
+
export var ExplainabilityExportSummary;
|
|
473
|
+
(function (ExplainabilityExportSummary) {
|
|
474
|
+
ExplainabilityExportSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
+
})(ExplainabilityExportSummary || (ExplainabilityExportSummary = {}));
|
|
476
|
+
export var ListExplainabilityExportsResponse;
|
|
477
|
+
(function (ListExplainabilityExportsResponse) {
|
|
478
|
+
ListExplainabilityExportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
+
})(ListExplainabilityExportsResponse || (ListExplainabilityExportsResponse = {}));
|
|
384
480
|
export var ListForecastExportJobsRequest;
|
|
385
481
|
(function (ListForecastExportJobsRequest) {
|
|
386
482
|
ListForecastExportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|