@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
|
@@ -1,98 +1,59 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
3
|
-
|
|
4
|
-
* <p>The request could not be completed because you do not have access to the resource.
|
|
5
|
-
* </p>
|
|
6
|
-
*/
|
|
3
|
+
|
|
7
4
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
8
5
|
name: "AccessDeniedException";
|
|
9
6
|
$fault: "client";
|
|
10
7
|
Message: string | undefined;
|
|
11
8
|
}
|
|
12
9
|
export declare namespace AccessDeniedException {
|
|
13
|
-
|
|
14
|
-
* @internal
|
|
15
|
-
*/
|
|
10
|
+
|
|
16
11
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
17
12
|
}
|
|
18
|
-
|
|
19
|
-
* <p> The request could not be completed due to a conflict with the current state of the
|
|
20
|
-
* target resource. </p>
|
|
21
|
-
*/
|
|
13
|
+
|
|
22
14
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
23
15
|
name: "ConflictException";
|
|
24
16
|
$fault: "client";
|
|
25
17
|
Message: string | undefined;
|
|
26
18
|
}
|
|
27
19
|
export declare namespace ConflictException {
|
|
28
|
-
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
20
|
+
|
|
31
21
|
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
32
22
|
}
|
|
33
|
-
|
|
34
|
-
* <p>Provides information about the data schema used with the given dataset. </p>
|
|
35
|
-
*/
|
|
23
|
+
|
|
36
24
|
export interface DatasetSchema {
|
|
37
|
-
|
|
38
|
-
* <p>
|
|
39
|
-
* </p>
|
|
40
|
-
*/
|
|
25
|
+
|
|
41
26
|
InlineDataSchema?: __LazyJsonString | string;
|
|
42
27
|
}
|
|
43
28
|
export declare namespace DatasetSchema {
|
|
44
|
-
|
|
45
|
-
* @internal
|
|
46
|
-
*/
|
|
29
|
+
|
|
47
30
|
const filterSensitiveLog: (obj: DatasetSchema) => any;
|
|
48
31
|
}
|
|
49
|
-
|
|
50
|
-
* <p>A tag is a key-value pair that can be added to a resource as metadata. </p>
|
|
51
|
-
*/
|
|
32
|
+
|
|
52
33
|
export interface Tag {
|
|
53
|
-
|
|
54
|
-
* <p>The key for the specified tag. </p>
|
|
55
|
-
*/
|
|
34
|
+
|
|
56
35
|
Key: string | undefined;
|
|
57
|
-
|
|
58
|
-
* <p>The value for the specified tag. </p>
|
|
59
|
-
*/
|
|
36
|
+
|
|
60
37
|
Value: string | undefined;
|
|
61
38
|
}
|
|
62
39
|
export declare namespace Tag {
|
|
63
|
-
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
40
|
+
|
|
66
41
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
67
42
|
}
|
|
68
43
|
export interface CreateDatasetRequest {
|
|
69
|
-
|
|
70
|
-
* <p>The name of the dataset being created. </p>
|
|
71
|
-
*/
|
|
44
|
+
|
|
72
45
|
DatasetName: string | undefined;
|
|
73
|
-
|
|
74
|
-
* <p>A JSON description of the data that is in each time series dataset, including names,
|
|
75
|
-
* column names, and data types. </p>
|
|
76
|
-
*/
|
|
46
|
+
|
|
77
47
|
DatasetSchema: DatasetSchema | undefined;
|
|
78
|
-
|
|
79
|
-
* <p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>
|
|
80
|
-
*/
|
|
48
|
+
|
|
81
49
|
ServerSideKmsKeyId?: string;
|
|
82
|
-
|
|
83
|
-
* <p> A unique identifier for the request. If you do not set the client request token, Amazon
|
|
84
|
-
* Lookout for Equipment generates one. </p>
|
|
85
|
-
*/
|
|
50
|
+
|
|
86
51
|
ClientToken?: string;
|
|
87
|
-
|
|
88
|
-
* <p>Any tags associated with the ingested data described in the dataset. </p>
|
|
89
|
-
*/
|
|
52
|
+
|
|
90
53
|
Tags?: Tag[];
|
|
91
54
|
}
|
|
92
55
|
export declare namespace CreateDatasetRequest {
|
|
93
|
-
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
56
|
+
|
|
96
57
|
const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
97
58
|
}
|
|
98
59
|
export declare enum DatasetStatus {
|
|
@@ -101,189 +62,112 @@ export declare enum DatasetStatus {
|
|
|
101
62
|
INGESTION_IN_PROGRESS = "INGESTION_IN_PROGRESS"
|
|
102
63
|
}
|
|
103
64
|
export interface CreateDatasetResponse {
|
|
104
|
-
|
|
105
|
-
* <p>The name of the dataset being created. </p>
|
|
106
|
-
*/
|
|
65
|
+
|
|
107
66
|
DatasetName?: string;
|
|
108
|
-
|
|
109
|
-
* <p> The Amazon Resource Name (ARN) of the dataset being created. </p>
|
|
110
|
-
*/
|
|
67
|
+
|
|
111
68
|
DatasetArn?: string;
|
|
112
|
-
|
|
113
|
-
* <p>Indicates the status of the <code>CreateDataset</code> operation. </p>
|
|
114
|
-
*/
|
|
69
|
+
|
|
115
70
|
Status?: DatasetStatus | string;
|
|
116
71
|
}
|
|
117
72
|
export declare namespace CreateDatasetResponse {
|
|
118
|
-
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
73
|
+
|
|
121
74
|
const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
122
75
|
}
|
|
123
|
-
|
|
124
|
-
* <p> Processing of the request has failed because of an unknown error, exception or failure.
|
|
125
|
-
* </p>
|
|
126
|
-
*/
|
|
76
|
+
|
|
127
77
|
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
128
78
|
name: "InternalServerException";
|
|
129
79
|
$fault: "server";
|
|
130
80
|
Message: string | undefined;
|
|
131
81
|
}
|
|
132
82
|
export declare namespace InternalServerException {
|
|
133
|
-
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
83
|
+
|
|
136
84
|
const filterSensitiveLog: (obj: InternalServerException) => any;
|
|
137
85
|
}
|
|
138
|
-
|
|
139
|
-
* <p> Resource limitations have been exceeded. </p>
|
|
140
|
-
*/
|
|
86
|
+
|
|
141
87
|
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
142
88
|
name: "ServiceQuotaExceededException";
|
|
143
89
|
$fault: "client";
|
|
144
90
|
Message: string | undefined;
|
|
145
91
|
}
|
|
146
92
|
export declare namespace ServiceQuotaExceededException {
|
|
147
|
-
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
93
|
+
|
|
150
94
|
const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
|
|
151
95
|
}
|
|
152
|
-
|
|
153
|
-
* <p>The request was denied due to request throttling.</p>
|
|
154
|
-
*/
|
|
96
|
+
|
|
155
97
|
export interface ThrottlingException extends __SmithyException, $MetadataBearer {
|
|
156
98
|
name: "ThrottlingException";
|
|
157
99
|
$fault: "client";
|
|
158
100
|
Message: string | undefined;
|
|
159
101
|
}
|
|
160
102
|
export declare namespace ThrottlingException {
|
|
161
|
-
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
103
|
+
|
|
164
104
|
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
165
105
|
}
|
|
166
|
-
|
|
167
|
-
* <p> The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related AWS
|
|
168
|
-
* service that's being utilized. </p>
|
|
169
|
-
*/
|
|
106
|
+
|
|
170
107
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
171
108
|
name: "ValidationException";
|
|
172
109
|
$fault: "client";
|
|
173
110
|
Message: string | undefined;
|
|
174
111
|
}
|
|
175
112
|
export declare namespace ValidationException {
|
|
176
|
-
|
|
177
|
-
* @internal
|
|
178
|
-
*/
|
|
113
|
+
|
|
179
114
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
180
115
|
}
|
|
181
|
-
|
|
182
|
-
* <p>Specifies configuration information for the input data for the inference, including
|
|
183
|
-
* timestamp format and delimiter. </p>
|
|
184
|
-
*/
|
|
116
|
+
|
|
185
117
|
export interface InferenceInputNameConfiguration {
|
|
186
|
-
|
|
187
|
-
* <p>The format of the timestamp, whether Epoch time, or standard, with or without hyphens
|
|
188
|
-
* (-). </p>
|
|
189
|
-
*/
|
|
118
|
+
|
|
190
119
|
TimestampFormat?: string;
|
|
191
|
-
|
|
192
|
-
* <p>Indicates the delimiter character used between items in the data. </p>
|
|
193
|
-
*/
|
|
120
|
+
|
|
194
121
|
ComponentTimestampDelimiter?: string;
|
|
195
122
|
}
|
|
196
123
|
export declare namespace InferenceInputNameConfiguration {
|
|
197
|
-
|
|
198
|
-
* @internal
|
|
199
|
-
*/
|
|
124
|
+
|
|
200
125
|
const filterSensitiveLog: (obj: InferenceInputNameConfiguration) => any;
|
|
201
126
|
}
|
|
202
|
-
|
|
203
|
-
* <p> Specifies configuration information for the input data for the inference, including
|
|
204
|
-
* input data S3 location. </p>
|
|
205
|
-
*/
|
|
127
|
+
|
|
206
128
|
export interface InferenceS3InputConfiguration {
|
|
207
|
-
|
|
208
|
-
* <p>The bucket containing the input dataset for the inference. </p>
|
|
209
|
-
*/
|
|
129
|
+
|
|
210
130
|
Bucket: string | undefined;
|
|
211
|
-
|
|
212
|
-
* <p>The prefix for the S3 bucket used for the input data for the inference. </p>
|
|
213
|
-
*/
|
|
131
|
+
|
|
214
132
|
Prefix?: string;
|
|
215
133
|
}
|
|
216
134
|
export declare namespace InferenceS3InputConfiguration {
|
|
217
|
-
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
135
|
+
|
|
220
136
|
const filterSensitiveLog: (obj: InferenceS3InputConfiguration) => any;
|
|
221
137
|
}
|
|
222
|
-
|
|
223
|
-
* <p>Specifies configuration information for the input data for the inference, including S3
|
|
224
|
-
* location of input data.. </p>
|
|
225
|
-
*/
|
|
138
|
+
|
|
226
139
|
export interface InferenceInputConfiguration {
|
|
227
|
-
|
|
228
|
-
* <p> Specifies configuration information for the input data for the inference, including S3
|
|
229
|
-
* location of input data.. </p>
|
|
230
|
-
*/
|
|
140
|
+
|
|
231
141
|
S3InputConfiguration?: InferenceS3InputConfiguration;
|
|
232
|
-
|
|
233
|
-
* <p>Indicates the difference between your time zone and Greenwich Mean Time (GMT). </p>
|
|
234
|
-
*/
|
|
142
|
+
|
|
235
143
|
InputTimeZoneOffset?: string;
|
|
236
|
-
|
|
237
|
-
* <p>Specifies configuration information for the input data for the inference, including
|
|
238
|
-
* timestamp format and delimiter. </p>
|
|
239
|
-
*/
|
|
144
|
+
|
|
240
145
|
InferenceInputNameConfiguration?: InferenceInputNameConfiguration;
|
|
241
146
|
}
|
|
242
147
|
export declare namespace InferenceInputConfiguration {
|
|
243
|
-
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
148
|
+
|
|
246
149
|
const filterSensitiveLog: (obj: InferenceInputConfiguration) => any;
|
|
247
150
|
}
|
|
248
|
-
|
|
249
|
-
* <p> Specifies configuration information for the output results from the inference,
|
|
250
|
-
* including output S3 location. </p>
|
|
251
|
-
*/
|
|
151
|
+
|
|
252
152
|
export interface InferenceS3OutputConfiguration {
|
|
253
|
-
|
|
254
|
-
* <p> The bucket containing the output results from the inference </p>
|
|
255
|
-
*/
|
|
153
|
+
|
|
256
154
|
Bucket: string | undefined;
|
|
257
|
-
|
|
258
|
-
* <p> The prefix for the S3 bucket used for the output results from the inference. </p>
|
|
259
|
-
*/
|
|
155
|
+
|
|
260
156
|
Prefix?: string;
|
|
261
157
|
}
|
|
262
158
|
export declare namespace InferenceS3OutputConfiguration {
|
|
263
|
-
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
159
|
+
|
|
266
160
|
const filterSensitiveLog: (obj: InferenceS3OutputConfiguration) => any;
|
|
267
161
|
}
|
|
268
|
-
|
|
269
|
-
* <p> Specifies configuration information for the output results from for the inference,
|
|
270
|
-
* including KMS key ID and output S3 location. </p>
|
|
271
|
-
*/
|
|
162
|
+
|
|
272
163
|
export interface InferenceOutputConfiguration {
|
|
273
|
-
|
|
274
|
-
* <p> Specifies configuration information for the output results from for the inference,
|
|
275
|
-
* output S3 location. </p>
|
|
276
|
-
*/
|
|
164
|
+
|
|
277
165
|
S3OutputConfiguration: InferenceS3OutputConfiguration | undefined;
|
|
278
|
-
|
|
279
|
-
* <p>The ID number for the AWS KMS key used to encrypt the inference output. </p>
|
|
280
|
-
*/
|
|
166
|
+
|
|
281
167
|
KmsKeyId?: string;
|
|
282
168
|
}
|
|
283
169
|
export declare namespace InferenceOutputConfiguration {
|
|
284
|
-
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
170
|
+
|
|
287
171
|
const filterSensitiveLog: (obj: InferenceOutputConfiguration) => any;
|
|
288
172
|
}
|
|
289
173
|
export declare enum DataUploadFrequency {
|
|
@@ -294,65 +178,29 @@ export declare enum DataUploadFrequency {
|
|
|
294
178
|
PT5M = "PT5M"
|
|
295
179
|
}
|
|
296
180
|
export interface CreateInferenceSchedulerRequest {
|
|
297
|
-
|
|
298
|
-
* <p>The name of the previously trained ML model being used to create the inference
|
|
299
|
-
* scheduler. </p>
|
|
300
|
-
*/
|
|
181
|
+
|
|
301
182
|
ModelName: string | undefined;
|
|
302
|
-
|
|
303
|
-
* <p>The name of the inference scheduler being created. </p>
|
|
304
|
-
*/
|
|
183
|
+
|
|
305
184
|
InferenceSchedulerName: string | undefined;
|
|
306
|
-
|
|
307
|
-
* <p>A period of time (in minutes) by which inference on the data is delayed after the data
|
|
308
|
-
* starts. For instance, if you select an offset delay time of five minutes, inference will
|
|
309
|
-
* not begin on the data until the first data measurement after the five minute mark. For example, if
|
|
310
|
-
* five minutes is selected, the inference scheduler will wake up at the configured frequency with the
|
|
311
|
-
* additional five minute delay time to check the customer S3 bucket. The customer can upload data at
|
|
312
|
-
* the same frequency and they don't need to stop and restart the scheduler when uploading new data. </p>
|
|
313
|
-
*/
|
|
185
|
+
|
|
314
186
|
DataDelayOffsetInMinutes?: number;
|
|
315
|
-
|
|
316
|
-
* <p> How often data is uploaded to the source S3 bucket for the input data. The value chosen
|
|
317
|
-
* is the length of time between data uploads. For instance, if you select 5 minutes, Amazon
|
|
318
|
-
* Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency
|
|
319
|
-
* also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this
|
|
320
|
-
* example, it starts once every 5 minutes. </p>
|
|
321
|
-
*/
|
|
187
|
+
|
|
322
188
|
DataUploadFrequency: DataUploadFrequency | string | undefined;
|
|
323
|
-
|
|
324
|
-
* <p>Specifies configuration information for the input data for the inference scheduler,
|
|
325
|
-
* including delimiter, format, and dataset location. </p>
|
|
326
|
-
*/
|
|
189
|
+
|
|
327
190
|
DataInputConfiguration: InferenceInputConfiguration | undefined;
|
|
328
|
-
|
|
329
|
-
* <p>Specifies configuration information for the output results for the inference scheduler,
|
|
330
|
-
* including the S3 location for the output. </p>
|
|
331
|
-
*/
|
|
191
|
+
|
|
332
192
|
DataOutputConfiguration: InferenceOutputConfiguration | undefined;
|
|
333
|
-
|
|
334
|
-
* <p>The Amazon Resource Name (ARN) of a role with permission to access the data source being
|
|
335
|
-
* used for the inference. </p>
|
|
336
|
-
*/
|
|
193
|
+
|
|
337
194
|
RoleArn: string | undefined;
|
|
338
|
-
|
|
339
|
-
* <p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>
|
|
340
|
-
*/
|
|
195
|
+
|
|
341
196
|
ServerSideKmsKeyId?: string;
|
|
342
|
-
|
|
343
|
-
* <p> A unique identifier for the request. If you do not set the client request token, Amazon
|
|
344
|
-
* Lookout for Equipment generates one. </p>
|
|
345
|
-
*/
|
|
197
|
+
|
|
346
198
|
ClientToken?: string;
|
|
347
|
-
|
|
348
|
-
* <p>Any tags associated with the inference scheduler. </p>
|
|
349
|
-
*/
|
|
199
|
+
|
|
350
200
|
Tags?: Tag[];
|
|
351
201
|
}
|
|
352
202
|
export declare namespace CreateInferenceSchedulerRequest {
|
|
353
|
-
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
203
|
+
|
|
356
204
|
const filterSensitiveLog: (obj: CreateInferenceSchedulerRequest) => any;
|
|
357
205
|
}
|
|
358
206
|
export declare enum InferenceSchedulerStatus {
|
|
@@ -362,38 +210,25 @@ export declare enum InferenceSchedulerStatus {
|
|
|
362
210
|
STOPPING = "STOPPING"
|
|
363
211
|
}
|
|
364
212
|
export interface CreateInferenceSchedulerResponse {
|
|
365
|
-
|
|
366
|
-
* <p>The Amazon Resource Name (ARN) of the inference scheduler being created. </p>
|
|
367
|
-
*/
|
|
213
|
+
|
|
368
214
|
InferenceSchedulerArn?: string;
|
|
369
|
-
|
|
370
|
-
* <p>The name of inference scheduler being created. </p>
|
|
371
|
-
*/
|
|
215
|
+
|
|
372
216
|
InferenceSchedulerName?: string;
|
|
373
|
-
|
|
374
|
-
* <p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>
|
|
375
|
-
*/
|
|
217
|
+
|
|
376
218
|
Status?: InferenceSchedulerStatus | string;
|
|
377
219
|
}
|
|
378
220
|
export declare namespace CreateInferenceSchedulerResponse {
|
|
379
|
-
|
|
380
|
-
* @internal
|
|
381
|
-
*/
|
|
221
|
+
|
|
382
222
|
const filterSensitiveLog: (obj: CreateInferenceSchedulerResponse) => any;
|
|
383
223
|
}
|
|
384
|
-
|
|
385
|
-
* <p> The resource requested could not be found. Verify the resource ID and retry your
|
|
386
|
-
* request. </p>
|
|
387
|
-
*/
|
|
224
|
+
|
|
388
225
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
389
226
|
name: "ResourceNotFoundException";
|
|
390
227
|
$fault: "client";
|
|
391
228
|
Message: string | undefined;
|
|
392
229
|
}
|
|
393
230
|
export declare namespace ResourceNotFoundException {
|
|
394
|
-
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
231
|
+
|
|
397
232
|
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
398
233
|
}
|
|
399
234
|
export declare enum TargetSamplingRate {
|
|
@@ -409,155 +244,67 @@ export declare enum TargetSamplingRate {
|
|
|
409
244
|
PT5M = "PT5M",
|
|
410
245
|
PT5S = "PT5S"
|
|
411
246
|
}
|
|
412
|
-
|
|
413
|
-
* <p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of
|
|
414
|
-
* the data after post processing by
|
|
415
|
-
* Amazon Lookout for Equipment. For example, if you provide data that
|
|
416
|
-
* has been collected at a 1 second level and you want the system to resample
|
|
417
|
-
* the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>
|
|
418
|
-
* <p>When providing a value for the <code>TargetSamplingRate</code>, you must
|
|
419
|
-
* attach the prefix "PT" to the rate you want. The value for a 1 second rate
|
|
420
|
-
* is therefore <i>PT1S</i>, the value for a 15 minute rate
|
|
421
|
-
* is <i>PT15M</i>, and the value for a 1 hour rate
|
|
422
|
-
* is <i>PT1H</i>
|
|
423
|
-
* </p>
|
|
424
|
-
*/
|
|
247
|
+
|
|
425
248
|
export interface DataPreProcessingConfiguration {
|
|
426
|
-
|
|
427
|
-
* <p>The sampling rate of the data after post processing by Amazon Lookout for Equipment.
|
|
428
|
-
* For example, if you provide data that has been collected at a 1 second level and
|
|
429
|
-
* you want the system to resample the data at a 1 minute rate before training,
|
|
430
|
-
* the <code>TargetSamplingRate</code> is 1 minute.</p>
|
|
431
|
-
* <p>When providing a value for the <code>TargetSamplingRate</code>, you must attach
|
|
432
|
-
* the prefix "PT" to the rate you want. The value for a 1 second rate is
|
|
433
|
-
* therefore <i>PT1S</i>, the value for a 15 minute
|
|
434
|
-
* rate is <i>PT15M</i>, and the value for a 1 hour rate
|
|
435
|
-
* is <i>PT1H</i>
|
|
436
|
-
* </p>
|
|
437
|
-
*/
|
|
249
|
+
|
|
438
250
|
TargetSamplingRate?: TargetSamplingRate | string;
|
|
439
251
|
}
|
|
440
252
|
export declare namespace DataPreProcessingConfiguration {
|
|
441
|
-
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
253
|
+
|
|
444
254
|
const filterSensitiveLog: (obj: DataPreProcessingConfiguration) => any;
|
|
445
255
|
}
|
|
446
|
-
|
|
447
|
-
* <p>The location information (prefix and bucket name) for the s3 location being used for
|
|
448
|
-
* label data. </p>
|
|
449
|
-
*/
|
|
256
|
+
|
|
450
257
|
export interface LabelsS3InputConfiguration {
|
|
451
|
-
|
|
452
|
-
* <p>The name of the S3 bucket holding the label data. </p>
|
|
453
|
-
*/
|
|
258
|
+
|
|
454
259
|
Bucket: string | undefined;
|
|
455
|
-
|
|
456
|
-
* <p> The prefix for the S3 bucket used for the label data. </p>
|
|
457
|
-
*/
|
|
260
|
+
|
|
458
261
|
Prefix?: string;
|
|
459
262
|
}
|
|
460
263
|
export declare namespace LabelsS3InputConfiguration {
|
|
461
|
-
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
264
|
+
|
|
464
265
|
const filterSensitiveLog: (obj: LabelsS3InputConfiguration) => any;
|
|
465
266
|
}
|
|
466
|
-
|
|
467
|
-
* <p>Contains the configuration information for the S3 location being used to hold label
|
|
468
|
-
* data. </p>
|
|
469
|
-
*/
|
|
267
|
+
|
|
470
268
|
export interface LabelsInputConfiguration {
|
|
471
|
-
|
|
472
|
-
* <p>Contains location information for the S3 location being used for label data. </p>
|
|
473
|
-
*/
|
|
269
|
+
|
|
474
270
|
S3InputConfiguration: LabelsS3InputConfiguration | undefined;
|
|
475
271
|
}
|
|
476
272
|
export declare namespace LabelsInputConfiguration {
|
|
477
|
-
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
273
|
+
|
|
480
274
|
const filterSensitiveLog: (obj: LabelsInputConfiguration) => any;
|
|
481
275
|
}
|
|
482
276
|
export interface CreateModelRequest {
|
|
483
|
-
|
|
484
|
-
* <p>The name for the ML model to be created.</p>
|
|
485
|
-
*/
|
|
277
|
+
|
|
486
278
|
ModelName: string | undefined;
|
|
487
|
-
|
|
488
|
-
* <p>The name of the dataset for the ML model being created. </p>
|
|
489
|
-
*/
|
|
279
|
+
|
|
490
280
|
DatasetName: string | undefined;
|
|
491
|
-
|
|
492
|
-
* <p>The data schema for the ML model being created. </p>
|
|
493
|
-
*/
|
|
281
|
+
|
|
494
282
|
DatasetSchema?: DatasetSchema;
|
|
495
|
-
|
|
496
|
-
* <p>The input configuration for the labels being used for the ML model that's being created.
|
|
497
|
-
* </p>
|
|
498
|
-
*/
|
|
283
|
+
|
|
499
284
|
LabelsInputConfiguration?: LabelsInputConfiguration;
|
|
500
|
-
|
|
501
|
-
* <p>A unique identifier for the request. If you do not set the client request token, Amazon
|
|
502
|
-
* Lookout for Equipment generates one. </p>
|
|
503
|
-
*/
|
|
285
|
+
|
|
504
286
|
ClientToken?: string;
|
|
505
|
-
|
|
506
|
-
* <p>Indicates the time reference in the dataset that should be used to begin the subset of
|
|
507
|
-
* training data for the ML model. </p>
|
|
508
|
-
*/
|
|
287
|
+
|
|
509
288
|
TrainingDataStartTime?: Date;
|
|
510
|
-
|
|
511
|
-
* <p>Indicates the time reference in the dataset that should be used to end the subset of
|
|
512
|
-
* training data for the ML model. </p>
|
|
513
|
-
*/
|
|
289
|
+
|
|
514
290
|
TrainingDataEndTime?: Date;
|
|
515
|
-
|
|
516
|
-
* <p>Indicates the time reference in the dataset that should be used to begin the subset of
|
|
517
|
-
* evaluation data for the ML model. </p>
|
|
518
|
-
*/
|
|
291
|
+
|
|
519
292
|
EvaluationDataStartTime?: Date;
|
|
520
|
-
|
|
521
|
-
* <p> Indicates the time reference in the dataset that should be used to end the subset of
|
|
522
|
-
* evaluation data for the ML model. </p>
|
|
523
|
-
*/
|
|
293
|
+
|
|
524
294
|
EvaluationDataEndTime?: Date;
|
|
525
|
-
|
|
526
|
-
* <p> The Amazon Resource Name (ARN) of a role with permission to access the data source
|
|
527
|
-
* being used to create the ML model. </p>
|
|
528
|
-
*/
|
|
295
|
+
|
|
529
296
|
RoleArn?: string;
|
|
530
|
-
|
|
531
|
-
* <p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of
|
|
532
|
-
* the data after post processing by
|
|
533
|
-
* Amazon Lookout for Equipment. For example, if you provide data that
|
|
534
|
-
* has been collected at a 1 second level and you want the system to resample
|
|
535
|
-
* the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>
|
|
536
|
-
* <p>When providing a value for the <code>TargetSamplingRate</code>, you must
|
|
537
|
-
* attach the prefix "PT" to the rate you want. The value for a 1 second rate
|
|
538
|
-
* is therefore <i>PT1S</i>, the value for a 15 minute rate
|
|
539
|
-
* is <i>PT15M</i>, and the value for a 1 hour rate
|
|
540
|
-
* is <i>PT1H</i>
|
|
541
|
-
* </p>
|
|
542
|
-
*/
|
|
297
|
+
|
|
543
298
|
DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
|
|
544
|
-
|
|
545
|
-
* <p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>
|
|
546
|
-
*/
|
|
299
|
+
|
|
547
300
|
ServerSideKmsKeyId?: string;
|
|
548
|
-
|
|
549
|
-
* <p> Any tags associated with the ML model being created. </p>
|
|
550
|
-
*/
|
|
301
|
+
|
|
551
302
|
Tags?: Tag[];
|
|
552
|
-
|
|
553
|
-
* <p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>
|
|
554
|
-
*/
|
|
303
|
+
|
|
555
304
|
OffCondition?: string;
|
|
556
305
|
}
|
|
557
306
|
export declare namespace CreateModelRequest {
|
|
558
|
-
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
307
|
+
|
|
561
308
|
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
562
309
|
}
|
|
563
310
|
export declare enum ModelStatus {
|
|
@@ -566,105 +313,65 @@ export declare enum ModelStatus {
|
|
|
566
313
|
SUCCESS = "SUCCESS"
|
|
567
314
|
}
|
|
568
315
|
export interface CreateModelResponse {
|
|
569
|
-
|
|
570
|
-
* <p>The Amazon Resource Name (ARN) of the model being created. </p>
|
|
571
|
-
*/
|
|
316
|
+
|
|
572
317
|
ModelArn?: string;
|
|
573
|
-
|
|
574
|
-
* <p>Indicates the status of the <code>CreateModel</code> operation. </p>
|
|
575
|
-
*/
|
|
318
|
+
|
|
576
319
|
Status?: ModelStatus | string;
|
|
577
320
|
}
|
|
578
321
|
export declare namespace CreateModelResponse {
|
|
579
|
-
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
322
|
+
|
|
582
323
|
const filterSensitiveLog: (obj: CreateModelResponse) => any;
|
|
583
324
|
}
|
|
584
325
|
export interface DeleteDatasetRequest {
|
|
585
|
-
|
|
586
|
-
* <p>The name of the dataset to be deleted. </p>
|
|
587
|
-
*/
|
|
326
|
+
|
|
588
327
|
DatasetName: string | undefined;
|
|
589
328
|
}
|
|
590
329
|
export declare namespace DeleteDatasetRequest {
|
|
591
|
-
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
330
|
+
|
|
594
331
|
const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
595
332
|
}
|
|
596
333
|
export interface DeleteInferenceSchedulerRequest {
|
|
597
|
-
|
|
598
|
-
* <p>The name of the inference scheduler to be deleted. </p>
|
|
599
|
-
*/
|
|
334
|
+
|
|
600
335
|
InferenceSchedulerName: string | undefined;
|
|
601
336
|
}
|
|
602
337
|
export declare namespace DeleteInferenceSchedulerRequest {
|
|
603
|
-
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
338
|
+
|
|
606
339
|
const filterSensitiveLog: (obj: DeleteInferenceSchedulerRequest) => any;
|
|
607
340
|
}
|
|
608
341
|
export interface DeleteModelRequest {
|
|
609
|
-
|
|
610
|
-
* <p>The name of the ML model to be deleted. </p>
|
|
611
|
-
*/
|
|
342
|
+
|
|
612
343
|
ModelName: string | undefined;
|
|
613
344
|
}
|
|
614
345
|
export declare namespace DeleteModelRequest {
|
|
615
|
-
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
346
|
+
|
|
618
347
|
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
619
348
|
}
|
|
620
349
|
export interface DescribeDataIngestionJobRequest {
|
|
621
|
-
|
|
622
|
-
* <p>The job ID of the data ingestion job. </p>
|
|
623
|
-
*/
|
|
350
|
+
|
|
624
351
|
JobId: string | undefined;
|
|
625
352
|
}
|
|
626
353
|
export declare namespace DescribeDataIngestionJobRequest {
|
|
627
|
-
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
354
|
+
|
|
630
355
|
const filterSensitiveLog: (obj: DescribeDataIngestionJobRequest) => any;
|
|
631
356
|
}
|
|
632
|
-
|
|
633
|
-
* <p> Specifies S3 configuration information for the input data for the data ingestion job.
|
|
634
|
-
* </p>
|
|
635
|
-
*/
|
|
357
|
+
|
|
636
358
|
export interface IngestionS3InputConfiguration {
|
|
637
|
-
|
|
638
|
-
* <p>The name of the S3 bucket used for the input data for the data ingestion. </p>
|
|
639
|
-
*/
|
|
359
|
+
|
|
640
360
|
Bucket: string | undefined;
|
|
641
|
-
|
|
642
|
-
* <p>The prefix for the S3 location being used for the input data for the data ingestion.
|
|
643
|
-
* </p>
|
|
644
|
-
*/
|
|
361
|
+
|
|
645
362
|
Prefix?: string;
|
|
646
363
|
}
|
|
647
364
|
export declare namespace IngestionS3InputConfiguration {
|
|
648
|
-
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
365
|
+
|
|
651
366
|
const filterSensitiveLog: (obj: IngestionS3InputConfiguration) => any;
|
|
652
367
|
}
|
|
653
|
-
|
|
654
|
-
* <p> Specifies configuration information for the input data for the data ingestion job,
|
|
655
|
-
* including input data S3 location. </p>
|
|
656
|
-
*/
|
|
368
|
+
|
|
657
369
|
export interface IngestionInputConfiguration {
|
|
658
|
-
|
|
659
|
-
* <p>The location information for the S3 bucket used for input data for the data ingestion.
|
|
660
|
-
* </p>
|
|
661
|
-
*/
|
|
370
|
+
|
|
662
371
|
S3InputConfiguration: IngestionS3InputConfiguration | undefined;
|
|
663
372
|
}
|
|
664
373
|
export declare namespace IngestionInputConfiguration {
|
|
665
|
-
|
|
666
|
-
* @internal
|
|
667
|
-
*/
|
|
374
|
+
|
|
668
375
|
const filterSensitiveLog: (obj: IngestionInputConfiguration) => any;
|
|
669
376
|
}
|
|
670
377
|
export declare enum IngestionJobStatus {
|
|
@@ -673,449 +380,227 @@ export declare enum IngestionJobStatus {
|
|
|
673
380
|
SUCCESS = "SUCCESS"
|
|
674
381
|
}
|
|
675
382
|
export interface DescribeDataIngestionJobResponse {
|
|
676
|
-
|
|
677
|
-
* <p>Indicates the job ID of the data ingestion job. </p>
|
|
678
|
-
*/
|
|
383
|
+
|
|
679
384
|
JobId?: string;
|
|
680
|
-
|
|
681
|
-
* <p>The Amazon Resource Name (ARN) of the dataset being used in the data ingestion job.
|
|
682
|
-
* </p>
|
|
683
|
-
*/
|
|
385
|
+
|
|
684
386
|
DatasetArn?: string;
|
|
685
|
-
|
|
686
|
-
* <p>Specifies the S3 location configuration for the data input for the data ingestion job.
|
|
687
|
-
* </p>
|
|
688
|
-
*/
|
|
387
|
+
|
|
689
388
|
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
690
|
-
|
|
691
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role with permission to access the data source
|
|
692
|
-
* being ingested. </p>
|
|
693
|
-
*/
|
|
389
|
+
|
|
694
390
|
RoleArn?: string;
|
|
695
|
-
|
|
696
|
-
* <p>The time at which the data ingestion job was created. </p>
|
|
697
|
-
*/
|
|
391
|
+
|
|
698
392
|
CreatedAt?: Date;
|
|
699
|
-
|
|
700
|
-
* <p>Indicates the status of the <code>DataIngestionJob</code> operation. </p>
|
|
701
|
-
*/
|
|
393
|
+
|
|
702
394
|
Status?: IngestionJobStatus | string;
|
|
703
|
-
|
|
704
|
-
* <p>Specifies the reason for failure when a data ingestion job has failed. </p>
|
|
705
|
-
*/
|
|
395
|
+
|
|
706
396
|
FailedReason?: string;
|
|
707
397
|
}
|
|
708
398
|
export declare namespace DescribeDataIngestionJobResponse {
|
|
709
|
-
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
399
|
+
|
|
712
400
|
const filterSensitiveLog: (obj: DescribeDataIngestionJobResponse) => any;
|
|
713
401
|
}
|
|
714
402
|
export interface DescribeDatasetRequest {
|
|
715
|
-
|
|
716
|
-
* <p>The name of the dataset to be described. </p>
|
|
717
|
-
*/
|
|
403
|
+
|
|
718
404
|
DatasetName: string | undefined;
|
|
719
405
|
}
|
|
720
406
|
export declare namespace DescribeDatasetRequest {
|
|
721
|
-
|
|
722
|
-
* @internal
|
|
723
|
-
*/
|
|
407
|
+
|
|
724
408
|
const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
725
409
|
}
|
|
726
410
|
export interface DescribeDatasetResponse {
|
|
727
|
-
|
|
728
|
-
* <p>The name of the dataset being described. </p>
|
|
729
|
-
*/
|
|
411
|
+
|
|
730
412
|
DatasetName?: string;
|
|
731
|
-
|
|
732
|
-
* <p>The Amazon Resource Name (ARN) of the dataset being described. </p>
|
|
733
|
-
*/
|
|
413
|
+
|
|
734
414
|
DatasetArn?: string;
|
|
735
|
-
|
|
736
|
-
* <p>Specifies the time the dataset was created in Amazon Lookout for Equipment. </p>
|
|
737
|
-
*/
|
|
415
|
+
|
|
738
416
|
CreatedAt?: Date;
|
|
739
|
-
|
|
740
|
-
* <p>Specifies the time the dataset was last updated, if it was. </p>
|
|
741
|
-
*/
|
|
417
|
+
|
|
742
418
|
LastUpdatedAt?: Date;
|
|
743
|
-
|
|
744
|
-
* <p>Indicates the status of the dataset. </p>
|
|
745
|
-
*/
|
|
419
|
+
|
|
746
420
|
Status?: DatasetStatus | string;
|
|
747
|
-
|
|
748
|
-
* <p>A JSON description of the data that is in each time series dataset, including names,
|
|
749
|
-
* column names, and data types. </p>
|
|
750
|
-
*/
|
|
421
|
+
|
|
751
422
|
Schema?: __LazyJsonString | string;
|
|
752
|
-
|
|
753
|
-
* <p>Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment. </p>
|
|
754
|
-
*/
|
|
423
|
+
|
|
755
424
|
ServerSideKmsKeyId?: string;
|
|
756
|
-
|
|
757
|
-
* <p>Specifies the S3 location configuration for the data input for the data ingestion job. </p>
|
|
758
|
-
*/
|
|
425
|
+
|
|
759
426
|
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
760
427
|
}
|
|
761
428
|
export declare namespace DescribeDatasetResponse {
|
|
762
|
-
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
429
|
+
|
|
765
430
|
const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
766
431
|
}
|
|
767
432
|
export interface DescribeInferenceSchedulerRequest {
|
|
768
|
-
|
|
769
|
-
* <p>The name of the inference scheduler being described. </p>
|
|
770
|
-
*/
|
|
433
|
+
|
|
771
434
|
InferenceSchedulerName: string | undefined;
|
|
772
435
|
}
|
|
773
436
|
export declare namespace DescribeInferenceSchedulerRequest {
|
|
774
|
-
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
437
|
+
|
|
777
438
|
const filterSensitiveLog: (obj: DescribeInferenceSchedulerRequest) => any;
|
|
778
439
|
}
|
|
779
440
|
export interface DescribeInferenceSchedulerResponse {
|
|
780
|
-
|
|
781
|
-
* <p>The Amazon Resource Name (ARN) of the ML model of the inference scheduler being
|
|
782
|
-
* described. </p>
|
|
783
|
-
*/
|
|
441
|
+
|
|
784
442
|
ModelArn?: string;
|
|
785
|
-
|
|
786
|
-
* <p>The name of the ML model of the inference scheduler being described. </p>
|
|
787
|
-
*/
|
|
443
|
+
|
|
788
444
|
ModelName?: string;
|
|
789
|
-
|
|
790
|
-
* <p>The name of the inference scheduler being described. </p>
|
|
791
|
-
*/
|
|
445
|
+
|
|
792
446
|
InferenceSchedulerName?: string;
|
|
793
|
-
|
|
794
|
-
* <p>The Amazon Resource Name (ARN) of the inference scheduler being described. </p>
|
|
795
|
-
*/
|
|
447
|
+
|
|
796
448
|
InferenceSchedulerArn?: string;
|
|
797
|
-
|
|
798
|
-
* <p>Indicates the status of the inference scheduler. </p>
|
|
799
|
-
*/
|
|
449
|
+
|
|
800
450
|
Status?: InferenceSchedulerStatus | string;
|
|
801
|
-
|
|
802
|
-
* <p> A period of time (in minutes) by which inference on the data is delayed after the data
|
|
803
|
-
* starts. For instance, if you select an offset delay time of five minutes, inference will
|
|
804
|
-
* not begin on the data until the first data measurement after the five minute mark. For example, if
|
|
805
|
-
* five minutes is selected, the inference scheduler will wake up at the configured frequency with the
|
|
806
|
-
* additional five minute delay time to check the customer S3 bucket. The customer can upload data at
|
|
807
|
-
* the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>
|
|
808
|
-
*/
|
|
451
|
+
|
|
809
452
|
DataDelayOffsetInMinutes?: number;
|
|
810
|
-
|
|
811
|
-
* <p>Specifies how often data is uploaded to the source S3 bucket for the input data. This
|
|
812
|
-
* value is the length of time between data uploads. For instance, if you select 5 minutes,
|
|
813
|
-
* Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This
|
|
814
|
-
* frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data.
|
|
815
|
-
* In this example, it starts once every 5 minutes. </p>
|
|
816
|
-
*/
|
|
453
|
+
|
|
817
454
|
DataUploadFrequency?: DataUploadFrequency | string;
|
|
818
|
-
|
|
819
|
-
* <p>Specifies the time at which the inference scheduler was created. </p>
|
|
820
|
-
*/
|
|
455
|
+
|
|
821
456
|
CreatedAt?: Date;
|
|
822
|
-
|
|
823
|
-
* <p>Specifies the time at which the inference scheduler was last updated, if it was. </p>
|
|
824
|
-
*/
|
|
457
|
+
|
|
825
458
|
UpdatedAt?: Date;
|
|
826
|
-
|
|
827
|
-
* <p> Specifies configuration information for the input data for the inference scheduler,
|
|
828
|
-
* including delimiter, format, and dataset location. </p>
|
|
829
|
-
*/
|
|
459
|
+
|
|
830
460
|
DataInputConfiguration?: InferenceInputConfiguration;
|
|
831
|
-
|
|
832
|
-
* <p> Specifies information for the output results for the inference scheduler,
|
|
833
|
-
* including the output S3 location. </p>
|
|
834
|
-
*/
|
|
461
|
+
|
|
835
462
|
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
836
|
-
|
|
837
|
-
* <p> The Amazon Resource Name (ARN) of a role with permission to access the data source for
|
|
838
|
-
* the inference scheduler being described. </p>
|
|
839
|
-
*/
|
|
463
|
+
|
|
840
464
|
RoleArn?: string;
|
|
841
|
-
|
|
842
|
-
* <p>Provides the identifier of the KMS key used to encrypt inference scheduler data by Amazon Lookout for Equipment. </p>
|
|
843
|
-
*/
|
|
465
|
+
|
|
844
466
|
ServerSideKmsKeyId?: string;
|
|
845
467
|
}
|
|
846
468
|
export declare namespace DescribeInferenceSchedulerResponse {
|
|
847
|
-
|
|
848
|
-
* @internal
|
|
849
|
-
*/
|
|
469
|
+
|
|
850
470
|
const filterSensitiveLog: (obj: DescribeInferenceSchedulerResponse) => any;
|
|
851
471
|
}
|
|
852
472
|
export interface DescribeModelRequest {
|
|
853
|
-
|
|
854
|
-
* <p>The name of the ML model to be described. </p>
|
|
855
|
-
*/
|
|
473
|
+
|
|
856
474
|
ModelName: string | undefined;
|
|
857
475
|
}
|
|
858
476
|
export declare namespace DescribeModelRequest {
|
|
859
|
-
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
477
|
+
|
|
862
478
|
const filterSensitiveLog: (obj: DescribeModelRequest) => any;
|
|
863
479
|
}
|
|
864
480
|
export interface DescribeModelResponse {
|
|
865
|
-
|
|
866
|
-
* <p>The name of the ML model being described. </p>
|
|
867
|
-
*/
|
|
481
|
+
|
|
868
482
|
ModelName?: string;
|
|
869
|
-
|
|
870
|
-
* <p>The Amazon Resource Name (ARN) of the ML model being described. </p>
|
|
871
|
-
*/
|
|
483
|
+
|
|
872
484
|
ModelArn?: string;
|
|
873
|
-
|
|
874
|
-
* <p>The name of the dataset being used by the ML being described. </p>
|
|
875
|
-
*/
|
|
485
|
+
|
|
876
486
|
DatasetName?: string;
|
|
877
|
-
|
|
878
|
-
* <p>The Amazon Resouce Name (ARN) of the dataset used to create the ML model being
|
|
879
|
-
* described. </p>
|
|
880
|
-
*/
|
|
487
|
+
|
|
881
488
|
DatasetArn?: string;
|
|
882
|
-
|
|
883
|
-
* <p>A JSON description of the data that is in each time series dataset, including names,
|
|
884
|
-
* column names, and data types. </p>
|
|
885
|
-
*/
|
|
489
|
+
|
|
886
490
|
Schema?: __LazyJsonString | string;
|
|
887
|
-
|
|
888
|
-
* <p>Specifies configuration information about the labels input, including its S3 location.
|
|
889
|
-
* </p>
|
|
890
|
-
*/
|
|
491
|
+
|
|
891
492
|
LabelsInputConfiguration?: LabelsInputConfiguration;
|
|
892
|
-
|
|
893
|
-
* <p> Indicates the time reference in the dataset that was used to begin the subset of
|
|
894
|
-
* training data for the ML model. </p>
|
|
895
|
-
*/
|
|
493
|
+
|
|
896
494
|
TrainingDataStartTime?: Date;
|
|
897
|
-
|
|
898
|
-
* <p> Indicates the time reference in the dataset that was used to end the subset of training
|
|
899
|
-
* data for the ML model. </p>
|
|
900
|
-
*/
|
|
495
|
+
|
|
901
496
|
TrainingDataEndTime?: Date;
|
|
902
|
-
|
|
903
|
-
* <p> Indicates the time reference in the dataset that was used to begin the subset of
|
|
904
|
-
* evaluation data for the ML model. </p>
|
|
905
|
-
*/
|
|
497
|
+
|
|
906
498
|
EvaluationDataStartTime?: Date;
|
|
907
|
-
|
|
908
|
-
* <p> Indicates the time reference in the dataset that was used to end the subset of
|
|
909
|
-
* evaluation data for the ML model. </p>
|
|
910
|
-
*/
|
|
499
|
+
|
|
911
500
|
EvaluationDataEndTime?: Date;
|
|
912
|
-
|
|
913
|
-
* <p> The Amazon Resource Name (ARN) of a role with permission to access the data source for
|
|
914
|
-
* the ML model being described. </p>
|
|
915
|
-
*/
|
|
501
|
+
|
|
916
502
|
RoleArn?: string;
|
|
917
|
-
|
|
918
|
-
* <p>The configuration is the <code>TargetSamplingRate</code>, which is the sampling rate of
|
|
919
|
-
* the data after post processing by
|
|
920
|
-
* Amazon Lookout for Equipment. For example, if you provide data that
|
|
921
|
-
* has been collected at a 1 second level and you want the system to resample
|
|
922
|
-
* the data at a 1 minute rate before training, the <code>TargetSamplingRate</code> is 1 minute.</p>
|
|
923
|
-
* <p>When providing a value for the <code>TargetSamplingRate</code>, you must
|
|
924
|
-
* attach the prefix "PT" to the rate you want. The value for a 1 second rate
|
|
925
|
-
* is therefore <i>PT1S</i>, the value for a 15 minute rate
|
|
926
|
-
* is <i>PT15M</i>, and the value for a 1 hour rate
|
|
927
|
-
* is <i>PT1H</i>
|
|
928
|
-
* </p>
|
|
929
|
-
*/
|
|
503
|
+
|
|
930
504
|
DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
|
|
931
|
-
|
|
932
|
-
* <p>Specifies the current status of the model being described. Status describes the status
|
|
933
|
-
* of the most recent action of the model. </p>
|
|
934
|
-
*/
|
|
505
|
+
|
|
935
506
|
Status?: ModelStatus | string;
|
|
936
|
-
|
|
937
|
-
* <p>Indicates the time at which the training of the ML model began. </p>
|
|
938
|
-
*/
|
|
507
|
+
|
|
939
508
|
TrainingExecutionStartTime?: Date;
|
|
940
|
-
|
|
941
|
-
* <p>Indicates the time at which the training of the ML model was completed. </p>
|
|
942
|
-
*/
|
|
509
|
+
|
|
943
510
|
TrainingExecutionEndTime?: Date;
|
|
944
|
-
|
|
945
|
-
* <p>If the training of the ML model failed, this indicates the reason for that failure.
|
|
946
|
-
* </p>
|
|
947
|
-
*/
|
|
511
|
+
|
|
948
512
|
FailedReason?: string;
|
|
949
|
-
|
|
950
|
-
* <p>The Model Metrics show an aggregated summary of the model's performance within the evaluation time
|
|
951
|
-
* range. This is the JSON content of the metrics created when evaluating the model. </p>
|
|
952
|
-
*/
|
|
513
|
+
|
|
953
514
|
ModelMetrics?: __LazyJsonString | string;
|
|
954
|
-
|
|
955
|
-
* <p>Indicates the last time the ML model was updated. The type of update is not specified.
|
|
956
|
-
* </p>
|
|
957
|
-
*/
|
|
515
|
+
|
|
958
516
|
LastUpdatedTime?: Date;
|
|
959
|
-
|
|
960
|
-
* <p>Indicates the time and date at which the ML model was created. </p>
|
|
961
|
-
*/
|
|
517
|
+
|
|
962
518
|
CreatedAt?: Date;
|
|
963
|
-
|
|
964
|
-
* <p>Provides the identifier of the KMS key used to encrypt model data by Amazon Lookout for Equipment. </p>
|
|
965
|
-
*/
|
|
519
|
+
|
|
966
520
|
ServerSideKmsKeyId?: string;
|
|
967
|
-
|
|
968
|
-
* <p>Indicates that the asset associated with this sensor has been shut off. As long as this condition is met, Lookout for Equipment will not use data from this asset for training, evaluation, or inference.</p>
|
|
969
|
-
*/
|
|
521
|
+
|
|
970
522
|
OffCondition?: string;
|
|
971
523
|
}
|
|
972
524
|
export declare namespace DescribeModelResponse {
|
|
973
|
-
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
525
|
+
|
|
976
526
|
const filterSensitiveLog: (obj: DescribeModelResponse) => any;
|
|
977
527
|
}
|
|
978
528
|
export interface ListDataIngestionJobsRequest {
|
|
979
|
-
|
|
980
|
-
* <p>The name of the dataset being used for the data ingestion job. </p>
|
|
981
|
-
*/
|
|
529
|
+
|
|
982
530
|
DatasetName?: string;
|
|
983
|
-
|
|
984
|
-
* <p> An opaque pagination token indicating where to continue the listing of data ingestion
|
|
985
|
-
* jobs. </p>
|
|
986
|
-
*/
|
|
531
|
+
|
|
987
532
|
NextToken?: string;
|
|
988
|
-
|
|
989
|
-
* <p> Specifies the maximum number of data ingestion jobs to list. </p>
|
|
990
|
-
*/
|
|
533
|
+
|
|
991
534
|
MaxResults?: number;
|
|
992
|
-
|
|
993
|
-
* <p>Indicates the status of the data ingestion job. </p>
|
|
994
|
-
*/
|
|
535
|
+
|
|
995
536
|
Status?: IngestionJobStatus | string;
|
|
996
537
|
}
|
|
997
538
|
export declare namespace ListDataIngestionJobsRequest {
|
|
998
|
-
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
539
|
+
|
|
1001
540
|
const filterSensitiveLog: (obj: ListDataIngestionJobsRequest) => any;
|
|
1002
541
|
}
|
|
1003
|
-
|
|
1004
|
-
* <p>Provides information about a specified data ingestion job, including dataset
|
|
1005
|
-
* information, data ingestion configuration, and status. </p>
|
|
1006
|
-
*/
|
|
542
|
+
|
|
1007
543
|
export interface DataIngestionJobSummary {
|
|
1008
|
-
|
|
1009
|
-
* <p>Indicates the job ID of the data ingestion job. </p>
|
|
1010
|
-
*/
|
|
544
|
+
|
|
1011
545
|
JobId?: string;
|
|
1012
|
-
|
|
1013
|
-
* <p>The name of the dataset used for the data ingestion job. </p>
|
|
1014
|
-
*/
|
|
546
|
+
|
|
1015
547
|
DatasetName?: string;
|
|
1016
|
-
|
|
1017
|
-
* <p>The Amazon Resource Name (ARN) of the dataset used in the data ingestion job. </p>
|
|
1018
|
-
*/
|
|
548
|
+
|
|
1019
549
|
DatasetArn?: string;
|
|
1020
|
-
|
|
1021
|
-
* <p> Specifies information for the input data for the data inference job, including data S3
|
|
1022
|
-
* location parameters. </p>
|
|
1023
|
-
*/
|
|
550
|
+
|
|
1024
551
|
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
1025
|
-
|
|
1026
|
-
* <p>Indicates the status of the data ingestion job. </p>
|
|
1027
|
-
*/
|
|
552
|
+
|
|
1028
553
|
Status?: IngestionJobStatus | string;
|
|
1029
554
|
}
|
|
1030
555
|
export declare namespace DataIngestionJobSummary {
|
|
1031
|
-
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
556
|
+
|
|
1034
557
|
const filterSensitiveLog: (obj: DataIngestionJobSummary) => any;
|
|
1035
558
|
}
|
|
1036
559
|
export interface ListDataIngestionJobsResponse {
|
|
1037
|
-
|
|
1038
|
-
* <p> An opaque pagination token indicating where to continue the listing of data ingestion
|
|
1039
|
-
* jobs. </p>
|
|
1040
|
-
*/
|
|
560
|
+
|
|
1041
561
|
NextToken?: string;
|
|
1042
|
-
|
|
1043
|
-
* <p>Specifies information about the specific data ingestion job, including dataset name and
|
|
1044
|
-
* status. </p>
|
|
1045
|
-
*/
|
|
562
|
+
|
|
1046
563
|
DataIngestionJobSummaries?: DataIngestionJobSummary[];
|
|
1047
564
|
}
|
|
1048
565
|
export declare namespace ListDataIngestionJobsResponse {
|
|
1049
|
-
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
566
|
+
|
|
1052
567
|
const filterSensitiveLog: (obj: ListDataIngestionJobsResponse) => any;
|
|
1053
568
|
}
|
|
1054
569
|
export interface ListDatasetsRequest {
|
|
1055
|
-
|
|
1056
|
-
* <p> An opaque pagination token indicating where to continue the listing of datasets.
|
|
1057
|
-
* </p>
|
|
1058
|
-
*/
|
|
570
|
+
|
|
1059
571
|
NextToken?: string;
|
|
1060
|
-
|
|
1061
|
-
* <p> Specifies the maximum number of datasets to list. </p>
|
|
1062
|
-
*/
|
|
572
|
+
|
|
1063
573
|
MaxResults?: number;
|
|
1064
|
-
|
|
1065
|
-
* <p>The beginning of the name of the datasets to be listed. </p>
|
|
1066
|
-
*/
|
|
574
|
+
|
|
1067
575
|
DatasetNameBeginsWith?: string;
|
|
1068
576
|
}
|
|
1069
577
|
export declare namespace ListDatasetsRequest {
|
|
1070
|
-
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
578
|
+
|
|
1073
579
|
const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
1074
580
|
}
|
|
1075
|
-
|
|
1076
|
-
* <p>Contains information about the specific data set, including name, ARN, and status.
|
|
1077
|
-
* </p>
|
|
1078
|
-
*/
|
|
581
|
+
|
|
1079
582
|
export interface DatasetSummary {
|
|
1080
|
-
|
|
1081
|
-
* <p>The name of the dataset. </p>
|
|
1082
|
-
*/
|
|
583
|
+
|
|
1083
584
|
DatasetName?: string;
|
|
1084
|
-
|
|
1085
|
-
* <p>The Amazon Resource Name (ARN) of the specified dataset. </p>
|
|
1086
|
-
*/
|
|
585
|
+
|
|
1087
586
|
DatasetArn?: string;
|
|
1088
|
-
|
|
1089
|
-
* <p>Indicates the status of the dataset. </p>
|
|
1090
|
-
*/
|
|
587
|
+
|
|
1091
588
|
Status?: DatasetStatus | string;
|
|
1092
|
-
|
|
1093
|
-
* <p>The time at which the dataset was created in Amazon Lookout for Equipment. </p>
|
|
1094
|
-
*/
|
|
589
|
+
|
|
1095
590
|
CreatedAt?: Date;
|
|
1096
591
|
}
|
|
1097
592
|
export declare namespace DatasetSummary {
|
|
1098
|
-
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
593
|
+
|
|
1101
594
|
const filterSensitiveLog: (obj: DatasetSummary) => any;
|
|
1102
595
|
}
|
|
1103
596
|
export interface ListDatasetsResponse {
|
|
1104
|
-
|
|
1105
|
-
* <p> An opaque pagination token indicating where to continue the listing of datasets.
|
|
1106
|
-
* </p>
|
|
1107
|
-
*/
|
|
597
|
+
|
|
1108
598
|
NextToken?: string;
|
|
1109
|
-
|
|
1110
|
-
* <p>Provides information about the specified dataset, including creation time, dataset ARN,
|
|
1111
|
-
* and status. </p>
|
|
1112
|
-
*/
|
|
599
|
+
|
|
1113
600
|
DatasetSummaries?: DatasetSummary[];
|
|
1114
601
|
}
|
|
1115
602
|
export declare namespace ListDatasetsResponse {
|
|
1116
|
-
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
603
|
+
|
|
1119
604
|
const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
1120
605
|
}
|
|
1121
606
|
export declare enum InferenceExecutionStatus {
|
|
@@ -1124,563 +609,300 @@ export declare enum InferenceExecutionStatus {
|
|
|
1124
609
|
SUCCESS = "SUCCESS"
|
|
1125
610
|
}
|
|
1126
611
|
export interface ListInferenceExecutionsRequest {
|
|
1127
|
-
|
|
1128
|
-
* <p>An opaque pagination token indicating where to continue the listing of inference
|
|
1129
|
-
* executions.</p>
|
|
1130
|
-
*/
|
|
612
|
+
|
|
1131
613
|
NextToken?: string;
|
|
1132
|
-
|
|
1133
|
-
* <p>Specifies the maximum number of inference executions to list. </p>
|
|
1134
|
-
*/
|
|
614
|
+
|
|
1135
615
|
MaxResults?: number;
|
|
1136
|
-
|
|
1137
|
-
* <p>The name of the inference scheduler for the inference execution listed. </p>
|
|
1138
|
-
*/
|
|
616
|
+
|
|
1139
617
|
InferenceSchedulerName: string | undefined;
|
|
1140
|
-
|
|
1141
|
-
* <p>The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the
|
|
1142
|
-
* inference execution. </p>
|
|
1143
|
-
*/
|
|
618
|
+
|
|
1144
619
|
DataStartTimeAfter?: Date;
|
|
1145
|
-
|
|
1146
|
-
* <p>The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the
|
|
1147
|
-
* inference execution. </p>
|
|
1148
|
-
*/
|
|
620
|
+
|
|
1149
621
|
DataEndTimeBefore?: Date;
|
|
1150
|
-
|
|
1151
|
-
* <p>The status of the inference execution. </p>
|
|
1152
|
-
*/
|
|
622
|
+
|
|
1153
623
|
Status?: InferenceExecutionStatus | string;
|
|
1154
624
|
}
|
|
1155
625
|
export declare namespace ListInferenceExecutionsRequest {
|
|
1156
|
-
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
626
|
+
|
|
1159
627
|
const filterSensitiveLog: (obj: ListInferenceExecutionsRequest) => any;
|
|
1160
628
|
}
|
|
1161
|
-
|
|
1162
|
-
* <p>Contains information about an S3 bucket. </p>
|
|
1163
|
-
*/
|
|
629
|
+
|
|
1164
630
|
export interface S3Object {
|
|
1165
|
-
|
|
1166
|
-
* <p>The name of the specific S3 bucket. </p>
|
|
1167
|
-
*/
|
|
631
|
+
|
|
1168
632
|
Bucket: string | undefined;
|
|
1169
|
-
|
|
1170
|
-
* <p>The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object.
|
|
1171
|
-
* Without this key, data in the bucket is not accessible. </p>
|
|
1172
|
-
*/
|
|
633
|
+
|
|
1173
634
|
Key: string | undefined;
|
|
1174
635
|
}
|
|
1175
636
|
export declare namespace S3Object {
|
|
1176
|
-
|
|
1177
|
-
* @internal
|
|
1178
|
-
*/
|
|
637
|
+
|
|
1179
638
|
const filterSensitiveLog: (obj: S3Object) => any;
|
|
1180
639
|
}
|
|
1181
|
-
|
|
1182
|
-
* <p>Contains information about the specific inference execution, including input and output
|
|
1183
|
-
* data configuration, inference scheduling information, status, and so on. </p>
|
|
1184
|
-
*/
|
|
640
|
+
|
|
1185
641
|
export interface InferenceExecutionSummary {
|
|
1186
|
-
|
|
1187
|
-
* <p>The name of the ML model being used for the inference execution. </p>
|
|
1188
|
-
*/
|
|
642
|
+
|
|
1189
643
|
ModelName?: string;
|
|
1190
|
-
|
|
1191
|
-
* <p>The Amazon Resource Name (ARN) of the ML model used for the inference execution. </p>
|
|
1192
|
-
*/
|
|
644
|
+
|
|
1193
645
|
ModelArn?: string;
|
|
1194
|
-
|
|
1195
|
-
* <p>The name of the inference scheduler being used for the inference execution. </p>
|
|
1196
|
-
*/
|
|
646
|
+
|
|
1197
647
|
InferenceSchedulerName?: string;
|
|
1198
|
-
|
|
1199
|
-
* <p> The Amazon Resource Name (ARN) of the inference scheduler being used for the inference
|
|
1200
|
-
* execution. </p>
|
|
1201
|
-
*/
|
|
648
|
+
|
|
1202
649
|
InferenceSchedulerArn?: string;
|
|
1203
|
-
|
|
1204
|
-
* <p>Indicates the start time at which the inference scheduler began the specific inference
|
|
1205
|
-
* execution. </p>
|
|
1206
|
-
*/
|
|
650
|
+
|
|
1207
651
|
ScheduledStartTime?: Date;
|
|
1208
|
-
|
|
1209
|
-
* <p>Indicates the time reference in the dataset at which the inference execution began.
|
|
1210
|
-
* </p>
|
|
1211
|
-
*/
|
|
652
|
+
|
|
1212
653
|
DataStartTime?: Date;
|
|
1213
|
-
|
|
1214
|
-
* <p>Indicates the time reference in the dataset at which the inference execution stopped.
|
|
1215
|
-
* </p>
|
|
1216
|
-
*/
|
|
654
|
+
|
|
1217
655
|
DataEndTime?: Date;
|
|
1218
|
-
|
|
1219
|
-
* <p> Specifies configuration information for the input data for the inference scheduler,
|
|
1220
|
-
* including delimiter, format, and dataset location. </p>
|
|
1221
|
-
*/
|
|
656
|
+
|
|
1222
657
|
DataInputConfiguration?: InferenceInputConfiguration;
|
|
1223
|
-
|
|
1224
|
-
* <p> Specifies configuration information for the output results from for the inference
|
|
1225
|
-
* execution, including the output S3 location. </p>
|
|
1226
|
-
*/
|
|
658
|
+
|
|
1227
659
|
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
1228
|
-
|
|
1229
|
-
* <p>
|
|
1230
|
-
* </p>
|
|
1231
|
-
*/
|
|
660
|
+
|
|
1232
661
|
CustomerResultObject?: S3Object;
|
|
1233
|
-
|
|
1234
|
-
* <p>Indicates the status of the inference execution. </p>
|
|
1235
|
-
*/
|
|
662
|
+
|
|
1236
663
|
Status?: InferenceExecutionStatus | string;
|
|
1237
|
-
|
|
1238
|
-
* <p> Specifies the reason for failure when an inference execution has failed. </p>
|
|
1239
|
-
*/
|
|
664
|
+
|
|
1240
665
|
FailedReason?: string;
|
|
1241
666
|
}
|
|
1242
667
|
export declare namespace InferenceExecutionSummary {
|
|
1243
|
-
|
|
1244
|
-
* @internal
|
|
1245
|
-
*/
|
|
668
|
+
|
|
1246
669
|
const filterSensitiveLog: (obj: InferenceExecutionSummary) => any;
|
|
1247
670
|
}
|
|
1248
671
|
export interface ListInferenceExecutionsResponse {
|
|
1249
|
-
|
|
1250
|
-
* <p> An opaque pagination token indicating where to continue the listing of inference
|
|
1251
|
-
* executions. </p>
|
|
1252
|
-
*/
|
|
672
|
+
|
|
1253
673
|
NextToken?: string;
|
|
1254
|
-
|
|
1255
|
-
* <p>Provides an array of information about the individual inference executions returned from
|
|
1256
|
-
* the <code>ListInferenceExecutions</code> operation, including model used, inference
|
|
1257
|
-
* scheduler, data configuration, and so on. </p>
|
|
1258
|
-
*/
|
|
674
|
+
|
|
1259
675
|
InferenceExecutionSummaries?: InferenceExecutionSummary[];
|
|
1260
676
|
}
|
|
1261
677
|
export declare namespace ListInferenceExecutionsResponse {
|
|
1262
|
-
|
|
1263
|
-
* @internal
|
|
1264
|
-
*/
|
|
678
|
+
|
|
1265
679
|
const filterSensitiveLog: (obj: ListInferenceExecutionsResponse) => any;
|
|
1266
680
|
}
|
|
1267
681
|
export interface ListInferenceSchedulersRequest {
|
|
1268
|
-
|
|
1269
|
-
* <p> An opaque pagination token indicating where to continue the listing of inference
|
|
1270
|
-
* schedulers. </p>
|
|
1271
|
-
*/
|
|
682
|
+
|
|
1272
683
|
NextToken?: string;
|
|
1273
|
-
|
|
1274
|
-
* <p> Specifies the maximum number of inference schedulers to list. </p>
|
|
1275
|
-
*/
|
|
684
|
+
|
|
1276
685
|
MaxResults?: number;
|
|
1277
|
-
|
|
1278
|
-
* <p>The beginning of the name of the inference schedulers to be listed. </p>
|
|
1279
|
-
*/
|
|
686
|
+
|
|
1280
687
|
InferenceSchedulerNameBeginsWith?: string;
|
|
1281
|
-
|
|
1282
|
-
* <p>The name of the ML model used by the inference scheduler to be listed. </p>
|
|
1283
|
-
*/
|
|
688
|
+
|
|
1284
689
|
ModelName?: string;
|
|
1285
690
|
}
|
|
1286
691
|
export declare namespace ListInferenceSchedulersRequest {
|
|
1287
|
-
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
692
|
+
|
|
1290
693
|
const filterSensitiveLog: (obj: ListInferenceSchedulersRequest) => any;
|
|
1291
694
|
}
|
|
1292
|
-
|
|
1293
|
-
* <p>Contains information about the specific inference scheduler, including data delay
|
|
1294
|
-
* offset, model name and ARN, status, and so on. </p>
|
|
1295
|
-
*/
|
|
695
|
+
|
|
1296
696
|
export interface InferenceSchedulerSummary {
|
|
1297
|
-
|
|
1298
|
-
* <p>The name of the ML model used for the inference scheduler. </p>
|
|
1299
|
-
*/
|
|
697
|
+
|
|
1300
698
|
ModelName?: string;
|
|
1301
|
-
|
|
1302
|
-
* <p> The Amazon Resource Name (ARN) of the ML model used by the inference scheduler. </p>
|
|
1303
|
-
*/
|
|
699
|
+
|
|
1304
700
|
ModelArn?: string;
|
|
1305
|
-
|
|
1306
|
-
* <p>The name of the inference scheduler. </p>
|
|
1307
|
-
*/
|
|
701
|
+
|
|
1308
702
|
InferenceSchedulerName?: string;
|
|
1309
|
-
|
|
1310
|
-
* <p> The Amazon Resource Name (ARN) of the inference scheduler. </p>
|
|
1311
|
-
*/
|
|
703
|
+
|
|
1312
704
|
InferenceSchedulerArn?: string;
|
|
1313
|
-
|
|
1314
|
-
* <p>Indicates the status of the inference scheduler. </p>
|
|
1315
|
-
*/
|
|
705
|
+
|
|
1316
706
|
Status?: InferenceSchedulerStatus | string;
|
|
1317
|
-
|
|
1318
|
-
* <p>A period of time (in minutes) by which inference on the data is delayed after the data
|
|
1319
|
-
* starts. For instance, if an offset delay time of five minutes was selected, inference will
|
|
1320
|
-
* not begin on the data until the first data measurement after the five minute mark. For example, if
|
|
1321
|
-
* five minutes is selected, the inference scheduler will wake up at the configured frequency with the
|
|
1322
|
-
* additional five minute delay time to check the customer S3 bucket. The customer can upload data at
|
|
1323
|
-
* the same frequency and they don't need to stop and restart the scheduler when uploading new data.
|
|
1324
|
-
* </p>
|
|
1325
|
-
*/
|
|
707
|
+
|
|
1326
708
|
DataDelayOffsetInMinutes?: number;
|
|
1327
|
-
|
|
1328
|
-
* <p>How often data is uploaded to the source S3 bucket for the input data. This value is the
|
|
1329
|
-
* length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment
|
|
1330
|
-
* will upload the real-time data to the source bucket once every 5 minutes. This frequency also
|
|
1331
|
-
* determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this
|
|
1332
|
-
* example, it starts once every 5 minutes. </p>
|
|
1333
|
-
*/
|
|
709
|
+
|
|
1334
710
|
DataUploadFrequency?: DataUploadFrequency | string;
|
|
1335
711
|
}
|
|
1336
712
|
export declare namespace InferenceSchedulerSummary {
|
|
1337
|
-
|
|
1338
|
-
* @internal
|
|
1339
|
-
*/
|
|
713
|
+
|
|
1340
714
|
const filterSensitiveLog: (obj: InferenceSchedulerSummary) => any;
|
|
1341
715
|
}
|
|
1342
716
|
export interface ListInferenceSchedulersResponse {
|
|
1343
|
-
|
|
1344
|
-
* <p> An opaque pagination token indicating where to continue the listing of inference
|
|
1345
|
-
* schedulers. </p>
|
|
1346
|
-
*/
|
|
717
|
+
|
|
1347
718
|
NextToken?: string;
|
|
1348
|
-
|
|
1349
|
-
* <p>Provides information about the specified inference scheduler, including data upload
|
|
1350
|
-
* frequency, model name and ARN, and status. </p>
|
|
1351
|
-
*/
|
|
719
|
+
|
|
1352
720
|
InferenceSchedulerSummaries?: InferenceSchedulerSummary[];
|
|
1353
721
|
}
|
|
1354
722
|
export declare namespace ListInferenceSchedulersResponse {
|
|
1355
|
-
|
|
1356
|
-
* @internal
|
|
1357
|
-
*/
|
|
723
|
+
|
|
1358
724
|
const filterSensitiveLog: (obj: ListInferenceSchedulersResponse) => any;
|
|
1359
725
|
}
|
|
1360
726
|
export interface ListModelsRequest {
|
|
1361
|
-
|
|
1362
|
-
* <p> An opaque pagination token indicating where to continue the listing of ML models.
|
|
1363
|
-
* </p>
|
|
1364
|
-
*/
|
|
727
|
+
|
|
1365
728
|
NextToken?: string;
|
|
1366
|
-
|
|
1367
|
-
* <p> Specifies the maximum number of ML models to list. </p>
|
|
1368
|
-
*/
|
|
729
|
+
|
|
1369
730
|
MaxResults?: number;
|
|
1370
|
-
|
|
1371
|
-
* <p>The status of the ML model. </p>
|
|
1372
|
-
*/
|
|
731
|
+
|
|
1373
732
|
Status?: ModelStatus | string;
|
|
1374
|
-
|
|
1375
|
-
* <p>The beginning of the name of the ML models being listed. </p>
|
|
1376
|
-
*/
|
|
733
|
+
|
|
1377
734
|
ModelNameBeginsWith?: string;
|
|
1378
|
-
|
|
1379
|
-
* <p>The beginning of the name of the dataset of the ML models to be listed. </p>
|
|
1380
|
-
*/
|
|
735
|
+
|
|
1381
736
|
DatasetNameBeginsWith?: string;
|
|
1382
737
|
}
|
|
1383
738
|
export declare namespace ListModelsRequest {
|
|
1384
|
-
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
739
|
+
|
|
1387
740
|
const filterSensitiveLog: (obj: ListModelsRequest) => any;
|
|
1388
741
|
}
|
|
1389
|
-
|
|
1390
|
-
* <p>Provides information about the specified ML model, including dataset and model names and
|
|
1391
|
-
* ARNs, as well as status. </p>
|
|
1392
|
-
*/
|
|
742
|
+
|
|
1393
743
|
export interface ModelSummary {
|
|
1394
|
-
|
|
1395
|
-
* <p>The name of the ML model. </p>
|
|
1396
|
-
*/
|
|
744
|
+
|
|
1397
745
|
ModelName?: string;
|
|
1398
|
-
|
|
1399
|
-
* <p> The Amazon Resource Name (ARN) of the ML model. </p>
|
|
1400
|
-
*/
|
|
746
|
+
|
|
1401
747
|
ModelArn?: string;
|
|
1402
|
-
|
|
1403
|
-
* <p>The name of the dataset being used for the ML model. </p>
|
|
1404
|
-
*/
|
|
748
|
+
|
|
1405
749
|
DatasetName?: string;
|
|
1406
|
-
|
|
1407
|
-
* <p> The Amazon Resource Name (ARN) of the dataset used to create the model. </p>
|
|
1408
|
-
*/
|
|
750
|
+
|
|
1409
751
|
DatasetArn?: string;
|
|
1410
|
-
|
|
1411
|
-
* <p>Indicates the status of the ML model. </p>
|
|
1412
|
-
*/
|
|
752
|
+
|
|
1413
753
|
Status?: ModelStatus | string;
|
|
1414
|
-
|
|
1415
|
-
* <p>The time at which the specific model was created. </p>
|
|
1416
|
-
*/
|
|
754
|
+
|
|
1417
755
|
CreatedAt?: Date;
|
|
1418
756
|
}
|
|
1419
757
|
export declare namespace ModelSummary {
|
|
1420
|
-
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
758
|
+
|
|
1423
759
|
const filterSensitiveLog: (obj: ModelSummary) => any;
|
|
1424
760
|
}
|
|
1425
761
|
export interface ListModelsResponse {
|
|
1426
|
-
|
|
1427
|
-
* <p> An opaque pagination token indicating where to continue the listing of ML models.
|
|
1428
|
-
* </p>
|
|
1429
|
-
*/
|
|
762
|
+
|
|
1430
763
|
NextToken?: string;
|
|
1431
|
-
|
|
1432
|
-
* <p>Provides information on the specified model, including created time, model and dataset
|
|
1433
|
-
* ARNs, and status. </p>
|
|
1434
|
-
*/
|
|
764
|
+
|
|
1435
765
|
ModelSummaries?: ModelSummary[];
|
|
1436
766
|
}
|
|
1437
767
|
export declare namespace ListModelsResponse {
|
|
1438
|
-
|
|
1439
|
-
* @internal
|
|
1440
|
-
*/
|
|
768
|
+
|
|
1441
769
|
const filterSensitiveLog: (obj: ListModelsResponse) => any;
|
|
1442
770
|
}
|
|
1443
771
|
export interface ListTagsForResourceRequest {
|
|
1444
|
-
|
|
1445
|
-
* <p>The Amazon Resource Name (ARN) of the resource (such as the dataset or model) that is
|
|
1446
|
-
* the focus of the <code>ListTagsForResource</code> operation. </p>
|
|
1447
|
-
*/
|
|
772
|
+
|
|
1448
773
|
ResourceArn: string | undefined;
|
|
1449
774
|
}
|
|
1450
775
|
export declare namespace ListTagsForResourceRequest {
|
|
1451
|
-
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
776
|
+
|
|
1454
777
|
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1455
778
|
}
|
|
1456
779
|
export interface ListTagsForResourceResponse {
|
|
1457
|
-
|
|
1458
|
-
* <p> Any tags associated with the resource. </p>
|
|
1459
|
-
*/
|
|
780
|
+
|
|
1460
781
|
Tags?: Tag[];
|
|
1461
782
|
}
|
|
1462
783
|
export declare namespace ListTagsForResourceResponse {
|
|
1463
|
-
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
784
|
+
|
|
1466
785
|
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1467
786
|
}
|
|
1468
787
|
export interface StartDataIngestionJobRequest {
|
|
1469
|
-
|
|
1470
|
-
* <p>The name of the dataset being used by the data ingestion job. </p>
|
|
1471
|
-
*/
|
|
788
|
+
|
|
1472
789
|
DatasetName: string | undefined;
|
|
1473
|
-
|
|
1474
|
-
* <p> Specifies information for the input data for the data ingestion job, including dataset
|
|
1475
|
-
* S3 location. </p>
|
|
1476
|
-
*/
|
|
790
|
+
|
|
1477
791
|
IngestionInputConfiguration: IngestionInputConfiguration | undefined;
|
|
1478
|
-
|
|
1479
|
-
* <p> The Amazon Resource Name (ARN) of a role with permission to access the data source for
|
|
1480
|
-
* the data ingestion job. </p>
|
|
1481
|
-
*/
|
|
792
|
+
|
|
1482
793
|
RoleArn: string | undefined;
|
|
1483
|
-
|
|
1484
|
-
* <p> A unique identifier for the request. If you do not set the client request token, Amazon
|
|
1485
|
-
* Lookout for Equipment generates one. </p>
|
|
1486
|
-
*/
|
|
794
|
+
|
|
1487
795
|
ClientToken?: string;
|
|
1488
796
|
}
|
|
1489
797
|
export declare namespace StartDataIngestionJobRequest {
|
|
1490
|
-
|
|
1491
|
-
* @internal
|
|
1492
|
-
*/
|
|
798
|
+
|
|
1493
799
|
const filterSensitiveLog: (obj: StartDataIngestionJobRequest) => any;
|
|
1494
800
|
}
|
|
1495
801
|
export interface StartDataIngestionJobResponse {
|
|
1496
|
-
|
|
1497
|
-
* <p>Indicates the job ID of the data ingestion job. </p>
|
|
1498
|
-
*/
|
|
802
|
+
|
|
1499
803
|
JobId?: string;
|
|
1500
|
-
|
|
1501
|
-
* <p>Indicates the status of the <code>StartDataIngestionJob</code> operation. </p>
|
|
1502
|
-
*/
|
|
804
|
+
|
|
1503
805
|
Status?: IngestionJobStatus | string;
|
|
1504
806
|
}
|
|
1505
807
|
export declare namespace StartDataIngestionJobResponse {
|
|
1506
|
-
|
|
1507
|
-
* @internal
|
|
1508
|
-
*/
|
|
808
|
+
|
|
1509
809
|
const filterSensitiveLog: (obj: StartDataIngestionJobResponse) => any;
|
|
1510
810
|
}
|
|
1511
811
|
export interface StartInferenceSchedulerRequest {
|
|
1512
|
-
|
|
1513
|
-
* <p>The name of the inference scheduler to be started. </p>
|
|
1514
|
-
*/
|
|
812
|
+
|
|
1515
813
|
InferenceSchedulerName: string | undefined;
|
|
1516
814
|
}
|
|
1517
815
|
export declare namespace StartInferenceSchedulerRequest {
|
|
1518
|
-
|
|
1519
|
-
* @internal
|
|
1520
|
-
*/
|
|
816
|
+
|
|
1521
817
|
const filterSensitiveLog: (obj: StartInferenceSchedulerRequest) => any;
|
|
1522
818
|
}
|
|
1523
819
|
export interface StartInferenceSchedulerResponse {
|
|
1524
|
-
|
|
1525
|
-
* <p>The Amazon Resource Name (ARN) of the ML model being used by the inference scheduler.
|
|
1526
|
-
* </p>
|
|
1527
|
-
*/
|
|
820
|
+
|
|
1528
821
|
ModelArn?: string;
|
|
1529
|
-
|
|
1530
|
-
* <p>The name of the ML model being used by the inference scheduler. </p>
|
|
1531
|
-
*/
|
|
822
|
+
|
|
1532
823
|
ModelName?: string;
|
|
1533
|
-
|
|
1534
|
-
* <p>The name of the inference scheduler being started. </p>
|
|
1535
|
-
*/
|
|
824
|
+
|
|
1536
825
|
InferenceSchedulerName?: string;
|
|
1537
|
-
|
|
1538
|
-
* <p>The Amazon Resource Name (ARN) of the inference scheduler being started. </p>
|
|
1539
|
-
*/
|
|
826
|
+
|
|
1540
827
|
InferenceSchedulerArn?: string;
|
|
1541
|
-
|
|
1542
|
-
* <p>Indicates the status of the inference scheduler. </p>
|
|
1543
|
-
*/
|
|
828
|
+
|
|
1544
829
|
Status?: InferenceSchedulerStatus | string;
|
|
1545
830
|
}
|
|
1546
831
|
export declare namespace StartInferenceSchedulerResponse {
|
|
1547
|
-
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
832
|
+
|
|
1550
833
|
const filterSensitiveLog: (obj: StartInferenceSchedulerResponse) => any;
|
|
1551
834
|
}
|
|
1552
835
|
export interface StopInferenceSchedulerRequest {
|
|
1553
|
-
|
|
1554
|
-
* <p>The name of the inference scheduler to be stopped. </p>
|
|
1555
|
-
*/
|
|
836
|
+
|
|
1556
837
|
InferenceSchedulerName: string | undefined;
|
|
1557
838
|
}
|
|
1558
839
|
export declare namespace StopInferenceSchedulerRequest {
|
|
1559
|
-
|
|
1560
|
-
* @internal
|
|
1561
|
-
*/
|
|
840
|
+
|
|
1562
841
|
const filterSensitiveLog: (obj: StopInferenceSchedulerRequest) => any;
|
|
1563
842
|
}
|
|
1564
843
|
export interface StopInferenceSchedulerResponse {
|
|
1565
|
-
|
|
1566
|
-
* <p>The Amazon Resource Name (ARN) of the ML model used by the inference scheduler being
|
|
1567
|
-
* stopped. </p>
|
|
1568
|
-
*/
|
|
844
|
+
|
|
1569
845
|
ModelArn?: string;
|
|
1570
|
-
|
|
1571
|
-
* <p>The name of the ML model used by the inference scheduler being stopped. </p>
|
|
1572
|
-
*/
|
|
846
|
+
|
|
1573
847
|
ModelName?: string;
|
|
1574
|
-
|
|
1575
|
-
* <p>The name of the inference scheduler being stopped. </p>
|
|
1576
|
-
*/
|
|
848
|
+
|
|
1577
849
|
InferenceSchedulerName?: string;
|
|
1578
|
-
|
|
1579
|
-
* <p>The Amazon Resource Name (ARN) of the inference schedule being stopped. </p>
|
|
1580
|
-
*/
|
|
850
|
+
|
|
1581
851
|
InferenceSchedulerArn?: string;
|
|
1582
|
-
|
|
1583
|
-
* <p>Indicates the status of the inference scheduler. </p>
|
|
1584
|
-
*/
|
|
852
|
+
|
|
1585
853
|
Status?: InferenceSchedulerStatus | string;
|
|
1586
854
|
}
|
|
1587
855
|
export declare namespace StopInferenceSchedulerResponse {
|
|
1588
|
-
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
856
|
+
|
|
1591
857
|
const filterSensitiveLog: (obj: StopInferenceSchedulerResponse) => any;
|
|
1592
858
|
}
|
|
1593
859
|
export interface TagResourceRequest {
|
|
1594
|
-
|
|
1595
|
-
* <p>The Amazon Resource Name (ARN) of the specific resource to which the tag should be
|
|
1596
|
-
* associated. </p>
|
|
1597
|
-
*/
|
|
860
|
+
|
|
1598
861
|
ResourceArn: string | undefined;
|
|
1599
|
-
|
|
1600
|
-
* <p>The tag or tags to be associated with a specific resource. Both the tag key and value
|
|
1601
|
-
* are specified. </p>
|
|
1602
|
-
*/
|
|
862
|
+
|
|
1603
863
|
Tags: Tag[] | undefined;
|
|
1604
864
|
}
|
|
1605
865
|
export declare namespace TagResourceRequest {
|
|
1606
|
-
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
866
|
+
|
|
1609
867
|
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1610
868
|
}
|
|
1611
869
|
export interface TagResourceResponse {
|
|
1612
870
|
}
|
|
1613
871
|
export declare namespace TagResourceResponse {
|
|
1614
|
-
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
872
|
+
|
|
1617
873
|
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1618
874
|
}
|
|
1619
875
|
export interface UntagResourceRequest {
|
|
1620
|
-
|
|
1621
|
-
* <p>The Amazon Resource Name (ARN) of the resource to which the tag is currently associated.
|
|
1622
|
-
* </p>
|
|
1623
|
-
*/
|
|
876
|
+
|
|
1624
877
|
ResourceArn: string | undefined;
|
|
1625
|
-
|
|
1626
|
-
* <p>Specifies the key of the tag to be removed from a specified resource. </p>
|
|
1627
|
-
*/
|
|
878
|
+
|
|
1628
879
|
TagKeys: string[] | undefined;
|
|
1629
880
|
}
|
|
1630
881
|
export declare namespace UntagResourceRequest {
|
|
1631
|
-
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
882
|
+
|
|
1634
883
|
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1635
884
|
}
|
|
1636
885
|
export interface UntagResourceResponse {
|
|
1637
886
|
}
|
|
1638
887
|
export declare namespace UntagResourceResponse {
|
|
1639
|
-
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
888
|
+
|
|
1642
889
|
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1643
890
|
}
|
|
1644
891
|
export interface UpdateInferenceSchedulerRequest {
|
|
1645
|
-
|
|
1646
|
-
* <p>The name of the inference scheduler to be updated. </p>
|
|
1647
|
-
*/
|
|
892
|
+
|
|
1648
893
|
InferenceSchedulerName: string | undefined;
|
|
1649
|
-
|
|
1650
|
-
* <p> A period of time (in minutes) by which inference on the data is delayed after the data
|
|
1651
|
-
* starts. For instance, if you select an offset delay time of five minutes, inference will
|
|
1652
|
-
* not begin on the data until the first data measurement after the five minute mark. For example, if
|
|
1653
|
-
* five minutes is selected, the inference scheduler will wake up at the configured frequency with the
|
|
1654
|
-
* additional five minute delay time to check the customer S3 bucket. The customer can upload data at
|
|
1655
|
-
* the same frequency and they don't need to stop and restart the scheduler when uploading new data.</p>
|
|
1656
|
-
*/
|
|
894
|
+
|
|
1657
895
|
DataDelayOffsetInMinutes?: number;
|
|
1658
|
-
|
|
1659
|
-
* <p>How often data is uploaded to the source S3 bucket for the input data. The value chosen
|
|
1660
|
-
* is the length of time between data uploads. For instance, if you select 5 minutes, Amazon
|
|
1661
|
-
* Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency
|
|
1662
|
-
* also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this
|
|
1663
|
-
* example, it starts once every 5 minutes. </p>
|
|
1664
|
-
*/
|
|
896
|
+
|
|
1665
897
|
DataUploadFrequency?: DataUploadFrequency | string;
|
|
1666
|
-
|
|
1667
|
-
* <p> Specifies information for the input data for the inference scheduler, including
|
|
1668
|
-
* delimiter, format, and dataset location. </p>
|
|
1669
|
-
*/
|
|
898
|
+
|
|
1670
899
|
DataInputConfiguration?: InferenceInputConfiguration;
|
|
1671
|
-
|
|
1672
|
-
* <p> Specifies information for the output results from the inference scheduler, including the output S3 location. </p>
|
|
1673
|
-
*/
|
|
900
|
+
|
|
1674
901
|
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
1675
|
-
|
|
1676
|
-
* <p> The Amazon Resource Name (ARN) of a role with permission to access the data source for
|
|
1677
|
-
* the inference scheduler. </p>
|
|
1678
|
-
*/
|
|
902
|
+
|
|
1679
903
|
RoleArn?: string;
|
|
1680
904
|
}
|
|
1681
905
|
export declare namespace UpdateInferenceSchedulerRequest {
|
|
1682
|
-
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
906
|
+
|
|
1685
907
|
const filterSensitiveLog: (obj: UpdateInferenceSchedulerRequest) => any;
|
|
1686
908
|
}
|