@@ -71,7 +71,7 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
71
71
* // },
72
72
* // RoleArn: "STRING_VALUE", // required
73
73
* // AutoMLJobObjective: { // AutoMLJobObjective
74
- * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
74
+ * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" , // required
75
75
* // },
76
76
* // AutoMLProblemTypeConfig: { // AutoMLProblemTypeConfig Union: only one key present
77
77
* // ImageClassificationJobConfig: { // ImageClassificationJobConfig
@@ -112,6 +112,37 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
112
112
* // TargetAttributeName: "STRING_VALUE", // required
113
113
* // SampleWeightAttributeName: "STRING_VALUE",
114
114
* // },
115
+ * // TimeSeriesForecastingJobConfig: { // TimeSeriesForecastingJobConfig
116
+ * // FeatureSpecificationS3Uri: "STRING_VALUE",
117
+ * // CompletionCriteria: {
118
+ * // MaxCandidates: Number("int"),
119
+ * // MaxRuntimePerTrainingJobInSeconds: Number("int"),
120
+ * // MaxAutoMLJobRuntimeInSeconds: Number("int"),
121
+ * // },
122
+ * // ForecastFrequency: "STRING_VALUE", // required
123
+ * // ForecastHorizon: Number("int"), // required
124
+ * // ForecastQuantiles: [ // ForecastQuantiles
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // Transformations: { // TimeSeriesTransformations
128
+ * // Filling: { // FillingTransformations
129
+ * // "<keys>": { // FillingTransformationMap
130
+ * // "<keys>": "STRING_VALUE",
131
+ * // },
132
+ * // },
133
+ * // Aggregation: { // AggregationTransformations
134
+ * // "<keys>": "sum" || "avg" || "first" || "min" || "max",
135
+ * // },
136
+ * // },
137
+ * // TimeSeriesConfig: { // TimeSeriesConfig
138
+ * // TargetAttributeName: "STRING_VALUE", // required
139
+ * // TimestampAttributeName: "STRING_VALUE", // required
140
+ * // ItemIdentifierAttributeName: "STRING_VALUE", // required
141
+ * // GroupingAttributeNames: [ // GroupingAttributeNames
142
+ * // "STRING_VALUE",
143
+ * // ],
144
+ * // },
145
+ * // },
115
146
* // },
116
147
* // CreationTime: new Date("TIMESTAMP"), // required
117
148
* // EndTime: new Date("TIMESTAMP"),
@@ -126,9 +157,9 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
126
157
* // CandidateName: "STRING_VALUE", // required
127
158
* // FinalAutoMLJobObjectiveMetric: { // FinalAutoMLJobObjectiveMetric
128
159
* // Type: "Maximize" || "Minimize",
129
- * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
160
+ * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" , // required
130
161
* // Value: Number("float"), // required
131
- * // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro",
162
+ * // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" ,
132
163
* // },
133
164
* // ObjectiveStatus: "Succeeded" || "Pending" || "Failed", // required
134
165
* // CandidateSteps: [ // CandidateSteps // required
@@ -156,13 +187,14 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
156
187
* // CandidateArtifactLocations: { // CandidateArtifactLocations
157
188
* // Explainability: "STRING_VALUE", // required
158
189
* // ModelInsights: "STRING_VALUE",
190
+ * // BacktestResults: "STRING_VALUE",
159
191
* // },
160
192
* // CandidateMetrics: [ // MetricDataList
161
193
* // { // MetricDatum
162
- * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro",
194
+ * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" ,
163
195
* // Value: Number("float"),
164
196
* // Set: "Train" || "Validation" || "Test",
165
- * // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "LogLoss" || "InferenceLatency",
197
+ * // StandardMetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "LogLoss" || "InferenceLatency" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" ,
166
198
* // },
167
199
* // ],
168
200
* // },
@@ -179,7 +211,7 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
179
211
* // },
180
212
* // },
181
213
* // AutoMLJobStatus: "Completed" || "InProgress" || "Failed" || "Stopped" || "Stopping", // required
182
- * // AutoMLJobSecondaryStatus: "Starting" || "AnalyzingData" || "FeatureEngineering" || "ModelTuning" || "MaxCandidatesReached" || "Failed" || "Stopped" || "MaxAutoMLJobRuntimeReached" || "Stopping" || "CandidateDefinitionsGenerated" || "GeneratingExplainabilityReport" || "Completed" || "ExplainabilityError" || "DeployingModel" || "ModelDeploymentError" || "GeneratingModelInsightsReport" || "ModelInsightsError" || "TrainingModels", // required
214
+ * // AutoMLJobSecondaryStatus: "Starting" || "AnalyzingData" || "FeatureEngineering" || "ModelTuning" || "MaxCandidatesReached" || "Failed" || "Stopped" || "MaxAutoMLJobRuntimeReached" || "Stopping" || "CandidateDefinitionsGenerated" || "GeneratingExplainabilityReport" || "Completed" || "ExplainabilityError" || "DeployingModel" || "ModelDeploymentError" || "GeneratingModelInsightsReport" || "ModelInsightsError" || "TrainingModels" || "PreTraining" , // required
183
215
* // ModelDeployConfig: { // ModelDeployConfig
184
216
* // AutoGenerateEndpointName: true || false,
185
217
* // EndpointName: "STRING_VALUE",
@@ -208,7 +240,7 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
208
240
* // },
209
241
* // ResolvedAttributes: { // AutoMLResolvedAttributes
210
242
* // AutoMLJobObjective: {
211
- * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro", // required
243
+ * // MetricName: "Accuracy" || "MSE" || "F1" || "F1macro" || "AUC" || "RMSE" || "MAE" || "R2" || "BalancedAccuracy" || "Precision" || "PrecisionMacro" || "Recall" || "RecallMacro" || "MAPE" || "MASE" || "WAPE" || "AverageWeightedQuantileLoss" , // required
212
244
* // },
213
245
* // CompletionCriteria: {
214
246
* // MaxCandidates: Number("int"),
@@ -221,7 +253,7 @@ export interface DescribeAutoMLJobV2CommandOutput extends DescribeAutoMLJobV2Res
221
253
* // },
222
254
* // },
223
255
* // },
224
- * // AutoMLProblemTypeConfigName: "ImageClassification" || "TextClassification" || "Tabular",
256
+ * // AutoMLProblemTypeConfigName: "ImageClassification" || "TextClassification" || "Tabular" || "TimeSeriesForecasting" ,
225
257
* // };
226
258
*
227
259
* ```
0 commit comments