@aws-sdk/client-forecast 3.40.0 → 3.45.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 +41 -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 +9 -0
- package/dist-cjs/models/models_0.js +236 -61
- package/dist-cjs/protocols/Aws_json1_1.js +1283 -98
- 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 +9 -0
- package/dist-es/models/models_0.js +160 -40
- package/dist-es/protocols/Aws_json1_1.js +1367 -138
- package/dist-types/Forecast.d.ts +306 -40
- package/dist-types/ForecastClient.d.ts +12 -2
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +83 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +153 -0
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +43 -0
- package/dist-types/commands/CreateForecastCommand.d.ts +1 -1
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreatePredictorCommand.d.ts +20 -19
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +37 -0
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +3 -4
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +35 -0
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +35 -0
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePredictorCommand.d.ts +6 -2
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +39 -0
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +38 -0
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListForecastsCommand.d.ts +1 -1
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +5 -5
- package/dist-types/commands/ListPredictorsCommand.d.ts +6 -6
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopResourceCommand.d.ts +10 -4
- package/dist-types/commands/TagResourceCommand.d.ts +5 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +2109 -495
- package/dist-types/protocols/Aws_json1_1.d.ts +30 -0
- package/dist-types/ts3.4/Forecast.d.ts +50 -0
- package/dist-types/ts3.4/ForecastClient.d.ts +12 -2
- 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 +492 -83
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +30 -0
- package/package.json +6 -6
package/dist-es/endpoints.js
CHANGED
|
@@ -49,6 +49,7 @@ var partitionHash = {
|
|
|
49
49
|
"ap-south-1",
|
|
50
50
|
"ap-southeast-1",
|
|
51
51
|
"ap-southeast-2",
|
|
52
|
+
"ap-southeast-3",
|
|
52
53
|
"ca-central-1",
|
|
53
54
|
"eu-central-1",
|
|
54
55
|
"eu-north-1",
|
|
@@ -116,6 +117,10 @@ var partitionHash = {
|
|
|
116
117
|
hostname: "forecast.{region}.c2s.ic.gov",
|
|
117
118
|
tags: [],
|
|
118
119
|
},
|
|
120
|
+
{
|
|
121
|
+
hostname: "forecast-fips.{region}.c2s.ic.gov",
|
|
122
|
+
tags: ["fips"],
|
|
123
|
+
},
|
|
119
124
|
],
|
|
120
125
|
},
|
|
121
126
|
"aws-iso-b": {
|
|
@@ -126,6 +131,10 @@ var partitionHash = {
|
|
|
126
131
|
hostname: "forecast.{region}.sc2s.sgov.gov",
|
|
127
132
|
tags: [],
|
|
128
133
|
},
|
|
134
|
+
{
|
|
135
|
+
hostname: "forecast-fips.{region}.sc2s.sgov.gov",
|
|
136
|
+
tags: ["fips"],
|
|
137
|
+
},
|
|
129
138
|
],
|
|
130
139
|
},
|
|
131
140
|
"aws-us-gov": {
|
|
@@ -1,5 +1,61 @@
|
|
|
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 = {}));
|
|
39
|
+
export var InvalidInputException;
|
|
40
|
+
(function (InvalidInputException) {
|
|
41
|
+
InvalidInputException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
|
+
})(InvalidInputException || (InvalidInputException = {}));
|
|
43
|
+
export var LimitExceededException;
|
|
44
|
+
(function (LimitExceededException) {
|
|
45
|
+
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
46
|
+
})(LimitExceededException || (LimitExceededException = {}));
|
|
47
|
+
export var ResourceAlreadyExistsException;
|
|
48
|
+
(function (ResourceAlreadyExistsException) {
|
|
49
|
+
ResourceAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
|
+
})(ResourceAlreadyExistsException || (ResourceAlreadyExistsException = {}));
|
|
51
|
+
export var ResourceInUseException;
|
|
52
|
+
(function (ResourceInUseException) {
|
|
53
|
+
ResourceInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
54
|
+
})(ResourceInUseException || (ResourceInUseException = {}));
|
|
55
|
+
export var ResourceNotFoundException;
|
|
56
|
+
(function (ResourceNotFoundException) {
|
|
57
|
+
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
+
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
3
59
|
export var DatasetType;
|
|
4
60
|
(function (DatasetType) {
|
|
5
61
|
DatasetType["ITEM_METADATA"] = "ITEM_METADATA";
|
|
@@ -16,10 +72,6 @@ export var Domain;
|
|
|
16
72
|
Domain["WEB_TRAFFIC"] = "WEB_TRAFFIC";
|
|
17
73
|
Domain["WORK_FORCE"] = "WORK_FORCE";
|
|
18
74
|
})(Domain || (Domain = {}));
|
|
19
|
-
export var EncryptionConfig;
|
|
20
|
-
(function (EncryptionConfig) {
|
|
21
|
-
EncryptionConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(EncryptionConfig || (EncryptionConfig = {}));
|
|
23
75
|
export var AttributeType;
|
|
24
76
|
(function (AttributeType) {
|
|
25
77
|
AttributeType["FLOAT"] = "float";
|
|
@@ -36,10 +88,6 @@ export var Schema;
|
|
|
36
88
|
(function (Schema) {
|
|
37
89
|
Schema.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
90
|
})(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
91
|
export var CreateDatasetRequest;
|
|
44
92
|
(function (CreateDatasetRequest) {
|
|
45
93
|
CreateDatasetRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -48,18 +96,6 @@ export var CreateDatasetResponse;
|
|
|
48
96
|
(function (CreateDatasetResponse) {
|
|
49
97
|
CreateDatasetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
98
|
})(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
99
|
export var CreateDatasetGroupRequest;
|
|
64
100
|
(function (CreateDatasetGroupRequest) {
|
|
65
101
|
CreateDatasetGroupRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -68,14 +104,6 @@ export var CreateDatasetGroupResponse;
|
|
|
68
104
|
(function (CreateDatasetGroupResponse) {
|
|
69
105
|
CreateDatasetGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
70
106
|
})(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
107
|
export var S3Config;
|
|
80
108
|
(function (S3Config) {
|
|
81
109
|
S3Config.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -92,6 +120,40 @@ export var CreateDatasetImportJobResponse;
|
|
|
92
120
|
(function (CreateDatasetImportJobResponse) {
|
|
93
121
|
CreateDatasetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
94
122
|
})(CreateDatasetImportJobResponse || (CreateDatasetImportJobResponse = {}));
|
|
123
|
+
export var TimePointGranularity;
|
|
124
|
+
(function (TimePointGranularity) {
|
|
125
|
+
TimePointGranularity["ALL"] = "ALL";
|
|
126
|
+
TimePointGranularity["SPECIFIC"] = "SPECIFIC";
|
|
127
|
+
})(TimePointGranularity || (TimePointGranularity = {}));
|
|
128
|
+
export var TimeSeriesGranularity;
|
|
129
|
+
(function (TimeSeriesGranularity) {
|
|
130
|
+
TimeSeriesGranularity["ALL"] = "ALL";
|
|
131
|
+
TimeSeriesGranularity["SPECIFIC"] = "SPECIFIC";
|
|
132
|
+
})(TimeSeriesGranularity || (TimeSeriesGranularity = {}));
|
|
133
|
+
export var ExplainabilityConfig;
|
|
134
|
+
(function (ExplainabilityConfig) {
|
|
135
|
+
ExplainabilityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
+
})(ExplainabilityConfig || (ExplainabilityConfig = {}));
|
|
137
|
+
export var CreateExplainabilityRequest;
|
|
138
|
+
(function (CreateExplainabilityRequest) {
|
|
139
|
+
CreateExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
140
|
+
})(CreateExplainabilityRequest || (CreateExplainabilityRequest = {}));
|
|
141
|
+
export var CreateExplainabilityResponse;
|
|
142
|
+
(function (CreateExplainabilityResponse) {
|
|
143
|
+
CreateExplainabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
+
})(CreateExplainabilityResponse || (CreateExplainabilityResponse = {}));
|
|
145
|
+
export var DataDestination;
|
|
146
|
+
(function (DataDestination) {
|
|
147
|
+
DataDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
+
})(DataDestination || (DataDestination = {}));
|
|
149
|
+
export var CreateExplainabilityExportRequest;
|
|
150
|
+
(function (CreateExplainabilityExportRequest) {
|
|
151
|
+
CreateExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
152
|
+
})(CreateExplainabilityExportRequest || (CreateExplainabilityExportRequest = {}));
|
|
153
|
+
export var CreateExplainabilityExportResponse;
|
|
154
|
+
(function (CreateExplainabilityExportResponse) {
|
|
155
|
+
CreateExplainabilityExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
+
})(CreateExplainabilityExportResponse || (CreateExplainabilityExportResponse = {}));
|
|
95
157
|
export var CreateForecastRequest;
|
|
96
158
|
(function (CreateForecastRequest) {
|
|
97
159
|
CreateForecastRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -100,10 +162,6 @@ export var CreateForecastResponse;
|
|
|
100
162
|
(function (CreateForecastResponse) {
|
|
101
163
|
CreateForecastResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
164
|
})(CreateForecastResponse || (CreateForecastResponse = {}));
|
|
103
|
-
export var DataDestination;
|
|
104
|
-
(function (DataDestination) {
|
|
105
|
-
DataDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
-
})(DataDestination || (DataDestination = {}));
|
|
107
165
|
export var CreateForecastExportJobRequest;
|
|
108
166
|
(function (CreateForecastExportJobRequest) {
|
|
109
167
|
CreateForecastExportJobRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -114,6 +172,7 @@ export var CreateForecastExportJobResponse;
|
|
|
114
172
|
})(CreateForecastExportJobResponse || (CreateForecastExportJobResponse = {}));
|
|
115
173
|
export var AutoMLOverrideStrategy;
|
|
116
174
|
(function (AutoMLOverrideStrategy) {
|
|
175
|
+
AutoMLOverrideStrategy["AccuracyOptimized"] = "AccuracyOptimized";
|
|
117
176
|
AutoMLOverrideStrategy["LatencyOptimized"] = "LatencyOptimized";
|
|
118
177
|
})(AutoMLOverrideStrategy || (AutoMLOverrideStrategy = {}));
|
|
119
178
|
export var EvaluationParameters;
|
|
@@ -171,14 +230,6 @@ export var InputDataConfig;
|
|
|
171
230
|
(function (InputDataConfig) {
|
|
172
231
|
InputDataConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
173
232
|
})(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
233
|
export var CreatePredictorRequest;
|
|
183
234
|
(function (CreatePredictorRequest) {
|
|
184
235
|
CreatePredictorRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Tags && { Tags: obj.Tags.map(function (item) { return Tag.filterSensitiveLog(item); }) }))); };
|
|
@@ -207,6 +258,14 @@ export var DeleteDatasetImportJobRequest;
|
|
|
207
258
|
(function (DeleteDatasetImportJobRequest) {
|
|
208
259
|
DeleteDatasetImportJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
260
|
})(DeleteDatasetImportJobRequest || (DeleteDatasetImportJobRequest = {}));
|
|
261
|
+
export var DeleteExplainabilityRequest;
|
|
262
|
+
(function (DeleteExplainabilityRequest) {
|
|
263
|
+
DeleteExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
})(DeleteExplainabilityRequest || (DeleteExplainabilityRequest = {}));
|
|
265
|
+
export var DeleteExplainabilityExportRequest;
|
|
266
|
+
(function (DeleteExplainabilityExportRequest) {
|
|
267
|
+
DeleteExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
})(DeleteExplainabilityExportRequest || (DeleteExplainabilityExportRequest = {}));
|
|
210
269
|
export var DeleteForecastRequest;
|
|
211
270
|
(function (DeleteForecastRequest) {
|
|
212
271
|
DeleteForecastRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -227,6 +286,27 @@ export var DeleteResourceTreeRequest;
|
|
|
227
286
|
(function (DeleteResourceTreeRequest) {
|
|
228
287
|
DeleteResourceTreeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
288
|
})(DeleteResourceTreeRequest || (DeleteResourceTreeRequest = {}));
|
|
289
|
+
export var DescribeAutoPredictorRequest;
|
|
290
|
+
(function (DescribeAutoPredictorRequest) {
|
|
291
|
+
DescribeAutoPredictorRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
})(DescribeAutoPredictorRequest || (DescribeAutoPredictorRequest = {}));
|
|
293
|
+
export var ExplainabilityInfo;
|
|
294
|
+
(function (ExplainabilityInfo) {
|
|
295
|
+
ExplainabilityInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
})(ExplainabilityInfo || (ExplainabilityInfo = {}));
|
|
297
|
+
export var State;
|
|
298
|
+
(function (State) {
|
|
299
|
+
State["Active"] = "Active";
|
|
300
|
+
State["Deleted"] = "Deleted";
|
|
301
|
+
})(State || (State = {}));
|
|
302
|
+
export var ReferencePredictorSummary;
|
|
303
|
+
(function (ReferencePredictorSummary) {
|
|
304
|
+
ReferencePredictorSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
})(ReferencePredictorSummary || (ReferencePredictorSummary = {}));
|
|
306
|
+
export var DescribeAutoPredictorResponse;
|
|
307
|
+
(function (DescribeAutoPredictorResponse) {
|
|
308
|
+
DescribeAutoPredictorResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
})(DescribeAutoPredictorResponse || (DescribeAutoPredictorResponse = {}));
|
|
230
310
|
export var DescribeDatasetRequest;
|
|
231
311
|
(function (DescribeDatasetRequest) {
|
|
232
312
|
DescribeDatasetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -255,6 +335,22 @@ export var DescribeDatasetImportJobResponse;
|
|
|
255
335
|
(function (DescribeDatasetImportJobResponse) {
|
|
256
336
|
DescribeDatasetImportJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
337
|
})(DescribeDatasetImportJobResponse || (DescribeDatasetImportJobResponse = {}));
|
|
338
|
+
export var DescribeExplainabilityRequest;
|
|
339
|
+
(function (DescribeExplainabilityRequest) {
|
|
340
|
+
DescribeExplainabilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
})(DescribeExplainabilityRequest || (DescribeExplainabilityRequest = {}));
|
|
342
|
+
export var DescribeExplainabilityResponse;
|
|
343
|
+
(function (DescribeExplainabilityResponse) {
|
|
344
|
+
DescribeExplainabilityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
})(DescribeExplainabilityResponse || (DescribeExplainabilityResponse = {}));
|
|
346
|
+
export var DescribeExplainabilityExportRequest;
|
|
347
|
+
(function (DescribeExplainabilityExportRequest) {
|
|
348
|
+
DescribeExplainabilityExportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
})(DescribeExplainabilityExportRequest || (DescribeExplainabilityExportRequest = {}));
|
|
350
|
+
export var DescribeExplainabilityExportResponse;
|
|
351
|
+
(function (DescribeExplainabilityExportResponse) {
|
|
352
|
+
DescribeExplainabilityExportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
})(DescribeExplainabilityExportResponse || (DescribeExplainabilityExportResponse = {}));
|
|
258
354
|
export var DescribeForecastRequest;
|
|
259
355
|
(function (DescribeForecastRequest) {
|
|
260
356
|
DescribeForecastRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -381,6 +477,30 @@ export var ListDatasetsResponse;
|
|
|
381
477
|
(function (ListDatasetsResponse) {
|
|
382
478
|
ListDatasetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
479
|
})(ListDatasetsResponse || (ListDatasetsResponse = {}));
|
|
480
|
+
export var ListExplainabilitiesRequest;
|
|
481
|
+
(function (ListExplainabilitiesRequest) {
|
|
482
|
+
ListExplainabilitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
483
|
+
})(ListExplainabilitiesRequest || (ListExplainabilitiesRequest = {}));
|
|
484
|
+
export var ExplainabilitySummary;
|
|
485
|
+
(function (ExplainabilitySummary) {
|
|
486
|
+
ExplainabilitySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
+
})(ExplainabilitySummary || (ExplainabilitySummary = {}));
|
|
488
|
+
export var ListExplainabilitiesResponse;
|
|
489
|
+
(function (ListExplainabilitiesResponse) {
|
|
490
|
+
ListExplainabilitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
+
})(ListExplainabilitiesResponse || (ListExplainabilitiesResponse = {}));
|
|
492
|
+
export var ListExplainabilityExportsRequest;
|
|
493
|
+
(function (ListExplainabilityExportsRequest) {
|
|
494
|
+
ListExplainabilityExportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
+
})(ListExplainabilityExportsRequest || (ListExplainabilityExportsRequest = {}));
|
|
496
|
+
export var ExplainabilityExportSummary;
|
|
497
|
+
(function (ExplainabilityExportSummary) {
|
|
498
|
+
ExplainabilityExportSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
+
})(ExplainabilityExportSummary || (ExplainabilityExportSummary = {}));
|
|
500
|
+
export var ListExplainabilityExportsResponse;
|
|
501
|
+
(function (ListExplainabilityExportsResponse) {
|
|
502
|
+
ListExplainabilityExportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
503
|
+
})(ListExplainabilityExportsResponse || (ListExplainabilityExportsResponse = {}));
|
|
384
504
|
export var ListForecastExportJobsRequest;
|
|
385
505
|
(function (ListForecastExportJobsRequest) {
|
|
386
506
|
ListForecastExportJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|