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