@aws-sdk/client-forecast 3.300.0 → 3.301.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/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -16
- package/dist-types/commands/CreateDatasetCommand.d.ts +7 -7
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +9 -9
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +5 -5
- package/dist-types/commands/CreateForecastCommand.d.ts +11 -11
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreatePredictorCommand.d.ts +26 -26
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +10 -10
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +13 -13
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -6
- 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 +1 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -1
- 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 +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ResumeResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -2
- package/package.json +3 -3
|
@@ -74,54 +74,54 @@ export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorRes
|
|
|
74
74
|
* import { ForecastClient, CreateAutoPredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
75
75
|
* // const { ForecastClient, CreateAutoPredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
76
76
|
* const client = new ForecastClient(config);
|
|
77
|
-
* const input = {
|
|
77
|
+
* const input = { // CreateAutoPredictorRequest
|
|
78
78
|
* PredictorName: "STRING_VALUE", // required
|
|
79
79
|
* ForecastHorizon: Number("int"),
|
|
80
|
-
* ForecastTypes: [
|
|
80
|
+
* ForecastTypes: [ // ForecastTypes
|
|
81
81
|
* "STRING_VALUE",
|
|
82
82
|
* ],
|
|
83
|
-
* ForecastDimensions: [
|
|
83
|
+
* ForecastDimensions: [ // ForecastDimensions
|
|
84
84
|
* "STRING_VALUE",
|
|
85
85
|
* ],
|
|
86
86
|
* ForecastFrequency: "STRING_VALUE",
|
|
87
|
-
* DataConfig: {
|
|
87
|
+
* DataConfig: { // DataConfig
|
|
88
88
|
* DatasetGroupArn: "STRING_VALUE", // required
|
|
89
|
-
* AttributeConfigs: [
|
|
90
|
-
* {
|
|
89
|
+
* AttributeConfigs: [ // AttributeConfigs
|
|
90
|
+
* { // AttributeConfig
|
|
91
91
|
* AttributeName: "STRING_VALUE", // required
|
|
92
|
-
* Transformations: { // required
|
|
92
|
+
* Transformations: { // Transformations // required
|
|
93
93
|
* "<keys>": "STRING_VALUE",
|
|
94
94
|
* },
|
|
95
95
|
* },
|
|
96
96
|
* ],
|
|
97
|
-
* AdditionalDatasets: [
|
|
98
|
-
* {
|
|
97
|
+
* AdditionalDatasets: [ // AdditionalDatasets
|
|
98
|
+
* { // AdditionalDataset
|
|
99
99
|
* Name: "STRING_VALUE", // required
|
|
100
|
-
* Configuration: {
|
|
101
|
-
* "<keys>": [
|
|
100
|
+
* Configuration: { // Configuration
|
|
101
|
+
* "<keys>": [ // Values
|
|
102
102
|
* "STRING_VALUE",
|
|
103
103
|
* ],
|
|
104
104
|
* },
|
|
105
105
|
* },
|
|
106
106
|
* ],
|
|
107
107
|
* },
|
|
108
|
-
* EncryptionConfig: {
|
|
108
|
+
* EncryptionConfig: { // EncryptionConfig
|
|
109
109
|
* RoleArn: "STRING_VALUE", // required
|
|
110
110
|
* KMSKeyArn: "STRING_VALUE", // required
|
|
111
111
|
* },
|
|
112
112
|
* ReferencePredictorArn: "STRING_VALUE",
|
|
113
113
|
* OptimizationMetric: "WAPE" || "RMSE" || "AverageWeightedQuantileLoss" || "MASE" || "MAPE",
|
|
114
114
|
* ExplainPredictor: true || false,
|
|
115
|
-
* Tags: [
|
|
116
|
-
* {
|
|
115
|
+
* Tags: [ // Tags
|
|
116
|
+
* { // Tag
|
|
117
117
|
* Key: "STRING_VALUE", // required
|
|
118
118
|
* Value: "STRING_VALUE", // required
|
|
119
119
|
* },
|
|
120
120
|
* ],
|
|
121
|
-
* MonitorConfig: {
|
|
121
|
+
* MonitorConfig: { // MonitorConfig
|
|
122
122
|
* MonitorName: "STRING_VALUE", // required
|
|
123
123
|
* },
|
|
124
|
-
* TimeAlignmentBoundary: {
|
|
124
|
+
* TimeAlignmentBoundary: { // TimeAlignmentBoundary
|
|
125
125
|
* Month: "JANUARY" || "FEBRUARY" || "MARCH" || "APRIL" || "MAY" || "JUNE" || "JULY" || "AUGUST" || "SEPTEMBER" || "OCTOBER" || "NOVEMBER" || "DECEMBER",
|
|
126
126
|
* DayOfMonth: Number("int"),
|
|
127
127
|
* DayOfWeek: "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY" || "SUNDAY",
|
|
@@ -67,25 +67,25 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
67
67
|
* import { ForecastClient, CreateDatasetCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
68
68
|
* // const { ForecastClient, CreateDatasetCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
69
69
|
* const client = new ForecastClient(config);
|
|
70
|
-
* const input = {
|
|
70
|
+
* const input = { // CreateDatasetRequest
|
|
71
71
|
* DatasetName: "STRING_VALUE", // required
|
|
72
72
|
* Domain: "RETAIL" || "CUSTOM" || "INVENTORY_PLANNING" || "EC2_CAPACITY" || "WORK_FORCE" || "WEB_TRAFFIC" || "METRICS", // required
|
|
73
73
|
* DatasetType: "TARGET_TIME_SERIES" || "RELATED_TIME_SERIES" || "ITEM_METADATA", // required
|
|
74
74
|
* DataFrequency: "STRING_VALUE",
|
|
75
|
-
* Schema: {
|
|
76
|
-
* Attributes: [
|
|
77
|
-
* {
|
|
75
|
+
* Schema: { // Schema
|
|
76
|
+
* Attributes: [ // SchemaAttributes
|
|
77
|
+
* { // SchemaAttribute
|
|
78
78
|
* AttributeName: "STRING_VALUE",
|
|
79
79
|
* AttributeType: "string" || "integer" || "float" || "timestamp" || "geolocation",
|
|
80
80
|
* },
|
|
81
81
|
* ],
|
|
82
82
|
* },
|
|
83
|
-
* EncryptionConfig: {
|
|
83
|
+
* EncryptionConfig: { // EncryptionConfig
|
|
84
84
|
* RoleArn: "STRING_VALUE", // required
|
|
85
85
|
* KMSKeyArn: "STRING_VALUE", // required
|
|
86
86
|
* },
|
|
87
|
-
* Tags: [
|
|
88
|
-
* {
|
|
87
|
+
* Tags: [ // Tags
|
|
88
|
+
* { // Tag
|
|
89
89
|
* Key: "STRING_VALUE", // required
|
|
90
90
|
* Value: "STRING_VALUE", // required
|
|
91
91
|
* },
|
|
@@ -35,14 +35,14 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
35
35
|
* import { ForecastClient, CreateDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
36
36
|
* // const { ForecastClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
37
37
|
* const client = new ForecastClient(config);
|
|
38
|
-
* const input = {
|
|
38
|
+
* const input = { // CreateDatasetGroupRequest
|
|
39
39
|
* DatasetGroupName: "STRING_VALUE", // required
|
|
40
40
|
* Domain: "RETAIL" || "CUSTOM" || "INVENTORY_PLANNING" || "EC2_CAPACITY" || "WORK_FORCE" || "WEB_TRAFFIC" || "METRICS", // required
|
|
41
|
-
* DatasetArns: [
|
|
41
|
+
* DatasetArns: [ // ArnList
|
|
42
42
|
* "STRING_VALUE",
|
|
43
43
|
* ],
|
|
44
|
-
* Tags: [
|
|
45
|
-
* {
|
|
44
|
+
* Tags: [ // Tags
|
|
45
|
+
* { // Tag
|
|
46
46
|
* Key: "STRING_VALUE", // required
|
|
47
47
|
* Value: "STRING_VALUE", // required
|
|
48
48
|
* },
|
|
@@ -42,11 +42,11 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
42
42
|
* import { ForecastClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
43
43
|
* // const { ForecastClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
44
44
|
* const client = new ForecastClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // CreateDatasetImportJobRequest
|
|
46
46
|
* DatasetImportJobName: "STRING_VALUE", // required
|
|
47
47
|
* DatasetArn: "STRING_VALUE", // required
|
|
48
|
-
* DataSource: {
|
|
49
|
-
* S3Config: {
|
|
48
|
+
* DataSource: { // DataSource
|
|
49
|
+
* S3Config: { // S3Config
|
|
50
50
|
* Path: "STRING_VALUE", // required
|
|
51
51
|
* RoleArn: "STRING_VALUE", // required
|
|
52
52
|
* KMSKeyArn: "STRING_VALUE",
|
|
@@ -56,8 +56,8 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
56
56
|
* TimeZone: "STRING_VALUE",
|
|
57
57
|
* UseGeolocationForTimeZone: true || false,
|
|
58
58
|
* GeolocationFormat: "STRING_VALUE",
|
|
59
|
-
* Tags: [
|
|
60
|
-
* {
|
|
59
|
+
* Tags: [ // Tags
|
|
60
|
+
* { // Tag
|
|
61
61
|
* Key: "STRING_VALUE", // required
|
|
62
62
|
* Value: "STRING_VALUE", // required
|
|
63
63
|
* },
|
|
@@ -144,23 +144,23 @@ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityR
|
|
|
144
144
|
* import { ForecastClient, CreateExplainabilityCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
145
145
|
* // const { ForecastClient, CreateExplainabilityCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
146
146
|
* const client = new ForecastClient(config);
|
|
147
|
-
* const input = {
|
|
147
|
+
* const input = { // CreateExplainabilityRequest
|
|
148
148
|
* ExplainabilityName: "STRING_VALUE", // required
|
|
149
149
|
* ResourceArn: "STRING_VALUE", // required
|
|
150
|
-
* ExplainabilityConfig: {
|
|
150
|
+
* ExplainabilityConfig: { // ExplainabilityConfig
|
|
151
151
|
* TimeSeriesGranularity: "ALL" || "SPECIFIC", // required
|
|
152
152
|
* TimePointGranularity: "ALL" || "SPECIFIC", // required
|
|
153
153
|
* },
|
|
154
|
-
* DataSource: {
|
|
155
|
-
* S3Config: {
|
|
154
|
+
* DataSource: { // DataSource
|
|
155
|
+
* S3Config: { // S3Config
|
|
156
156
|
* Path: "STRING_VALUE", // required
|
|
157
157
|
* RoleArn: "STRING_VALUE", // required
|
|
158
158
|
* KMSKeyArn: "STRING_VALUE",
|
|
159
159
|
* },
|
|
160
160
|
* },
|
|
161
|
-
* Schema: {
|
|
162
|
-
* Attributes: [
|
|
163
|
-
* {
|
|
161
|
+
* Schema: { // Schema
|
|
162
|
+
* Attributes: [ // SchemaAttributes
|
|
163
|
+
* { // SchemaAttribute
|
|
164
164
|
* AttributeName: "STRING_VALUE",
|
|
165
165
|
* AttributeType: "string" || "integer" || "float" || "timestamp" || "geolocation",
|
|
166
166
|
* },
|
|
@@ -169,8 +169,8 @@ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityR
|
|
|
169
169
|
* EnableVisualization: true || false,
|
|
170
170
|
* StartDateTime: "STRING_VALUE",
|
|
171
171
|
* EndDateTime: "STRING_VALUE",
|
|
172
|
-
* Tags: [
|
|
173
|
-
* {
|
|
172
|
+
* Tags: [ // Tags
|
|
173
|
+
* { // Tag
|
|
174
174
|
* Key: "STRING_VALUE", // required
|
|
175
175
|
* Value: "STRING_VALUE", // required
|
|
176
176
|
* },
|
|
@@ -34,18 +34,18 @@ export interface CreateExplainabilityExportCommandOutput extends CreateExplainab
|
|
|
34
34
|
* import { ForecastClient, CreateExplainabilityExportCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
35
35
|
* // const { ForecastClient, CreateExplainabilityExportCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
36
36
|
* const client = new ForecastClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // CreateExplainabilityExportRequest
|
|
38
38
|
* ExplainabilityExportName: "STRING_VALUE", // required
|
|
39
39
|
* ExplainabilityArn: "STRING_VALUE", // required
|
|
40
|
-
* Destination: {
|
|
41
|
-
* S3Config: {
|
|
40
|
+
* Destination: { // DataDestination
|
|
41
|
+
* S3Config: { // S3Config
|
|
42
42
|
* Path: "STRING_VALUE", // required
|
|
43
43
|
* RoleArn: "STRING_VALUE", // required
|
|
44
44
|
* KMSKeyArn: "STRING_VALUE",
|
|
45
45
|
* },
|
|
46
46
|
* },
|
|
47
|
-
* Tags: [
|
|
48
|
-
* {
|
|
47
|
+
* Tags: [ // Tags
|
|
48
|
+
* { // Tag
|
|
49
49
|
* Key: "STRING_VALUE", // required
|
|
50
50
|
* Value: "STRING_VALUE", // required
|
|
51
51
|
* },
|
|
@@ -46,30 +46,30 @@ export interface CreateForecastCommandOutput extends CreateForecastResponse, __M
|
|
|
46
46
|
* import { ForecastClient, CreateForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
47
47
|
* // const { ForecastClient, CreateForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
48
48
|
* const client = new ForecastClient(config);
|
|
49
|
-
* const input = {
|
|
49
|
+
* const input = { // CreateForecastRequest
|
|
50
50
|
* ForecastName: "STRING_VALUE", // required
|
|
51
51
|
* PredictorArn: "STRING_VALUE", // required
|
|
52
|
-
* ForecastTypes: [
|
|
52
|
+
* ForecastTypes: [ // ForecastTypes
|
|
53
53
|
* "STRING_VALUE",
|
|
54
54
|
* ],
|
|
55
|
-
* Tags: [
|
|
56
|
-
* {
|
|
55
|
+
* Tags: [ // Tags
|
|
56
|
+
* { // Tag
|
|
57
57
|
* Key: "STRING_VALUE", // required
|
|
58
58
|
* Value: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
60
60
|
* ],
|
|
61
|
-
* TimeSeriesSelector: {
|
|
62
|
-
* TimeSeriesIdentifiers: {
|
|
63
|
-
* DataSource: {
|
|
64
|
-
* S3Config: {
|
|
61
|
+
* TimeSeriesSelector: { // TimeSeriesSelector
|
|
62
|
+
* TimeSeriesIdentifiers: { // TimeSeriesIdentifiers
|
|
63
|
+
* DataSource: { // DataSource
|
|
64
|
+
* S3Config: { // S3Config
|
|
65
65
|
* Path: "STRING_VALUE", // required
|
|
66
66
|
* RoleArn: "STRING_VALUE", // required
|
|
67
67
|
* KMSKeyArn: "STRING_VALUE",
|
|
68
68
|
* },
|
|
69
69
|
* },
|
|
70
|
-
* Schema: {
|
|
71
|
-
* Attributes: [
|
|
72
|
-
* {
|
|
70
|
+
* Schema: { // Schema
|
|
71
|
+
* Attributes: [ // SchemaAttributes
|
|
72
|
+
* { // SchemaAttribute
|
|
73
73
|
* AttributeName: "STRING_VALUE",
|
|
74
74
|
* AttributeType: "string" || "integer" || "float" || "timestamp" || "geolocation",
|
|
75
75
|
* },
|
|
@@ -39,18 +39,18 @@ export interface CreateForecastExportJobCommandOutput extends CreateForecastExpo
|
|
|
39
39
|
* import { ForecastClient, CreateForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
40
40
|
* // const { ForecastClient, CreateForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
41
41
|
* const client = new ForecastClient(config);
|
|
42
|
-
* const input = {
|
|
42
|
+
* const input = { // CreateForecastExportJobRequest
|
|
43
43
|
* ForecastExportJobName: "STRING_VALUE", // required
|
|
44
44
|
* ForecastArn: "STRING_VALUE", // required
|
|
45
|
-
* Destination: {
|
|
46
|
-
* S3Config: {
|
|
45
|
+
* Destination: { // DataDestination
|
|
46
|
+
* S3Config: { // S3Config
|
|
47
47
|
* Path: "STRING_VALUE", // required
|
|
48
48
|
* RoleArn: "STRING_VALUE", // required
|
|
49
49
|
* KMSKeyArn: "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
51
|
* },
|
|
52
|
-
* Tags: [
|
|
53
|
-
* {
|
|
52
|
+
* Tags: [ // Tags
|
|
53
|
+
* { // Tag
|
|
54
54
|
* Key: "STRING_VALUE", // required
|
|
55
55
|
* Value: "STRING_VALUE", // required
|
|
56
56
|
* },
|
|
@@ -28,11 +28,11 @@ export interface CreateMonitorCommandOutput extends CreateMonitorResponse, __Met
|
|
|
28
28
|
* import { ForecastClient, CreateMonitorCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
29
29
|
* // const { ForecastClient, CreateMonitorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
30
30
|
* const client = new ForecastClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateMonitorRequest
|
|
32
32
|
* MonitorName: "STRING_VALUE", // required
|
|
33
33
|
* ResourceArn: "STRING_VALUE", // required
|
|
34
|
-
* Tags: [
|
|
35
|
-
* {
|
|
34
|
+
* Tags: [ // Tags
|
|
35
|
+
* { // Tag
|
|
36
36
|
* Key: "STRING_VALUE", // required
|
|
37
37
|
* Value: "STRING_VALUE", // required
|
|
38
38
|
* },
|
|
@@ -40,18 +40,18 @@ export interface CreatePredictorBacktestExportJobCommandOutput extends CreatePre
|
|
|
40
40
|
* import { ForecastClient, CreatePredictorBacktestExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
41
41
|
* // const { ForecastClient, CreatePredictorBacktestExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
42
42
|
* const client = new ForecastClient(config);
|
|
43
|
-
* const input = {
|
|
43
|
+
* const input = { // CreatePredictorBacktestExportJobRequest
|
|
44
44
|
* PredictorBacktestExportJobName: "STRING_VALUE", // required
|
|
45
45
|
* PredictorArn: "STRING_VALUE", // required
|
|
46
|
-
* Destination: {
|
|
47
|
-
* S3Config: {
|
|
46
|
+
* Destination: { // DataDestination
|
|
47
|
+
* S3Config: { // S3Config
|
|
48
48
|
* Path: "STRING_VALUE", // required
|
|
49
49
|
* RoleArn: "STRING_VALUE", // required
|
|
50
50
|
* KMSKeyArn: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
|
-
* Tags: [
|
|
54
|
-
* {
|
|
53
|
+
* Tags: [ // Tags
|
|
54
|
+
* { // Tag
|
|
55
55
|
* Key: "STRING_VALUE", // required
|
|
56
56
|
* Value: "STRING_VALUE", // required
|
|
57
57
|
* },
|
|
@@ -85,43 +85,43 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
85
85
|
* import { ForecastClient, CreatePredictorCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
86
86
|
* // const { ForecastClient, CreatePredictorCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
87
87
|
* const client = new ForecastClient(config);
|
|
88
|
-
* const input = {
|
|
88
|
+
* const input = { // CreatePredictorRequest
|
|
89
89
|
* PredictorName: "STRING_VALUE", // required
|
|
90
90
|
* AlgorithmArn: "STRING_VALUE",
|
|
91
91
|
* ForecastHorizon: Number("int"), // required
|
|
92
|
-
* ForecastTypes: [
|
|
92
|
+
* ForecastTypes: [ // ForecastTypes
|
|
93
93
|
* "STRING_VALUE",
|
|
94
94
|
* ],
|
|
95
95
|
* PerformAutoML: true || false,
|
|
96
96
|
* AutoMLOverrideStrategy: "LatencyOptimized" || "AccuracyOptimized",
|
|
97
97
|
* PerformHPO: true || false,
|
|
98
|
-
* TrainingParameters: {
|
|
98
|
+
* TrainingParameters: { // TrainingParameters
|
|
99
99
|
* "<keys>": "STRING_VALUE",
|
|
100
100
|
* },
|
|
101
|
-
* EvaluationParameters: {
|
|
101
|
+
* EvaluationParameters: { // EvaluationParameters
|
|
102
102
|
* NumberOfBacktestWindows: Number("int"),
|
|
103
103
|
* BackTestWindowOffset: Number("int"),
|
|
104
104
|
* },
|
|
105
|
-
* HPOConfig: {
|
|
106
|
-
* ParameterRanges: {
|
|
107
|
-
* CategoricalParameterRanges: [
|
|
108
|
-
* {
|
|
105
|
+
* HPOConfig: { // HyperParameterTuningJobConfig
|
|
106
|
+
* ParameterRanges: { // ParameterRanges
|
|
107
|
+
* CategoricalParameterRanges: [ // CategoricalParameterRanges
|
|
108
|
+
* { // CategoricalParameterRange
|
|
109
109
|
* Name: "STRING_VALUE", // required
|
|
110
|
-
* Values: [ // required
|
|
110
|
+
* Values: [ // Values // required
|
|
111
111
|
* "STRING_VALUE",
|
|
112
112
|
* ],
|
|
113
113
|
* },
|
|
114
114
|
* ],
|
|
115
|
-
* ContinuousParameterRanges: [
|
|
116
|
-
* {
|
|
115
|
+
* ContinuousParameterRanges: [ // ContinuousParameterRanges
|
|
116
|
+
* { // ContinuousParameterRange
|
|
117
117
|
* Name: "STRING_VALUE", // required
|
|
118
118
|
* MaxValue: Number("double"), // required
|
|
119
119
|
* MinValue: Number("double"), // required
|
|
120
120
|
* ScalingType: "Auto" || "Linear" || "Logarithmic" || "ReverseLogarithmic",
|
|
121
121
|
* },
|
|
122
122
|
* ],
|
|
123
|
-
* IntegerParameterRanges: [
|
|
124
|
-
* {
|
|
123
|
+
* IntegerParameterRanges: [ // IntegerParameterRanges
|
|
124
|
+
* { // IntegerParameterRange
|
|
125
125
|
* Name: "STRING_VALUE", // required
|
|
126
126
|
* MaxValue: Number("int"), // required
|
|
127
127
|
* MinValue: Number("int"), // required
|
|
@@ -130,27 +130,27 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
130
130
|
* ],
|
|
131
131
|
* },
|
|
132
132
|
* },
|
|
133
|
-
* InputDataConfig: {
|
|
133
|
+
* InputDataConfig: { // InputDataConfig
|
|
134
134
|
* DatasetGroupArn: "STRING_VALUE", // required
|
|
135
|
-
* SupplementaryFeatures: [
|
|
136
|
-
* {
|
|
135
|
+
* SupplementaryFeatures: [ // SupplementaryFeatures
|
|
136
|
+
* { // SupplementaryFeature
|
|
137
137
|
* Name: "STRING_VALUE", // required
|
|
138
138
|
* Value: "STRING_VALUE", // required
|
|
139
139
|
* },
|
|
140
140
|
* ],
|
|
141
141
|
* },
|
|
142
|
-
* FeaturizationConfig: {
|
|
142
|
+
* FeaturizationConfig: { // FeaturizationConfig
|
|
143
143
|
* ForecastFrequency: "STRING_VALUE", // required
|
|
144
|
-
* ForecastDimensions: [
|
|
144
|
+
* ForecastDimensions: [ // ForecastDimensions
|
|
145
145
|
* "STRING_VALUE",
|
|
146
146
|
* ],
|
|
147
|
-
* Featurizations: [
|
|
148
|
-
* {
|
|
147
|
+
* Featurizations: [ // Featurizations
|
|
148
|
+
* { // Featurization
|
|
149
149
|
* AttributeName: "STRING_VALUE", // required
|
|
150
|
-
* FeaturizationPipeline: [
|
|
151
|
-
* {
|
|
150
|
+
* FeaturizationPipeline: [ // FeaturizationPipeline
|
|
151
|
+
* { // FeaturizationMethod
|
|
152
152
|
* FeaturizationMethodName: "filling", // required
|
|
153
|
-
* FeaturizationMethodParameters: {
|
|
153
|
+
* FeaturizationMethodParameters: { // FeaturizationMethodParameters
|
|
154
154
|
* "<keys>": "STRING_VALUE",
|
|
155
155
|
* },
|
|
156
156
|
* },
|
|
@@ -158,12 +158,12 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
158
158
|
* },
|
|
159
159
|
* ],
|
|
160
160
|
* },
|
|
161
|
-
* EncryptionConfig: {
|
|
161
|
+
* EncryptionConfig: { // EncryptionConfig
|
|
162
162
|
* RoleArn: "STRING_VALUE", // required
|
|
163
163
|
* KMSKeyArn: "STRING_VALUE", // required
|
|
164
164
|
* },
|
|
165
|
-
* Tags: [
|
|
166
|
-
* {
|
|
165
|
+
* Tags: [ // Tags
|
|
166
|
+
* { // Tag
|
|
167
167
|
* Key: "STRING_VALUE", // required
|
|
168
168
|
* Value: "STRING_VALUE", // required
|
|
169
169
|
* },
|
|
@@ -38,21 +38,21 @@ export interface CreateWhatIfAnalysisCommandOutput extends CreateWhatIfAnalysisR
|
|
|
38
38
|
* import { ForecastClient, CreateWhatIfAnalysisCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
39
39
|
* // const { ForecastClient, CreateWhatIfAnalysisCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
40
40
|
* const client = new ForecastClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // CreateWhatIfAnalysisRequest
|
|
42
42
|
* WhatIfAnalysisName: "STRING_VALUE", // required
|
|
43
43
|
* ForecastArn: "STRING_VALUE", // required
|
|
44
|
-
* TimeSeriesSelector: {
|
|
45
|
-
* TimeSeriesIdentifiers: {
|
|
46
|
-
* DataSource: {
|
|
47
|
-
* S3Config: {
|
|
44
|
+
* TimeSeriesSelector: { // TimeSeriesSelector
|
|
45
|
+
* TimeSeriesIdentifiers: { // TimeSeriesIdentifiers
|
|
46
|
+
* DataSource: { // DataSource
|
|
47
|
+
* S3Config: { // S3Config
|
|
48
48
|
* Path: "STRING_VALUE", // required
|
|
49
49
|
* RoleArn: "STRING_VALUE", // required
|
|
50
50
|
* KMSKeyArn: "STRING_VALUE",
|
|
51
51
|
* },
|
|
52
52
|
* },
|
|
53
|
-
* Schema: {
|
|
54
|
-
* Attributes: [
|
|
55
|
-
* {
|
|
53
|
+
* Schema: { // Schema
|
|
54
|
+
* Attributes: [ // SchemaAttributes
|
|
55
|
+
* { // SchemaAttribute
|
|
56
56
|
* AttributeName: "STRING_VALUE",
|
|
57
57
|
* AttributeType: "string" || "integer" || "float" || "timestamp" || "geolocation",
|
|
58
58
|
* },
|
|
@@ -61,8 +61,8 @@ export interface CreateWhatIfAnalysisCommandOutput extends CreateWhatIfAnalysisR
|
|
|
61
61
|
* Format: "STRING_VALUE",
|
|
62
62
|
* },
|
|
63
63
|
* },
|
|
64
|
-
* Tags: [
|
|
65
|
-
* {
|
|
64
|
+
* Tags: [ // Tags
|
|
65
|
+
* { // Tag
|
|
66
66
|
* Key: "STRING_VALUE", // required
|
|
67
67
|
* Value: "STRING_VALUE", // required
|
|
68
68
|
* },
|
|
@@ -27,18 +27,18 @@ export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastR
|
|
|
27
27
|
* import { ForecastClient, CreateWhatIfForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
28
28
|
* // const { ForecastClient, CreateWhatIfForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
29
29
|
* const client = new ForecastClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // CreateWhatIfForecastRequest
|
|
31
31
|
* WhatIfForecastName: "STRING_VALUE", // required
|
|
32
32
|
* WhatIfAnalysisArn: "STRING_VALUE", // required
|
|
33
|
-
* TimeSeriesTransformations: [
|
|
34
|
-
* {
|
|
35
|
-
* Action: {
|
|
33
|
+
* TimeSeriesTransformations: [ // TimeSeriesTransformations
|
|
34
|
+
* { // TimeSeriesTransformation
|
|
35
|
+
* Action: { // Action
|
|
36
36
|
* AttributeName: "STRING_VALUE", // required
|
|
37
37
|
* Operation: "ADD" || "SUBTRACT" || "MULTIPLY" || "DIVIDE", // required
|
|
38
38
|
* Value: Number("double"), // required
|
|
39
39
|
* },
|
|
40
|
-
* TimeSeriesConditions: [
|
|
41
|
-
* {
|
|
40
|
+
* TimeSeriesConditions: [ // TimeSeriesConditions
|
|
41
|
+
* { // TimeSeriesCondition
|
|
42
42
|
* AttributeName: "STRING_VALUE", // required
|
|
43
43
|
* AttributeValue: "STRING_VALUE", // required
|
|
44
44
|
* Condition: "EQUALS" || "NOT_EQUALS" || "LESS_THAN" || "GREATER_THAN", // required
|
|
@@ -46,15 +46,15 @@ export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastR
|
|
|
46
46
|
* ],
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
|
-
* TimeSeriesReplacementsDataSource: {
|
|
50
|
-
* S3Config: {
|
|
49
|
+
* TimeSeriesReplacementsDataSource: { // TimeSeriesReplacementsDataSource
|
|
50
|
+
* S3Config: { // S3Config
|
|
51
51
|
* Path: "STRING_VALUE", // required
|
|
52
52
|
* RoleArn: "STRING_VALUE", // required
|
|
53
53
|
* KMSKeyArn: "STRING_VALUE",
|
|
54
54
|
* },
|
|
55
|
-
* Schema: {
|
|
56
|
-
* Attributes: [
|
|
57
|
-
* {
|
|
55
|
+
* Schema: { // Schema
|
|
56
|
+
* Attributes: [ // SchemaAttributes
|
|
57
|
+
* { // SchemaAttribute
|
|
58
58
|
* AttributeName: "STRING_VALUE",
|
|
59
59
|
* AttributeType: "string" || "integer" || "float" || "timestamp" || "geolocation",
|
|
60
60
|
* },
|
|
@@ -63,8 +63,8 @@ export interface CreateWhatIfForecastCommandOutput extends CreateWhatIfForecastR
|
|
|
63
63
|
* Format: "STRING_VALUE",
|
|
64
64
|
* TimestampFormat: "STRING_VALUE",
|
|
65
65
|
* },
|
|
66
|
-
* Tags: [
|
|
67
|
-
* {
|
|
66
|
+
* Tags: [ // Tags
|
|
67
|
+
* { // Tag
|
|
68
68
|
* Key: "STRING_VALUE", // required
|
|
69
69
|
* Value: "STRING_VALUE", // required
|
|
70
70
|
* },
|
|
@@ -42,20 +42,20 @@ export interface CreateWhatIfForecastExportCommandOutput extends CreateWhatIfFor
|
|
|
42
42
|
* import { ForecastClient, CreateWhatIfForecastExportCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
43
43
|
* // const { ForecastClient, CreateWhatIfForecastExportCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
44
44
|
* const client = new ForecastClient(config);
|
|
45
|
-
* const input = {
|
|
45
|
+
* const input = { // CreateWhatIfForecastExportRequest
|
|
46
46
|
* WhatIfForecastExportName: "STRING_VALUE", // required
|
|
47
|
-
* WhatIfForecastArns: [ // required
|
|
47
|
+
* WhatIfForecastArns: [ // WhatIfForecastArnListForExport // required
|
|
48
48
|
* "STRING_VALUE",
|
|
49
49
|
* ],
|
|
50
|
-
* Destination: {
|
|
51
|
-
* S3Config: {
|
|
50
|
+
* Destination: { // DataDestination
|
|
51
|
+
* S3Config: { // S3Config
|
|
52
52
|
* Path: "STRING_VALUE", // required
|
|
53
53
|
* RoleArn: "STRING_VALUE", // required
|
|
54
54
|
* KMSKeyArn: "STRING_VALUE",
|
|
55
55
|
* },
|
|
56
56
|
* },
|
|
57
|
-
* Tags: [
|
|
58
|
-
* {
|
|
57
|
+
* Tags: [ // Tags
|
|
58
|
+
* { // Tag
|
|
59
59
|
* Key: "STRING_VALUE", // required
|
|
60
60
|
* Value: "STRING_VALUE", // required
|
|
61
61
|
* },
|
|
@@ -33,7 +33,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* import { ForecastClient, DeleteDatasetCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
34
34
|
* // const { ForecastClient, DeleteDatasetCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
35
35
|
* const client = new ForecastClient(config);
|
|
36
|
-
* const input = {
|
|
36
|
+
* const input = { // DeleteDatasetRequest
|
|
37
37
|
* DatasetArn: "STRING_VALUE", // required
|
|
38
38
|
* };
|
|
39
39
|
* const command = new DeleteDatasetCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { ForecastClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteDatasetGroupRequest
|
|
33
33
|
* DatasetGroupArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDatasetGroupCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteDatasetImportJobCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { ForecastClient, DeleteDatasetImportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
30
30
|
* // const { ForecastClient, DeleteDatasetImportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
31
31
|
* const client = new ForecastClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteDatasetImportJobRequest
|
|
33
33
|
* DatasetImportJobArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDatasetImportJobCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteExplainabilityCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { ForecastClient, DeleteExplainabilityCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
29
29
|
* // const { ForecastClient, DeleteExplainabilityCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
30
30
|
* const client = new ForecastClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteExplainabilityRequest
|
|
32
32
|
* ExplainabilityArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteExplainabilityCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteExplainabilityExportCommandOutput extends __MetadataBeare
|
|
|
26
26
|
* import { ForecastClient, DeleteExplainabilityExportCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
27
27
|
* // const { ForecastClient, DeleteExplainabilityExportCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
28
28
|
* const client = new ForecastClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteExplainabilityExportRequest
|
|
30
30
|
* ExplainabilityExportArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteExplainabilityExportCommand(input);
|
|
@@ -30,7 +30,7 @@ export interface DeleteForecastCommandOutput extends __MetadataBearer {
|
|
|
30
30
|
* import { ForecastClient, DeleteForecastCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
31
31
|
* // const { ForecastClient, DeleteForecastCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
32
32
|
* const client = new ForecastClient(config);
|
|
33
|
-
* const input = {
|
|
33
|
+
* const input = { // DeleteForecastRequest
|
|
34
34
|
* ForecastArn: "STRING_VALUE", // required
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteForecastCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteForecastExportJobCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { ForecastClient, DeleteForecastExportJobCommand } from "@aws-sdk/client-forecast"; // ES Modules import
|
|
29
29
|
* // const { ForecastClient, DeleteForecastExportJobCommand } = require("@aws-sdk/client-forecast"); // CommonJS import
|
|
30
30
|
* const client = new ForecastClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteForecastExportJobRequest
|
|
32
32
|
* ForecastExportJobArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteForecastExportJobCommand(input);
|