@aws-sdk/client-lookoutequipment 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/LookoutEquipment.js +0 -5
- package/dist-cjs/LookoutEquipmentClient.js +0 -10
- package/dist-cjs/commands/CreateDatasetCommand.js +0 -28
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js +0 -29
- package/dist-cjs/commands/CreateModelCommand.js +0 -33
- package/dist-cjs/commands/DeleteDatasetCommand.js +0 -29
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js +0 -26
- package/dist-cjs/commands/DeleteModelCommand.js +0 -26
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js +0 -26
- package/dist-cjs/commands/DescribeDatasetCommand.js +0 -25
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js +0 -26
- package/dist-cjs/commands/DescribeModelCommand.js +0 -26
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js +0 -26
- package/dist-cjs/commands/ListDatasetsCommand.js +0 -26
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js +0 -26
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js +0 -26
- package/dist-cjs/commands/ListModelsCommand.js +0 -26
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/StartDataIngestionJobCommand.js +0 -25
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -29
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js +0 -25
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -31
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -196
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDatasetsPaginator.js +0 -11
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js +0 -11
- package/dist-cjs/pagination/ListModelsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +9 -0
- package/dist-cjs/protocols/Aws_json1_0.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/LookoutEquipment.js +0 -1
- package/dist-es/LookoutEquipmentClient.js +0 -1
- package/dist-es/commands/CreateDatasetCommand.js +0 -1
- package/dist-es/commands/CreateInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/CreateModelCommand.js +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js +0 -1
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/DeleteModelCommand.js +0 -1
- package/dist-es/commands/DescribeDataIngestionJobCommand.js +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js +0 -1
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/DescribeModelCommand.js +0 -1
- package/dist-es/commands/ListDataIngestionJobsCommand.js +0 -1
- package/dist-es/commands/ListDatasetsCommand.js +0 -1
- package/dist-es/commands/ListInferenceExecutionsCommand.js +0 -1
- package/dist-es/commands/ListInferenceSchedulersCommand.js +0 -1
- package/dist-es/commands/ListModelsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/StartDataIngestionJobCommand.js +0 -1
- package/dist-es/commands/StartInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/StopInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js +0 -1
- package/dist-es/commands/index.js +22 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -31
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js +0 -1
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js +0 -1
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js +0 -1
- package/dist-es/pagination/ListModelsPaginator.js +0 -1
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/protocols/Aws_json1_0.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/index.d.ts +4 -30
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +23 -103
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +24 -90
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -21
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/index.d.ts +4 -30
- package/dist-types/ts3.4/models/models_0.d.ts +302 -1080
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/LookoutEquipment.js.map +0 -1
- package/dist-cjs/LookoutEquipmentClient.js.map +0 -1
- package/dist-cjs/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/CreateModelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteModelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDataIngestionJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeModelCommand.js.map +0 -1
- package/dist-cjs/commands/ListDataIngestionJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListInferenceExecutionsCommand.js.map +0 -1
- package/dist-cjs/commands/ListInferenceSchedulersCommand.js.map +0 -1
- package/dist-cjs/commands/ListModelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/StartDataIngestionJobCommand.js.map +0 -1
- package/dist-cjs/commands/StartInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/StopInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListModelsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/LookoutEquipment.js.map +0 -1
- package/dist-es/LookoutEquipmentClient.js.map +0 -1
- package/dist-es/commands/CreateDatasetCommand.js.map +0 -1
- package/dist-es/commands/CreateInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/CreateModelCommand.js.map +0 -1
- package/dist-es/commands/DeleteDatasetCommand.js.map +0 -1
- package/dist-es/commands/DeleteInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/DeleteModelCommand.js.map +0 -1
- package/dist-es/commands/DescribeDataIngestionJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeDatasetCommand.js.map +0 -1
- package/dist-es/commands/DescribeInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/DescribeModelCommand.js.map +0 -1
- package/dist-es/commands/ListDataIngestionJobsCommand.js.map +0 -1
- package/dist-es/commands/ListDatasetsCommand.js.map +0 -1
- package/dist-es/commands/ListInferenceExecutionsCommand.js.map +0 -1
- package/dist-es/commands/ListInferenceSchedulersCommand.js.map +0 -1
- package/dist-es/commands/ListModelsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/StartDataIngestionJobCommand.js.map +0 -1
- package/dist-es/commands/StartInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/StopInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateInferenceSchedulerCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListDataIngestionJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListDatasetsPaginator.js.map +0 -1
- package/dist-es/pagination/ListInferenceExecutionsPaginator.js.map +0 -1
- package/dist-es/pagination/ListInferenceSchedulersPaginator.js.map +0 -1
- package/dist-es/pagination/ListModelsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_json1_0.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/LookoutEquipment.ts +0 -813
- package/src/LookoutEquipmentClient.ts +0 -339
- package/src/commands/CreateDatasetCommand.ts +0 -98
- package/src/commands/CreateInferenceSchedulerCommand.ts +0 -99
- package/src/commands/CreateModelCommand.ts +0 -103
- package/src/commands/DeleteDatasetCommand.ts +0 -99
- package/src/commands/DeleteInferenceSchedulerCommand.ts +0 -96
- package/src/commands/DeleteModelCommand.ts +0 -96
- package/src/commands/DescribeDataIngestionJobCommand.ts +0 -96
- package/src/commands/DescribeDatasetCommand.ts +0 -95
- package/src/commands/DescribeInferenceSchedulerCommand.ts +0 -99
- package/src/commands/DescribeModelCommand.ts +0 -96
- package/src/commands/ListDataIngestionJobsCommand.ts +0 -96
- package/src/commands/ListDatasetsCommand.ts +0 -96
- package/src/commands/ListInferenceExecutionsCommand.ts +0 -96
- package/src/commands/ListInferenceSchedulersCommand.ts +0 -96
- package/src/commands/ListModelsCommand.ts +0 -96
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/StartDataIngestionJobCommand.ts +0 -95
- package/src/commands/StartInferenceSchedulerCommand.ts +0 -95
- package/src/commands/StopInferenceSchedulerCommand.ts +0 -95
- package/src/commands/TagResourceCommand.ts +0 -99
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/commands/UpdateInferenceSchedulerCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -31
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2107
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListDataIngestionJobsPaginator.ts +0 -59
- package/src/pagination/ListDatasetsPaginator.ts +0 -59
- package/src/pagination/ListInferenceExecutionsPaginator.ts +0 -59
- package/src/pagination/ListInferenceSchedulersPaginator.ts +0 -59
- package/src/pagination/ListModelsPaginator.ts +0 -55
- package/src/protocols/Aws_json1_0.ts +0 -3644
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -22,173 +22,93 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
22
22
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
23
23
|
import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOutput } from "./commands/UpdateInferenceSchedulerCommand";
|
|
24
24
|
import { LookoutEquipmentClient } from "./LookoutEquipmentClient";
|
|
25
|
-
|
|
26
|
-
* <p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify
|
|
27
|
-
* anomalies in machines from sensor data for use in predictive maintenance. </p>
|
|
28
|
-
*/
|
|
25
|
+
|
|
29
26
|
export declare class LookoutEquipment extends LookoutEquipmentClient {
|
|
30
|
-
|
|
31
|
-
* <p>Creates a container for a collection of data being ingested for analysis. The dataset
|
|
32
|
-
* contains the metadata describing where the data is and what the data actually looks like.
|
|
33
|
-
* In other words, it contains the location of the data source, the data schema, and other
|
|
34
|
-
* information. A dataset also contains any tags associated with the ingested data. </p>
|
|
35
|
-
*/
|
|
27
|
+
|
|
36
28
|
createDataset(args: CreateDatasetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDatasetCommandOutput>;
|
|
37
29
|
createDataset(args: CreateDatasetCommandInput, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
|
|
38
30
|
createDataset(args: CreateDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDatasetCommandOutput) => void): void;
|
|
39
|
-
|
|
40
|
-
* <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
|
|
41
|
-
* real-time inference plan to analyze new measurement data. When setting up the schedule, you
|
|
42
|
-
* provide an S3 bucket location for the input data, assign it a delimiter between separate
|
|
43
|
-
* entries in the data, set an offset delay if desired, and set the frequency of inferencing.
|
|
44
|
-
* You must also provide an S3 bucket location for the output data. </p>
|
|
45
|
-
*/
|
|
31
|
+
|
|
46
32
|
createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<CreateInferenceSchedulerCommandOutput>;
|
|
47
33
|
createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void): void;
|
|
48
34
|
createInferenceScheduler(args: CreateInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInferenceSchedulerCommandOutput) => void): void;
|
|
49
|
-
|
|
50
|
-
* <p>Creates an ML model for data inference. </p>
|
|
51
|
-
* <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.
|
|
52
|
-
* In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal
|
|
53
|
-
* behavior that could be potential equipment failure (or maintenance events). The models are
|
|
54
|
-
* made by analyzing normal data and abnormalities in machine behavior that have already
|
|
55
|
-
* occurred.</p>
|
|
56
|
-
* <p>Your model is trained using a portion of the data from your dataset and uses that data
|
|
57
|
-
* to learn patterns of normal behavior and abnormal patterns that lead to equipment failure.
|
|
58
|
-
* Another portion of the data is used to evaluate the model's accuracy. </p>
|
|
59
|
-
*/
|
|
35
|
+
|
|
60
36
|
createModel(args: CreateModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateModelCommandOutput>;
|
|
61
37
|
createModel(args: CreateModelCommandInput, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
|
|
62
38
|
createModel(args: CreateModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelCommandOutput) => void): void;
|
|
63
|
-
|
|
64
|
-
* <p> Deletes a dataset and associated artifacts. The operation will check to see if any
|
|
65
|
-
* inference scheduler or data ingestion job is currently using the dataset, and if there
|
|
66
|
-
* isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted.
|
|
67
|
-
* This does not affect any models that used this dataset for training and evaluation, but
|
|
68
|
-
* does prevent it from being used in the future. </p>
|
|
69
|
-
*/
|
|
39
|
+
|
|
70
40
|
deleteDataset(args: DeleteDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDatasetCommandOutput>;
|
|
71
41
|
deleteDataset(args: DeleteDatasetCommandInput, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
|
|
72
42
|
deleteDataset(args: DeleteDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDatasetCommandOutput) => void): void;
|
|
73
|
-
|
|
74
|
-
* <p>Deletes an inference scheduler that has been set up. Already processed output results
|
|
75
|
-
* are not affected. </p>
|
|
76
|
-
*/
|
|
43
|
+
|
|
77
44
|
deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInferenceSchedulerCommandOutput>;
|
|
78
45
|
deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void): void;
|
|
79
46
|
deleteInferenceScheduler(args: DeleteInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInferenceSchedulerCommandOutput) => void): void;
|
|
80
|
-
|
|
81
|
-
* <p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from
|
|
82
|
-
* being used with an inference scheduler, even one that is already set up. </p>
|
|
83
|
-
*/
|
|
47
|
+
|
|
84
48
|
deleteModel(args: DeleteModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteModelCommandOutput>;
|
|
85
49
|
deleteModel(args: DeleteModelCommandInput, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
|
|
86
50
|
deleteModel(args: DeleteModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelCommandOutput) => void): void;
|
|
87
|
-
|
|
88
|
-
* <p>Provides information on a specific data ingestion job such as creation time, dataset
|
|
89
|
-
* ARN, status, and so on. </p>
|
|
90
|
-
*/
|
|
51
|
+
|
|
91
52
|
describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataIngestionJobCommandOutput>;
|
|
92
53
|
describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void): void;
|
|
93
54
|
describeDataIngestionJob(args: DescribeDataIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataIngestionJobCommandOutput) => void): void;
|
|
94
|
-
|
|
95
|
-
* <p>Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.</p>
|
|
96
|
-
*/
|
|
55
|
+
|
|
97
56
|
describeDataset(args: DescribeDatasetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDatasetCommandOutput>;
|
|
98
57
|
describeDataset(args: DescribeDatasetCommandInput, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
|
|
99
58
|
describeDataset(args: DescribeDatasetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDatasetCommandOutput) => void): void;
|
|
100
|
-
|
|
101
|
-
* <p> Specifies information about the inference scheduler being used, including name, model,
|
|
102
|
-
* status, and associated metadata </p>
|
|
103
|
-
*/
|
|
59
|
+
|
|
104
60
|
describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInferenceSchedulerCommandOutput>;
|
|
105
61
|
describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void): void;
|
|
106
62
|
describeInferenceScheduler(args: DescribeInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInferenceSchedulerCommandOutput) => void): void;
|
|
107
|
-
|
|
108
|
-
* <p>Provides a JSON containing the overall information about a specific ML model, including model name and ARN,
|
|
109
|
-
* dataset, training and evaluation information, status, and so on. </p>
|
|
110
|
-
*/
|
|
63
|
+
|
|
111
64
|
describeModel(args: DescribeModelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeModelCommandOutput>;
|
|
112
65
|
describeModel(args: DescribeModelCommandInput, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
|
|
113
66
|
describeModel(args: DescribeModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeModelCommandOutput) => void): void;
|
|
114
|
-
|
|
115
|
-
* <p>Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location
|
|
116
|
-
* of the input data, status, and so on. </p>
|
|
117
|
-
*/
|
|
67
|
+
|
|
118
68
|
listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataIngestionJobsCommandOutput>;
|
|
119
69
|
listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
|
|
120
70
|
listDataIngestionJobs(args: ListDataIngestionJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataIngestionJobsCommandOutput) => void): void;
|
|
121
|
-
|
|
122
|
-
* <p>Lists all datasets currently available in your account, filtering on the dataset name.
|
|
123
|
-
* </p>
|
|
124
|
-
*/
|
|
71
|
+
|
|
125
72
|
listDatasets(args: ListDatasetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDatasetsCommandOutput>;
|
|
126
73
|
listDatasets(args: ListDatasetsCommandInput, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
127
74
|
listDatasets(args: ListDatasetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDatasetsCommandOutput) => void): void;
|
|
128
|
-
|
|
129
|
-
* <p> Lists all inference executions that have been performed by the specified inference
|
|
130
|
-
* scheduler. </p>
|
|
131
|
-
*/
|
|
75
|
+
|
|
132
76
|
listInferenceExecutions(args: ListInferenceExecutionsCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceExecutionsCommandOutput>;
|
|
133
77
|
listInferenceExecutions(args: ListInferenceExecutionsCommandInput, cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void): void;
|
|
134
78
|
listInferenceExecutions(args: ListInferenceExecutionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceExecutionsCommandOutput) => void): void;
|
|
135
|
-
|
|
136
|
-
* <p>Retrieves a list of all inference schedulers currently available for your account.
|
|
137
|
-
* </p>
|
|
138
|
-
*/
|
|
79
|
+
|
|
139
80
|
listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options?: __HttpHandlerOptions): Promise<ListInferenceSchedulersCommandOutput>;
|
|
140
81
|
listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
|
|
141
82
|
listInferenceSchedulers(args: ListInferenceSchedulersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInferenceSchedulersCommandOutput) => void): void;
|
|
142
|
-
|
|
143
|
-
* <p>Generates a list of all models in the account, including model name and ARN, dataset,
|
|
144
|
-
* and status. </p>
|
|
145
|
-
*/
|
|
83
|
+
|
|
146
84
|
listModels(args: ListModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListModelsCommandOutput>;
|
|
147
85
|
listModels(args: ListModelsCommandInput, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
|
|
148
86
|
listModels(args: ListModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelsCommandOutput) => void): void;
|
|
149
|
-
|
|
150
|
-
* <p>Lists all the tags for a specified resource, including key and value. </p>
|
|
151
|
-
*/
|
|
87
|
+
|
|
152
88
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
153
89
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
154
90
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
155
|
-
|
|
156
|
-
* <p>Starts a data ingestion job. Amazon Lookout for Equipment returns the job status. </p>
|
|
157
|
-
*/
|
|
91
|
+
|
|
158
92
|
startDataIngestionJob(args: StartDataIngestionJobCommandInput, options?: __HttpHandlerOptions): Promise<StartDataIngestionJobCommandOutput>;
|
|
159
93
|
startDataIngestionJob(args: StartDataIngestionJobCommandInput, cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void): void;
|
|
160
94
|
startDataIngestionJob(args: StartDataIngestionJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataIngestionJobCommandOutput) => void): void;
|
|
161
|
-
|
|
162
|
-
* <p>Starts an inference scheduler. </p>
|
|
163
|
-
*/
|
|
95
|
+
|
|
164
96
|
startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StartInferenceSchedulerCommandOutput>;
|
|
165
97
|
startInferenceScheduler(args: StartInferenceSchedulerCommandInput, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
|
|
166
98
|
startInferenceScheduler(args: StartInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInferenceSchedulerCommandOutput) => void): void;
|
|
167
|
-
|
|
168
|
-
* <p>Stops an inference scheduler. </p>
|
|
169
|
-
*/
|
|
99
|
+
|
|
170
100
|
stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<StopInferenceSchedulerCommandOutput>;
|
|
171
101
|
stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
|
|
172
102
|
stopInferenceScheduler(args: StopInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInferenceSchedulerCommandOutput) => void): void;
|
|
173
|
-
|
|
174
|
-
* <p>Associates a given tag to a resource in your account. A tag is a key-value pair which
|
|
175
|
-
* can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your
|
|
176
|
-
* resources as well as helping you to search and filter by tag. Multiple tags can be added to
|
|
177
|
-
* a resource, either when you create it, or later. Up to 50 tags can be associated with each
|
|
178
|
-
* resource. </p>
|
|
179
|
-
*/
|
|
103
|
+
|
|
180
104
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
181
105
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
182
106
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
183
|
-
|
|
184
|
-
* <p>Removes a specific tag from a given resource. The tag is specified by its key. </p>
|
|
185
|
-
*/
|
|
107
|
+
|
|
186
108
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
187
109
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
188
110
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
189
|
-
|
|
190
|
-
* <p>Updates an inference scheduler. </p>
|
|
191
|
-
*/
|
|
111
|
+
|
|
192
112
|
updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInferenceSchedulerCommandOutput>;
|
|
193
113
|
updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void): void;
|
|
194
114
|
updateInferenceScheduler(args: UpdateInferenceSchedulerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInferenceSchedulerCommandOutput) => void): void;
|
|
@@ -31,125 +31,59 @@ import { UpdateInferenceSchedulerCommandInput, UpdateInferenceSchedulerCommandOu
|
|
|
31
31
|
export declare type ServiceInputTypes = CreateDatasetCommandInput | CreateInferenceSchedulerCommandInput | CreateModelCommandInput | DeleteDatasetCommandInput | DeleteInferenceSchedulerCommandInput | DeleteModelCommandInput | DescribeDataIngestionJobCommandInput | DescribeDatasetCommandInput | DescribeInferenceSchedulerCommandInput | DescribeModelCommandInput | ListDataIngestionJobsCommandInput | ListDatasetsCommandInput | ListInferenceExecutionsCommandInput | ListInferenceSchedulersCommandInput | ListModelsCommandInput | ListTagsForResourceCommandInput | StartDataIngestionJobCommandInput | StartInferenceSchedulerCommandInput | StopInferenceSchedulerCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateInferenceSchedulerCommandInput;
|
|
32
32
|
export declare type ServiceOutputTypes = CreateDatasetCommandOutput | CreateInferenceSchedulerCommandOutput | CreateModelCommandOutput | DeleteDatasetCommandOutput | DeleteInferenceSchedulerCommandOutput | DeleteModelCommandOutput | DescribeDataIngestionJobCommandOutput | DescribeDatasetCommandOutput | DescribeInferenceSchedulerCommandOutput | DescribeModelCommandOutput | ListDataIngestionJobsCommandOutput | ListDatasetsCommandOutput | ListInferenceExecutionsCommandOutput | ListInferenceSchedulersCommandOutput | ListModelsCommandOutput | ListTagsForResourceCommandOutput | StartDataIngestionJobCommandOutput | StartInferenceSchedulerCommandOutput | StopInferenceSchedulerCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateInferenceSchedulerCommandOutput;
|
|
33
33
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
34
|
-
|
|
35
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
36
|
-
*/
|
|
34
|
+
|
|
37
35
|
requestHandler?: __HttpHandler;
|
|
38
|
-
|
|
39
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
40
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
41
|
-
* @internal
|
|
42
|
-
*/
|
|
36
|
+
|
|
43
37
|
sha256?: __HashConstructor;
|
|
44
|
-
|
|
45
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
38
|
+
|
|
48
39
|
urlParser?: __UrlParser;
|
|
49
|
-
|
|
50
|
-
* A function that can calculate the length of a request body.
|
|
51
|
-
* @internal
|
|
52
|
-
*/
|
|
40
|
+
|
|
53
41
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
54
|
-
|
|
55
|
-
* A function that converts a stream into an array of bytes.
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
42
|
+
|
|
58
43
|
streamCollector?: __StreamCollector;
|
|
59
|
-
|
|
60
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
44
|
+
|
|
63
45
|
base64Decoder?: __Decoder;
|
|
64
|
-
|
|
65
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
46
|
+
|
|
68
47
|
base64Encoder?: __Encoder;
|
|
69
|
-
|
|
70
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
48
|
+
|
|
73
49
|
utf8Decoder?: __Decoder;
|
|
74
|
-
|
|
75
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
50
|
+
|
|
78
51
|
utf8Encoder?: __Encoder;
|
|
79
|
-
|
|
80
|
-
* The runtime environment.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
52
|
+
|
|
83
53
|
runtime?: string;
|
|
84
|
-
|
|
85
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
86
|
-
* trait of an operation.
|
|
87
|
-
*/
|
|
54
|
+
|
|
88
55
|
disableHostPrefix?: boolean;
|
|
89
|
-
|
|
90
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
91
|
-
*/
|
|
56
|
+
|
|
92
57
|
maxAttempts?: number | __Provider<number>;
|
|
93
|
-
|
|
94
|
-
* Specifies which retry algorithm to use.
|
|
95
|
-
*/
|
|
58
|
+
|
|
96
59
|
retryMode?: string | __Provider<string>;
|
|
97
|
-
|
|
98
|
-
* Optional logger for logging debug/info/warn/error.
|
|
99
|
-
*/
|
|
60
|
+
|
|
100
61
|
logger?: __Logger;
|
|
101
|
-
|
|
102
|
-
* Unique service identifier.
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
62
|
+
|
|
105
63
|
serviceId?: string;
|
|
106
|
-
|
|
107
|
-
* The AWS region to which this client will send requests
|
|
108
|
-
*/
|
|
64
|
+
|
|
109
65
|
region?: string | __Provider<string>;
|
|
110
|
-
|
|
111
|
-
* Default credentials provider; Not available in browser runtime.
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
66
|
+
|
|
114
67
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
115
|
-
|
|
116
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
68
|
+
|
|
119
69
|
regionInfoProvider?: RegionInfoProvider;
|
|
120
|
-
|
|
121
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
70
|
+
|
|
124
71
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
125
72
|
}
|
|
126
73
|
declare type LookoutEquipmentClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
127
|
-
|
|
128
|
-
* The configuration interface of LookoutEquipmentClient class constructor that set the region, credentials and other options.
|
|
129
|
-
*/
|
|
74
|
+
|
|
130
75
|
export interface LookoutEquipmentClientConfig extends LookoutEquipmentClientConfigType {
|
|
131
76
|
}
|
|
132
77
|
declare type LookoutEquipmentClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
133
|
-
|
|
134
|
-
* The resolved configuration interface of LookoutEquipmentClient class. This is resolved and normalized from the {@link LookoutEquipmentClientConfig | constructor configuration interface}.
|
|
135
|
-
*/
|
|
78
|
+
|
|
136
79
|
export interface LookoutEquipmentClientResolvedConfig extends LookoutEquipmentClientResolvedConfigType {
|
|
137
80
|
}
|
|
138
|
-
|
|
139
|
-
* <p>Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify
|
|
140
|
-
* anomalies in machines from sensor data for use in predictive maintenance. </p>
|
|
141
|
-
*/
|
|
81
|
+
|
|
142
82
|
export declare class LookoutEquipmentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LookoutEquipmentClientResolvedConfig> {
|
|
143
|
-
|
|
144
|
-
* The resolved configuration of LookoutEquipmentClient class. This is resolved and normalized from the {@link LookoutEquipmentClientConfig | constructor configuration interface}.
|
|
145
|
-
*/
|
|
83
|
+
|
|
146
84
|
readonly config: LookoutEquipmentClientResolvedConfig;
|
|
147
85
|
constructor(configuration: LookoutEquipmentClientConfig);
|
|
148
|
-
|
|
149
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
150
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
151
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
152
|
-
*/
|
|
86
|
+
|
|
153
87
|
destroy(): void;
|
|
154
88
|
}
|
|
155
89
|
export {};
|
|
@@ -6,32 +6,11 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates a container for a collection of data being ingested for analysis. The dataset
|
|
11
|
-
* contains the metadata describing where the data is and what the data actually looks like.
|
|
12
|
-
* In other words, it contains the location of the data source, the data schema, and other
|
|
13
|
-
* information. A dataset also contains any tags associated with the ingested data. </p>
|
|
14
|
-
* @example
|
|
15
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
16
|
-
* ```javascript
|
|
17
|
-
* import { LookoutEquipmentClient, CreateDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
18
|
-
* // const { LookoutEquipmentClient, CreateDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
19
|
-
* const client = new LookoutEquipmentClient(config);
|
|
20
|
-
* const command = new CreateDatasetCommand(input);
|
|
21
|
-
* const response = await client.send(command);
|
|
22
|
-
* ```
|
|
23
|
-
*
|
|
24
|
-
* @see {@link CreateDatasetCommandInput} for command's `input` shape.
|
|
25
|
-
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
9
|
+
|
|
29
10
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
30
11
|
readonly input: CreateDatasetCommandInput;
|
|
31
12
|
constructor(input: CreateDatasetCommandInput);
|
|
32
|
-
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
13
|
+
|
|
35
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
|
|
36
15
|
private serialize;
|
|
37
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface CreateInferenceSchedulerCommandInput extends CreateInferenceSch
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateInferenceSchedulerCommandOutput extends CreateInferenceSchedulerResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Creates a scheduled inference. Scheduling an inference is setting up a continuous
|
|
11
|
-
* real-time inference plan to analyze new measurement data. When setting up the schedule, you
|
|
12
|
-
* provide an S3 bucket location for the input data, assign it a delimiter between separate
|
|
13
|
-
* entries in the data, set an offset delay if desired, and set the frequency of inferencing.
|
|
14
|
-
* You must also provide an S3 bucket location for the output data. </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { LookoutEquipmentClient, CreateInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
19
|
-
* // const { LookoutEquipmentClient, CreateInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
20
|
-
* const client = new LookoutEquipmentClient(config);
|
|
21
|
-
* const command = new CreateInferenceSchedulerCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link CreateInferenceSchedulerCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link CreateInferenceSchedulerCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class CreateInferenceSchedulerCommand extends $Command<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
31
11
|
readonly input: CreateInferenceSchedulerCommandInput;
|
|
32
12
|
constructor(input: CreateInferenceSchedulerCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface CreateModelCommandInput extends CreateModelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateModelCommandOutput extends CreateModelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Creates an ML model for data inference. </p>
|
|
11
|
-
* <p>A machine-learning (ML) model is a mathematical model that finds patterns in your data.
|
|
12
|
-
* In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal
|
|
13
|
-
* behavior that could be potential equipment failure (or maintenance events). The models are
|
|
14
|
-
* made by analyzing normal data and abnormalities in machine behavior that have already
|
|
15
|
-
* occurred.</p>
|
|
16
|
-
* <p>Your model is trained using a portion of the data from your dataset and uses that data
|
|
17
|
-
* to learn patterns of normal behavior and abnormal patterns that lead to equipment failure.
|
|
18
|
-
* Another portion of the data is used to evaluate the model's accuracy. </p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { LookoutEquipmentClient, CreateModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
23
|
-
* // const { LookoutEquipmentClient, CreateModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
24
|
-
* const client = new LookoutEquipmentClient(config);
|
|
25
|
-
* const command = new CreateModelCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link CreateModelCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link CreateModelCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
35
11
|
readonly input: CreateModelCommandInput;
|
|
36
12
|
constructor(input: CreateModelCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateModelCommandInput, CreateModelCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,33 +6,11 @@ export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p> Deletes a dataset and associated artifacts. The operation will check to see if any
|
|
11
|
-
* inference scheduler or data ingestion job is currently using the dataset, and if there
|
|
12
|
-
* isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted.
|
|
13
|
-
* This does not affect any models that used this dataset for training and evaluation, but
|
|
14
|
-
* does prevent it from being used in the future. </p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { LookoutEquipmentClient, DeleteDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
19
|
-
* // const { LookoutEquipmentClient, DeleteDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
20
|
-
* const client = new LookoutEquipmentClient(config);
|
|
21
|
-
* const command = new DeleteDatasetCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link DeleteDatasetCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
9
|
+
|
|
30
10
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
31
11
|
readonly input: DeleteDatasetCommandInput;
|
|
32
12
|
constructor(input: DeleteDatasetCommandInput);
|
|
33
|
-
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
13
|
+
|
|
36
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
|
|
37
15
|
private serialize;
|
|
38
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteInferenceSchedulerCommandInput extends DeleteInferenceSch
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteInferenceSchedulerCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an inference scheduler that has been set up. Already processed output results
|
|
11
|
-
* are not affected. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
16
|
-
* // const { LookoutEquipmentClient, DeleteInferenceSchedulerCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
17
|
-
* const client = new LookoutEquipmentClient(config);
|
|
18
|
-
* const command = new DeleteInferenceSchedulerCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteInferenceSchedulerCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteInferenceSchedulerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteInferenceSchedulerCommand extends $Command<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteInferenceSchedulerCommandInput;
|
|
29
12
|
constructor(input: DeleteInferenceSchedulerCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInferenceSchedulerCommandInput, DeleteInferenceSchedulerCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DeleteModelCommandInput extends DeleteModelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deletes an ML model currently available for Amazon Lookout for Equipment. This will prevent it from
|
|
11
|
-
* being used with an inference scheduler, even one that is already set up. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LookoutEquipmentClient, DeleteModelCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
16
|
-
* // const { LookoutEquipmentClient, DeleteModelCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
17
|
-
* const client = new LookoutEquipmentClient(config);
|
|
18
|
-
* const command = new DeleteModelCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DeleteModelCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DeleteModelCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
28
11
|
readonly input: DeleteModelCommandInput;
|
|
29
12
|
constructor(input: DeleteModelCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteModelCommandInput, DeleteModelCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,30 +6,11 @@ export interface DescribeDataIngestionJobCommandInput extends DescribeDataIngest
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDataIngestionJobCommandOutput extends DescribeDataIngestionJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Provides information on a specific data ingestion job such as creation time, dataset
|
|
11
|
-
* ARN, status, and so on. </p>
|
|
12
|
-
* @example
|
|
13
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
-
* ```javascript
|
|
15
|
-
* import { LookoutEquipmentClient, DescribeDataIngestionJobCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
16
|
-
* // const { LookoutEquipmentClient, DescribeDataIngestionJobCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
17
|
-
* const client = new LookoutEquipmentClient(config);
|
|
18
|
-
* const command = new DescribeDataIngestionJobCommand(input);
|
|
19
|
-
* const response = await client.send(command);
|
|
20
|
-
* ```
|
|
21
|
-
*
|
|
22
|
-
* @see {@link DescribeDataIngestionJobCommandInput} for command's `input` shape.
|
|
23
|
-
* @see {@link DescribeDataIngestionJobCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
9
|
+
|
|
27
10
|
export declare class DescribeDataIngestionJobCommand extends $Command<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
28
11
|
readonly input: DescribeDataIngestionJobCommandInput;
|
|
29
12
|
constructor(input: DescribeDataIngestionJobCommandInput);
|
|
30
|
-
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
13
|
+
|
|
33
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDataIngestionJobCommandInput, DescribeDataIngestionJobCommandOutput>;
|
|
34
15
|
private serialize;
|
|
35
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeDatasetCommandInput extends DescribeDatasetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Provides a JSON description of the data that is in each time series dataset, including names, column names, and data types.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { LookoutEquipmentClient, DescribeDatasetCommand } from "@aws-sdk/client-lookoutequipment"; // ES Modules import
|
|
15
|
-
* // const { LookoutEquipmentClient, DescribeDatasetCommand } = require("@aws-sdk/client-lookoutequipment"); // CommonJS import
|
|
16
|
-
* const client = new LookoutEquipmentClient(config);
|
|
17
|
-
* const command = new DescribeDatasetCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeDatasetCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link LookoutEquipmentClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, LookoutEquipmentClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeDatasetCommandInput;
|
|
28
12
|
constructor(input: DescribeDatasetCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LookoutEquipmentClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDatasetCommandInput, DescribeDatasetCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|