@aws-sdk/client-forecast 3.43.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 +11 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/Forecast.d.ts +34 -27
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +1 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +4 -4
- package/dist-types/commands/CreatePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -3
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -2
- 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/models/models_0.d.ts +305 -140
- package/dist-types/ts3.4/models/models_0.d.ts +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -4338,6 +4338,9 @@ const deserializeAws_json1_1DescribeAutoPredictorResponse = (output, context) =>
|
|
|
4338
4338
|
ExplainabilityInfo: output.ExplainabilityInfo !== undefined && output.ExplainabilityInfo !== null
|
|
4339
4339
|
? deserializeAws_json1_1ExplainabilityInfo(output.ExplainabilityInfo, context)
|
|
4340
4340
|
: undefined,
|
|
4341
|
+
ForecastDimensions: output.ForecastDimensions !== undefined && output.ForecastDimensions !== null
|
|
4342
|
+
? deserializeAws_json1_1ForecastDimensions(output.ForecastDimensions, context)
|
|
4343
|
+
: undefined,
|
|
4341
4344
|
ForecastFrequency: smithy_client_1.expectString(output.ForecastFrequency),
|
|
4342
4345
|
ForecastHorizon: smithy_client_1.expectInt32(output.ForecastHorizon),
|
|
4343
4346
|
ForecastTypes: output.ForecastTypes !== undefined && output.ForecastTypes !== null
|
package/dist-es/endpoints.js
CHANGED
|
@@ -4558,6 +4558,9 @@ var deserializeAws_json1_1DescribeAutoPredictorResponse = function (output, cont
|
|
|
4558
4558
|
ExplainabilityInfo: output.ExplainabilityInfo !== undefined && output.ExplainabilityInfo !== null
|
|
4559
4559
|
? deserializeAws_json1_1ExplainabilityInfo(output.ExplainabilityInfo, context)
|
|
4560
4560
|
: undefined,
|
|
4561
|
+
ForecastDimensions: output.ForecastDimensions !== undefined && output.ForecastDimensions !== null
|
|
4562
|
+
? deserializeAws_json1_1ForecastDimensions(output.ForecastDimensions, context)
|
|
4563
|
+
: undefined,
|
|
4561
4564
|
ForecastFrequency: __expectString(output.ForecastFrequency),
|
|
4562
4565
|
ForecastHorizon: __expectInt32(output.ForecastHorizon),
|
|
4563
4566
|
ForecastTypes: output.ForecastTypes !== undefined && output.ForecastTypes !== null
|
package/dist-types/Forecast.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
53
53
|
* <p>Creates an Amazon Forecast predictor.</p>
|
|
54
54
|
* <p>Amazon Forecast creates predictors with AutoPredictor, which involves applying the
|
|
55
55
|
* optimal combination of algorithms to each time series in your datasets. You can use
|
|
56
|
-
* CreateAutoPredictor to create new predictors or upgrade/retrain existing
|
|
56
|
+
* <a>CreateAutoPredictor</a> to create new predictors or upgrade/retrain existing
|
|
57
57
|
* predictors.</p>
|
|
58
58
|
* <p>
|
|
59
59
|
* <b>Creating new predictors</b>
|
|
@@ -261,7 +261,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
261
261
|
* <b>CreateExplainability with a Forecast ARN</b>
|
|
262
262
|
* </p>
|
|
263
263
|
* <note>
|
|
264
|
-
* <p>You can specify a maximum of 50 time series and
|
|
264
|
+
* <p>You can specify a maximum of 50 time series and 500 time points.</p>
|
|
265
265
|
* </note>
|
|
266
266
|
* <p>The following parameters are required when providing a Predictor ARN:</p>
|
|
267
267
|
* <ul>
|
|
@@ -375,7 +375,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
375
375
|
* <note>
|
|
376
376
|
* <p> This operation creates a legacy predictor that does not include all the predictor
|
|
377
377
|
* functionalities provided by Amazon Forecast. To create a predictor that is compatible with all
|
|
378
|
-
* aspects of Forecast, use CreateAutoPredictor
|
|
378
|
+
* aspects of Forecast, use <a>CreateAutoPredictor</a>.</p>
|
|
379
379
|
* </note>
|
|
380
380
|
* <p>Creates an Amazon Forecast predictor.</p>
|
|
381
381
|
* <p>In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast
|
|
@@ -440,8 +440,8 @@ export declare class Forecast extends ForecastClient {
|
|
|
440
440
|
createPredictor(args: CreatePredictorCommandInput, cb: (err: any, data?: CreatePredictorCommandOutput) => void): void;
|
|
441
441
|
createPredictor(args: CreatePredictorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePredictorCommandOutput) => void): void;
|
|
442
442
|
/**
|
|
443
|
-
* <p>Exports backtest forecasts and accuracy metrics generated by the <a>CreatePredictor</a>
|
|
444
|
-
* to your specified S3 bucket.</p>
|
|
443
|
+
* <p>Exports backtest forecasts and accuracy metrics generated by the <a>CreateAutoPredictor</a> or <a>CreatePredictor</a> operations. Two
|
|
444
|
+
* folders containing CSV files are exported to your specified S3 bucket.</p>
|
|
445
445
|
* <p> The export file names will match the following conventions:</p>
|
|
446
446
|
* <p>
|
|
447
447
|
* <code><ExportJobName>_<ExportTimestamp>_<PartNumber>.csv</code>
|
|
@@ -452,8 +452,8 @@ export declare class Forecast extends ForecastClient {
|
|
|
452
452
|
* bucket and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3
|
|
453
453
|
* bucket. For more information, see <a>aws-forecast-iam-roles</a>.</p>
|
|
454
454
|
* <note>
|
|
455
|
-
* <p>The <code>Status</code> of the export job must be <code>ACTIVE</code> before
|
|
456
|
-
*
|
|
455
|
+
* <p>The <code>Status</code> of the export job must be <code>ACTIVE</code> before you
|
|
456
|
+
* can access the export in your Amazon S3 bucket. To get the status, use the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
457
457
|
* </note>
|
|
458
458
|
*/
|
|
459
459
|
createPredictorBacktestExportJob(args: CreatePredictorBacktestExportJobCommandInput, options?: __HttpHandlerOptions): Promise<CreatePredictorBacktestExportJobCommandOutput>;
|
|
@@ -499,7 +499,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
499
499
|
deleteExplainability(args: DeleteExplainabilityCommandInput, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
|
|
500
500
|
deleteExplainability(args: DeleteExplainabilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExplainabilityCommandOutput) => void): void;
|
|
501
501
|
/**
|
|
502
|
-
* <p>Deletes an Explainability export
|
|
502
|
+
* <p>Deletes an Explainability export.</p>
|
|
503
503
|
*/
|
|
504
504
|
deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExplainabilityExportCommandOutput>;
|
|
505
505
|
deleteExplainabilityExport(args: DeleteExplainabilityExportCommandInput, cb: (err: any, data?: DeleteExplainabilityExportCommandOutput) => void): void;
|
|
@@ -523,9 +523,8 @@ export declare class Forecast extends ForecastClient {
|
|
|
523
523
|
deleteForecastExportJob(args: DeleteForecastExportJobCommandInput, cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void): void;
|
|
524
524
|
deleteForecastExportJob(args: DeleteForecastExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteForecastExportJobCommandOutput) => void): void;
|
|
525
525
|
/**
|
|
526
|
-
* <p>Deletes a predictor created using the <a>CreatePredictor</a>
|
|
527
|
-
*
|
|
528
|
-
* To get the status, use the <a>DescribePredictor</a> operation.</p>
|
|
526
|
+
* <p>Deletes a predictor created using the <a>DescribePredictor</a> or <a>CreatePredictor</a> operations. You can delete only predictor that have a status of
|
|
527
|
+
* <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribePredictor</a> operation.</p>
|
|
529
528
|
*/
|
|
530
529
|
deletePredictor(args: DeletePredictorCommandInput, options?: __HttpHandlerOptions): Promise<DeletePredictorCommandOutput>;
|
|
531
530
|
deletePredictor(args: DeletePredictorCommandInput, cb: (err: any, data?: DeletePredictorCommandOutput) => void): void;
|
|
@@ -754,8 +753,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
754
753
|
/**
|
|
755
754
|
* <note>
|
|
756
755
|
* <p> This operation is only valid for legacy predictors created with CreatePredictor. If you
|
|
757
|
-
* are not using a legacy predictor, use DescribeAutoPredictor
|
|
758
|
-
* <p>To upgrade a legacy predictor to AutoPredictor, see Upgrading to AutoPredictor.</p>
|
|
756
|
+
* are not using a legacy predictor, use <a>DescribeAutoPredictor</a>.</p>
|
|
759
757
|
* </note>
|
|
760
758
|
* <p>Describes a predictor created using the <a>CreatePredictor</a>
|
|
761
759
|
* operation.</p>
|
|
@@ -799,7 +797,7 @@ export declare class Forecast extends ForecastClient {
|
|
|
799
797
|
/**
|
|
800
798
|
* <p>Describes a predictor backtest export job created using the <a>CreatePredictorBacktestExportJob</a> operation.</p>
|
|
801
799
|
* <p>In addition to listing the properties provided by the user in the
|
|
802
|
-
*
|
|
800
|
+
* <code>CreatePredictorBacktestExportJob</code> request, this operation lists the
|
|
803
801
|
* following properties:</p>
|
|
804
802
|
* <ul>
|
|
805
803
|
* <li>
|
|
@@ -914,20 +912,20 @@ export declare class Forecast extends ForecastClient {
|
|
|
914
912
|
listForecasts(args: ListForecastsCommandInput, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
|
|
915
913
|
listForecasts(args: ListForecastsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListForecastsCommandOutput) => void): void;
|
|
916
914
|
/**
|
|
917
|
-
* <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
|
|
918
|
-
* for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
919
|
-
* <p>To retrieve the complete set of properties for a particular backtest export job, use
|
|
920
|
-
* ARN with the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
915
|
+
* <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
|
|
916
|
+
* summary for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
917
|
+
* <p>To retrieve the complete set of properties for a particular backtest export job, use
|
|
918
|
+
* the ARN with the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
921
919
|
*/
|
|
922
920
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorBacktestExportJobsCommandOutput>;
|
|
923
921
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
|
|
924
922
|
listPredictorBacktestExportJobs(args: ListPredictorBacktestExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPredictorBacktestExportJobsCommandOutput) => void): void;
|
|
925
923
|
/**
|
|
926
|
-
* <p>Returns a list of predictors created using the <a>
|
|
927
|
-
*
|
|
928
|
-
* its Amazon Resource Name (ARN).
|
|
929
|
-
*
|
|
930
|
-
* array of <a>Filter</a> objects.</p>
|
|
924
|
+
* <p>Returns a list of predictors created using the <a>CreateAutoPredictor</a> or
|
|
925
|
+
* <a>CreatePredictor</a> operations. For each predictor, this operation returns a
|
|
926
|
+
* summary of its properties, including its Amazon Resource Name (ARN). </p>
|
|
927
|
+
* <p>You can retrieve the complete set of properties by using the ARN with the <a>DescribeAutoPredictor</a> and <a>DescribePredictor</a> operations. You
|
|
928
|
+
* can filter the list using an array of <a>Filter</a> objects.</p>
|
|
931
929
|
*/
|
|
932
930
|
listPredictors(args: ListPredictorsCommandInput, options?: __HttpHandlerOptions): Promise<ListPredictorsCommandOutput>;
|
|
933
931
|
listPredictors(args: ListPredictorsCommandInput, cb: (err: any, data?: ListPredictorsCommandOutput) => void): void;
|
|
@@ -940,9 +938,9 @@ export declare class Forecast extends ForecastClient {
|
|
|
940
938
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
941
939
|
/**
|
|
942
940
|
* <p>Stops a resource.</p>
|
|
943
|
-
* <p>The resource undergoes the following states:
|
|
944
|
-
*
|
|
945
|
-
*
|
|
941
|
+
* <p>The resource undergoes the following states: <code>CREATE_STOPPING</code> and
|
|
942
|
+
* <code>CREATE_STOPPED</code>. You cannot resume a resource once it has been
|
|
943
|
+
* stopped.</p>
|
|
946
944
|
* <p>This operation can be applied to the following resources (and their corresponding child
|
|
947
945
|
* resources):</p>
|
|
948
946
|
* <ul>
|
|
@@ -961,13 +959,22 @@ export declare class Forecast extends ForecastClient {
|
|
|
961
959
|
* <li>
|
|
962
960
|
* <p>Predictor Backtest Export Job</p>
|
|
963
961
|
* </li>
|
|
962
|
+
* <li>
|
|
963
|
+
* <p>Explainability Job</p>
|
|
964
|
+
* </li>
|
|
965
|
+
* <li>
|
|
966
|
+
* <p>Explainability Export Job</p>
|
|
967
|
+
* </li>
|
|
964
968
|
* </ul>
|
|
965
969
|
*/
|
|
966
970
|
stopResource(args: StopResourceCommandInput, options?: __HttpHandlerOptions): Promise<StopResourceCommandOutput>;
|
|
967
971
|
stopResource(args: StopResourceCommandInput, cb: (err: any, data?: StopResourceCommandOutput) => void): void;
|
|
968
972
|
stopResource(args: StopResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopResourceCommandOutput) => void): void;
|
|
969
973
|
/**
|
|
970
|
-
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
974
|
+
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
975
|
+
* If existing tags on a resource are not specified in the request parameters, they are not
|
|
976
|
+
* changed. When a resource is deleted, the tags associated with that resource are also
|
|
977
|
+
* deleted.</p>
|
|
971
978
|
*/
|
|
972
979
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
973
980
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
@@ -10,7 +10,7 @@ export interface CreateAutoPredictorCommandOutput extends CreateAutoPredictorRes
|
|
|
10
10
|
* <p>Creates an Amazon Forecast predictor.</p>
|
|
11
11
|
* <p>Amazon Forecast creates predictors with AutoPredictor, which involves applying the
|
|
12
12
|
* optimal combination of algorithms to each time series in your datasets. You can use
|
|
13
|
-
* CreateAutoPredictor to create new predictors or upgrade/retrain existing
|
|
13
|
+
* <a>CreateAutoPredictor</a> to create new predictors or upgrade/retrain existing
|
|
14
14
|
* predictors.</p>
|
|
15
15
|
* <p>
|
|
16
16
|
* <b>Creating new predictors</b>
|
|
@@ -77,7 +77,7 @@ export interface CreateExplainabilityCommandOutput extends CreateExplainabilityR
|
|
|
77
77
|
* <b>CreateExplainability with a Forecast ARN</b>
|
|
78
78
|
* </p>
|
|
79
79
|
* <note>
|
|
80
|
-
* <p>You can specify a maximum of 50 time series and
|
|
80
|
+
* <p>You can specify a maximum of 50 time series and 500 time points.</p>
|
|
81
81
|
* </note>
|
|
82
82
|
* <p>The following parameters are required when providing a Predictor ARN:</p>
|
|
83
83
|
* <ul>
|
|
@@ -7,8 +7,8 @@ export interface CreatePredictorBacktestExportJobCommandInput extends CreatePred
|
|
|
7
7
|
export interface CreatePredictorBacktestExportJobCommandOutput extends CreatePredictorBacktestExportJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Exports backtest forecasts and accuracy metrics generated by the <a>CreatePredictor</a>
|
|
11
|
-
* to your specified S3 bucket.</p>
|
|
10
|
+
* <p>Exports backtest forecasts and accuracy metrics generated by the <a>CreateAutoPredictor</a> or <a>CreatePredictor</a> operations. Two
|
|
11
|
+
* folders containing CSV files are exported to your specified S3 bucket.</p>
|
|
12
12
|
* <p> The export file names will match the following conventions:</p>
|
|
13
13
|
* <p>
|
|
14
14
|
* <code><ExportJobName>_<ExportTimestamp>_<PartNumber>.csv</code>
|
|
@@ -19,8 +19,8 @@ export interface CreatePredictorBacktestExportJobCommandOutput extends CreatePre
|
|
|
19
19
|
* bucket and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3
|
|
20
20
|
* bucket. For more information, see <a>aws-forecast-iam-roles</a>.</p>
|
|
21
21
|
* <note>
|
|
22
|
-
* <p>The <code>Status</code> of the export job must be <code>ACTIVE</code> before
|
|
23
|
-
*
|
|
22
|
+
* <p>The <code>Status</code> of the export job must be <code>ACTIVE</code> before you
|
|
23
|
+
* can access the export in your Amazon S3 bucket. To get the status, use the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
24
24
|
* </note>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,7 +10,7 @@ export interface CreatePredictorCommandOutput extends CreatePredictorResponse, _
|
|
|
10
10
|
* <note>
|
|
11
11
|
* <p> This operation creates a legacy predictor that does not include all the predictor
|
|
12
12
|
* functionalities provided by Amazon Forecast. To create a predictor that is compatible with all
|
|
13
|
-
* aspects of Forecast, use CreateAutoPredictor
|
|
13
|
+
* aspects of Forecast, use <a>CreateAutoPredictor</a>.</p>
|
|
14
14
|
* </note>
|
|
15
15
|
* <p>Creates an Amazon Forecast predictor.</p>
|
|
16
16
|
* <p>In the request, provide a dataset group and either specify an algorithm or let Amazon Forecast
|
|
@@ -7,7 +7,7 @@ export interface DeleteExplainabilityExportCommandInput extends DeleteExplainabi
|
|
|
7
7
|
export interface DeleteExplainabilityExportCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes an Explainability export
|
|
10
|
+
* <p>Deletes an Explainability export.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -7,9 +7,8 @@ export interface DeletePredictorCommandInput extends DeletePredictorRequest {
|
|
|
7
7
|
export interface DeletePredictorCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes a predictor created using the <a>CreatePredictor</a>
|
|
11
|
-
*
|
|
12
|
-
* To get the status, use the <a>DescribePredictor</a> operation.</p>
|
|
10
|
+
* <p>Deletes a predictor created using the <a>DescribePredictor</a> or <a>CreatePredictor</a> operations. You can delete only predictor that have a status of
|
|
11
|
+
* <code>ACTIVE</code> or <code>CREATE_FAILED</code>. To get the status, use the <a>DescribePredictor</a> operation.</p>
|
|
13
12
|
* @example
|
|
14
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
14
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribePredictorBacktestExportJobCommandOutput extends Describ
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Describes a predictor backtest export job created using the <a>CreatePredictorBacktestExportJob</a> operation.</p>
|
|
11
11
|
* <p>In addition to listing the properties provided by the user in the
|
|
12
|
-
*
|
|
12
|
+
* <code>CreatePredictorBacktestExportJob</code> request, this operation lists the
|
|
13
13
|
* following properties:</p>
|
|
14
14
|
* <ul>
|
|
15
15
|
* <li>
|
|
@@ -9,8 +9,7 @@ export interface DescribePredictorCommandOutput extends DescribePredictorRespons
|
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
11
|
* <p> This operation is only valid for legacy predictors created with CreatePredictor. If you
|
|
12
|
-
* are not using a legacy predictor, use DescribeAutoPredictor
|
|
13
|
-
* <p>To upgrade a legacy predictor to AutoPredictor, see Upgrading to AutoPredictor.</p>
|
|
12
|
+
* are not using a legacy predictor, use <a>DescribeAutoPredictor</a>.</p>
|
|
14
13
|
* </note>
|
|
15
14
|
* <p>Describes a predictor created using the <a>CreatePredictor</a>
|
|
16
15
|
* operation.</p>
|
|
@@ -7,10 +7,10 @@ export interface ListPredictorBacktestExportJobsCommandInput extends ListPredict
|
|
|
7
7
|
export interface ListPredictorBacktestExportJobsCommandOutput extends ListPredictorBacktestExportJobsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
|
|
11
|
-
* for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
12
|
-
* <p>To retrieve the complete set of properties for a particular backtest export job, use
|
|
13
|
-
* ARN with the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
10
|
+
* <p>Returns a list of predictor backtest export jobs created using the <a>CreatePredictorBacktestExportJob</a> operation. This operation returns a
|
|
11
|
+
* summary for each backtest export job. You can filter the list using an array of <a>Filter</a> objects.</p>
|
|
12
|
+
* <p>To retrieve the complete set of properties for a particular backtest export job, use
|
|
13
|
+
* the ARN with the <a>DescribePredictorBacktestExportJob</a> operation.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -7,11 +7,11 @@ export interface ListPredictorsCommandInput extends ListPredictorsRequest {
|
|
|
7
7
|
export interface ListPredictorsCommandOutput extends ListPredictorsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of predictors created using the <a>
|
|
11
|
-
*
|
|
12
|
-
* its Amazon Resource Name (ARN).
|
|
13
|
-
*
|
|
14
|
-
* array of <a>Filter</a> objects.</p>
|
|
10
|
+
* <p>Returns a list of predictors created using the <a>CreateAutoPredictor</a> or
|
|
11
|
+
* <a>CreatePredictor</a> operations. For each predictor, this operation returns a
|
|
12
|
+
* summary of its properties, including its Amazon Resource Name (ARN). </p>
|
|
13
|
+
* <p>You can retrieve the complete set of properties by using the ARN with the <a>DescribeAutoPredictor</a> and <a>DescribePredictor</a> operations. You
|
|
14
|
+
* can filter the list using an array of <a>Filter</a> objects.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -8,9 +8,9 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Stops a resource.</p>
|
|
11
|
-
* <p>The resource undergoes the following states:
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* <p>The resource undergoes the following states: <code>CREATE_STOPPING</code> and
|
|
12
|
+
* <code>CREATE_STOPPED</code>. You cannot resume a resource once it has been
|
|
13
|
+
* stopped.</p>
|
|
14
14
|
* <p>This operation can be applied to the following resources (and their corresponding child
|
|
15
15
|
* resources):</p>
|
|
16
16
|
* <ul>
|
|
@@ -29,6 +29,12 @@ export interface StopResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* <li>
|
|
30
30
|
* <p>Predictor Backtest Export Job</p>
|
|
31
31
|
* </li>
|
|
32
|
+
* <li>
|
|
33
|
+
* <p>Explainability Job</p>
|
|
34
|
+
* </li>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>Explainability Export Job</p>
|
|
37
|
+
* </li>
|
|
32
38
|
* </ul>
|
|
33
39
|
* @example
|
|
34
40
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,7 +7,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
10
|
+
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
|
|
11
|
+
* If existing tags on a resource are not specified in the request parameters, they are not
|
|
12
|
+
* changed. When a resource is deleted, the tags associated with that resource are also
|
|
13
|
+
* deleted.</p>
|
|
11
14
|
* @example
|
|
12
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
16
|
* ```javascript
|