@aws-sdk/client-lookoutequipment 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/LookoutEquipmentServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +101 -2
- package/dist-cjs/protocols/Aws_json1_0.js +241 -969
- package/dist-es/index.js +1 -0
- package/dist-es/models/LookoutEquipmentServiceException.js +12 -0
- package/dist-es/models/models_0.js +93 -1
- package/dist-es/protocols/Aws_json1_0.js +536 -1044
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/LookoutEquipmentServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +51 -23
- package/dist-types/ts3.4/LookoutEquipment.d.ts +115 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +95 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/LookoutEquipmentServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +894 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDataIngestionJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDatasetsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceExecutionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInferenceSchedulersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +68 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
|
@@ -0,0 +1,894 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { LookoutEquipmentServiceException as __BaseException } from "./LookoutEquipmentServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message: string | undefined;
|
|
8
|
+
|
|
9
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export declare class ConflictException extends __BaseException {
|
|
13
|
+
readonly name: "ConflictException";
|
|
14
|
+
readonly $fault: "client";
|
|
15
|
+
Message: string | undefined;
|
|
16
|
+
|
|
17
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export interface DatasetSchema {
|
|
21
|
+
|
|
22
|
+
InlineDataSchema?: __LazyJsonString | string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatasetSchema {
|
|
25
|
+
|
|
26
|
+
const filterSensitiveLog: (obj: DatasetSchema) => any;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export interface Tag {
|
|
30
|
+
|
|
31
|
+
Key: string | undefined;
|
|
32
|
+
|
|
33
|
+
Value: string | undefined;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace Tag {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
38
|
+
}
|
|
39
|
+
export interface CreateDatasetRequest {
|
|
40
|
+
|
|
41
|
+
DatasetName: string | undefined;
|
|
42
|
+
|
|
43
|
+
DatasetSchema: DatasetSchema | undefined;
|
|
44
|
+
|
|
45
|
+
ServerSideKmsKeyId?: string;
|
|
46
|
+
|
|
47
|
+
ClientToken?: string;
|
|
48
|
+
|
|
49
|
+
Tags?: Tag[];
|
|
50
|
+
}
|
|
51
|
+
export declare namespace CreateDatasetRequest {
|
|
52
|
+
|
|
53
|
+
const filterSensitiveLog: (obj: CreateDatasetRequest) => any;
|
|
54
|
+
}
|
|
55
|
+
export declare enum DatasetStatus {
|
|
56
|
+
ACTIVE = "ACTIVE",
|
|
57
|
+
CREATED = "CREATED",
|
|
58
|
+
INGESTION_IN_PROGRESS = "INGESTION_IN_PROGRESS"
|
|
59
|
+
}
|
|
60
|
+
export interface CreateDatasetResponse {
|
|
61
|
+
|
|
62
|
+
DatasetName?: string;
|
|
63
|
+
|
|
64
|
+
DatasetArn?: string;
|
|
65
|
+
|
|
66
|
+
Status?: DatasetStatus | string;
|
|
67
|
+
}
|
|
68
|
+
export declare namespace CreateDatasetResponse {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export declare class InternalServerException extends __BaseException {
|
|
74
|
+
readonly name: "InternalServerException";
|
|
75
|
+
readonly $fault: "server";
|
|
76
|
+
Message: string | undefined;
|
|
77
|
+
|
|
78
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
82
|
+
readonly name: "ServiceQuotaExceededException";
|
|
83
|
+
readonly $fault: "client";
|
|
84
|
+
Message: string | undefined;
|
|
85
|
+
|
|
86
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export declare class ThrottlingException extends __BaseException {
|
|
90
|
+
readonly name: "ThrottlingException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
Message: string | undefined;
|
|
93
|
+
|
|
94
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export declare class ValidationException extends __BaseException {
|
|
98
|
+
readonly name: "ValidationException";
|
|
99
|
+
readonly $fault: "client";
|
|
100
|
+
Message: string | undefined;
|
|
101
|
+
|
|
102
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
export interface InferenceInputNameConfiguration {
|
|
106
|
+
|
|
107
|
+
TimestampFormat?: string;
|
|
108
|
+
|
|
109
|
+
ComponentTimestampDelimiter?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace InferenceInputNameConfiguration {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: InferenceInputNameConfiguration) => any;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface InferenceS3InputConfiguration {
|
|
117
|
+
|
|
118
|
+
Bucket: string | undefined;
|
|
119
|
+
|
|
120
|
+
Prefix?: string;
|
|
121
|
+
}
|
|
122
|
+
export declare namespace InferenceS3InputConfiguration {
|
|
123
|
+
|
|
124
|
+
const filterSensitiveLog: (obj: InferenceS3InputConfiguration) => any;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
export interface InferenceInputConfiguration {
|
|
128
|
+
|
|
129
|
+
S3InputConfiguration?: InferenceS3InputConfiguration;
|
|
130
|
+
|
|
131
|
+
InputTimeZoneOffset?: string;
|
|
132
|
+
|
|
133
|
+
InferenceInputNameConfiguration?: InferenceInputNameConfiguration;
|
|
134
|
+
}
|
|
135
|
+
export declare namespace InferenceInputConfiguration {
|
|
136
|
+
|
|
137
|
+
const filterSensitiveLog: (obj: InferenceInputConfiguration) => any;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
export interface InferenceS3OutputConfiguration {
|
|
141
|
+
|
|
142
|
+
Bucket: string | undefined;
|
|
143
|
+
|
|
144
|
+
Prefix?: string;
|
|
145
|
+
}
|
|
146
|
+
export declare namespace InferenceS3OutputConfiguration {
|
|
147
|
+
|
|
148
|
+
const filterSensitiveLog: (obj: InferenceS3OutputConfiguration) => any;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface InferenceOutputConfiguration {
|
|
152
|
+
|
|
153
|
+
S3OutputConfiguration: InferenceS3OutputConfiguration | undefined;
|
|
154
|
+
|
|
155
|
+
KmsKeyId?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare namespace InferenceOutputConfiguration {
|
|
158
|
+
|
|
159
|
+
const filterSensitiveLog: (obj: InferenceOutputConfiguration) => any;
|
|
160
|
+
}
|
|
161
|
+
export declare enum DataUploadFrequency {
|
|
162
|
+
PT10M = "PT10M",
|
|
163
|
+
PT15M = "PT15M",
|
|
164
|
+
PT1H = "PT1H",
|
|
165
|
+
PT30M = "PT30M",
|
|
166
|
+
PT5M = "PT5M"
|
|
167
|
+
}
|
|
168
|
+
export interface CreateInferenceSchedulerRequest {
|
|
169
|
+
|
|
170
|
+
ModelName: string | undefined;
|
|
171
|
+
|
|
172
|
+
InferenceSchedulerName: string | undefined;
|
|
173
|
+
|
|
174
|
+
DataDelayOffsetInMinutes?: number;
|
|
175
|
+
|
|
176
|
+
DataUploadFrequency: DataUploadFrequency | string | undefined;
|
|
177
|
+
|
|
178
|
+
DataInputConfiguration: InferenceInputConfiguration | undefined;
|
|
179
|
+
|
|
180
|
+
DataOutputConfiguration: InferenceOutputConfiguration | undefined;
|
|
181
|
+
|
|
182
|
+
RoleArn: string | undefined;
|
|
183
|
+
|
|
184
|
+
ServerSideKmsKeyId?: string;
|
|
185
|
+
|
|
186
|
+
ClientToken?: string;
|
|
187
|
+
|
|
188
|
+
Tags?: Tag[];
|
|
189
|
+
}
|
|
190
|
+
export declare namespace CreateInferenceSchedulerRequest {
|
|
191
|
+
|
|
192
|
+
const filterSensitiveLog: (obj: CreateInferenceSchedulerRequest) => any;
|
|
193
|
+
}
|
|
194
|
+
export declare enum InferenceSchedulerStatus {
|
|
195
|
+
PENDING = "PENDING",
|
|
196
|
+
RUNNING = "RUNNING",
|
|
197
|
+
STOPPED = "STOPPED",
|
|
198
|
+
STOPPING = "STOPPING"
|
|
199
|
+
}
|
|
200
|
+
export interface CreateInferenceSchedulerResponse {
|
|
201
|
+
|
|
202
|
+
InferenceSchedulerArn?: string;
|
|
203
|
+
|
|
204
|
+
InferenceSchedulerName?: string;
|
|
205
|
+
|
|
206
|
+
Status?: InferenceSchedulerStatus | string;
|
|
207
|
+
}
|
|
208
|
+
export declare namespace CreateInferenceSchedulerResponse {
|
|
209
|
+
|
|
210
|
+
const filterSensitiveLog: (obj: CreateInferenceSchedulerResponse) => any;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
214
|
+
readonly name: "ResourceNotFoundException";
|
|
215
|
+
readonly $fault: "client";
|
|
216
|
+
Message: string | undefined;
|
|
217
|
+
|
|
218
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
219
|
+
}
|
|
220
|
+
export declare enum TargetSamplingRate {
|
|
221
|
+
PT10M = "PT10M",
|
|
222
|
+
PT10S = "PT10S",
|
|
223
|
+
PT15M = "PT15M",
|
|
224
|
+
PT15S = "PT15S",
|
|
225
|
+
PT1H = "PT1H",
|
|
226
|
+
PT1M = "PT1M",
|
|
227
|
+
PT1S = "PT1S",
|
|
228
|
+
PT30M = "PT30M",
|
|
229
|
+
PT30S = "PT30S",
|
|
230
|
+
PT5M = "PT5M",
|
|
231
|
+
PT5S = "PT5S"
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
export interface DataPreProcessingConfiguration {
|
|
235
|
+
|
|
236
|
+
TargetSamplingRate?: TargetSamplingRate | string;
|
|
237
|
+
}
|
|
238
|
+
export declare namespace DataPreProcessingConfiguration {
|
|
239
|
+
|
|
240
|
+
const filterSensitiveLog: (obj: DataPreProcessingConfiguration) => any;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface LabelsS3InputConfiguration {
|
|
244
|
+
|
|
245
|
+
Bucket: string | undefined;
|
|
246
|
+
|
|
247
|
+
Prefix?: string;
|
|
248
|
+
}
|
|
249
|
+
export declare namespace LabelsS3InputConfiguration {
|
|
250
|
+
|
|
251
|
+
const filterSensitiveLog: (obj: LabelsS3InputConfiguration) => any;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export interface LabelsInputConfiguration {
|
|
255
|
+
|
|
256
|
+
S3InputConfiguration: LabelsS3InputConfiguration | undefined;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace LabelsInputConfiguration {
|
|
259
|
+
|
|
260
|
+
const filterSensitiveLog: (obj: LabelsInputConfiguration) => any;
|
|
261
|
+
}
|
|
262
|
+
export interface CreateModelRequest {
|
|
263
|
+
|
|
264
|
+
ModelName: string | undefined;
|
|
265
|
+
|
|
266
|
+
DatasetName: string | undefined;
|
|
267
|
+
|
|
268
|
+
DatasetSchema?: DatasetSchema;
|
|
269
|
+
|
|
270
|
+
LabelsInputConfiguration?: LabelsInputConfiguration;
|
|
271
|
+
|
|
272
|
+
ClientToken?: string;
|
|
273
|
+
|
|
274
|
+
TrainingDataStartTime?: Date;
|
|
275
|
+
|
|
276
|
+
TrainingDataEndTime?: Date;
|
|
277
|
+
|
|
278
|
+
EvaluationDataStartTime?: Date;
|
|
279
|
+
|
|
280
|
+
EvaluationDataEndTime?: Date;
|
|
281
|
+
|
|
282
|
+
RoleArn?: string;
|
|
283
|
+
|
|
284
|
+
DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
|
|
285
|
+
|
|
286
|
+
ServerSideKmsKeyId?: string;
|
|
287
|
+
|
|
288
|
+
Tags?: Tag[];
|
|
289
|
+
|
|
290
|
+
OffCondition?: string;
|
|
291
|
+
}
|
|
292
|
+
export declare namespace CreateModelRequest {
|
|
293
|
+
|
|
294
|
+
const filterSensitiveLog: (obj: CreateModelRequest) => any;
|
|
295
|
+
}
|
|
296
|
+
export declare enum ModelStatus {
|
|
297
|
+
FAILED = "FAILED",
|
|
298
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
299
|
+
SUCCESS = "SUCCESS"
|
|
300
|
+
}
|
|
301
|
+
export interface CreateModelResponse {
|
|
302
|
+
|
|
303
|
+
ModelArn?: string;
|
|
304
|
+
|
|
305
|
+
Status?: ModelStatus | string;
|
|
306
|
+
}
|
|
307
|
+
export declare namespace CreateModelResponse {
|
|
308
|
+
|
|
309
|
+
const filterSensitiveLog: (obj: CreateModelResponse) => any;
|
|
310
|
+
}
|
|
311
|
+
export interface DeleteDatasetRequest {
|
|
312
|
+
|
|
313
|
+
DatasetName: string | undefined;
|
|
314
|
+
}
|
|
315
|
+
export declare namespace DeleteDatasetRequest {
|
|
316
|
+
|
|
317
|
+
const filterSensitiveLog: (obj: DeleteDatasetRequest) => any;
|
|
318
|
+
}
|
|
319
|
+
export interface DeleteInferenceSchedulerRequest {
|
|
320
|
+
|
|
321
|
+
InferenceSchedulerName: string | undefined;
|
|
322
|
+
}
|
|
323
|
+
export declare namespace DeleteInferenceSchedulerRequest {
|
|
324
|
+
|
|
325
|
+
const filterSensitiveLog: (obj: DeleteInferenceSchedulerRequest) => any;
|
|
326
|
+
}
|
|
327
|
+
export interface DeleteModelRequest {
|
|
328
|
+
|
|
329
|
+
ModelName: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export declare namespace DeleteModelRequest {
|
|
332
|
+
|
|
333
|
+
const filterSensitiveLog: (obj: DeleteModelRequest) => any;
|
|
334
|
+
}
|
|
335
|
+
export interface DescribeDataIngestionJobRequest {
|
|
336
|
+
|
|
337
|
+
JobId: string | undefined;
|
|
338
|
+
}
|
|
339
|
+
export declare namespace DescribeDataIngestionJobRequest {
|
|
340
|
+
|
|
341
|
+
const filterSensitiveLog: (obj: DescribeDataIngestionJobRequest) => any;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export interface IngestionS3InputConfiguration {
|
|
345
|
+
|
|
346
|
+
Bucket: string | undefined;
|
|
347
|
+
|
|
348
|
+
Prefix?: string;
|
|
349
|
+
}
|
|
350
|
+
export declare namespace IngestionS3InputConfiguration {
|
|
351
|
+
|
|
352
|
+
const filterSensitiveLog: (obj: IngestionS3InputConfiguration) => any;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface IngestionInputConfiguration {
|
|
356
|
+
|
|
357
|
+
S3InputConfiguration: IngestionS3InputConfiguration | undefined;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace IngestionInputConfiguration {
|
|
360
|
+
|
|
361
|
+
const filterSensitiveLog: (obj: IngestionInputConfiguration) => any;
|
|
362
|
+
}
|
|
363
|
+
export declare enum IngestionJobStatus {
|
|
364
|
+
FAILED = "FAILED",
|
|
365
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
366
|
+
SUCCESS = "SUCCESS"
|
|
367
|
+
}
|
|
368
|
+
export interface DescribeDataIngestionJobResponse {
|
|
369
|
+
|
|
370
|
+
JobId?: string;
|
|
371
|
+
|
|
372
|
+
DatasetArn?: string;
|
|
373
|
+
|
|
374
|
+
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
375
|
+
|
|
376
|
+
RoleArn?: string;
|
|
377
|
+
|
|
378
|
+
CreatedAt?: Date;
|
|
379
|
+
|
|
380
|
+
Status?: IngestionJobStatus | string;
|
|
381
|
+
|
|
382
|
+
FailedReason?: string;
|
|
383
|
+
}
|
|
384
|
+
export declare namespace DescribeDataIngestionJobResponse {
|
|
385
|
+
|
|
386
|
+
const filterSensitiveLog: (obj: DescribeDataIngestionJobResponse) => any;
|
|
387
|
+
}
|
|
388
|
+
export interface DescribeDatasetRequest {
|
|
389
|
+
|
|
390
|
+
DatasetName: string | undefined;
|
|
391
|
+
}
|
|
392
|
+
export declare namespace DescribeDatasetRequest {
|
|
393
|
+
|
|
394
|
+
const filterSensitiveLog: (obj: DescribeDatasetRequest) => any;
|
|
395
|
+
}
|
|
396
|
+
export interface DescribeDatasetResponse {
|
|
397
|
+
|
|
398
|
+
DatasetName?: string;
|
|
399
|
+
|
|
400
|
+
DatasetArn?: string;
|
|
401
|
+
|
|
402
|
+
CreatedAt?: Date;
|
|
403
|
+
|
|
404
|
+
LastUpdatedAt?: Date;
|
|
405
|
+
|
|
406
|
+
Status?: DatasetStatus | string;
|
|
407
|
+
|
|
408
|
+
Schema?: __LazyJsonString | string;
|
|
409
|
+
|
|
410
|
+
ServerSideKmsKeyId?: string;
|
|
411
|
+
|
|
412
|
+
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
413
|
+
}
|
|
414
|
+
export declare namespace DescribeDatasetResponse {
|
|
415
|
+
|
|
416
|
+
const filterSensitiveLog: (obj: DescribeDatasetResponse) => any;
|
|
417
|
+
}
|
|
418
|
+
export interface DescribeInferenceSchedulerRequest {
|
|
419
|
+
|
|
420
|
+
InferenceSchedulerName: string | undefined;
|
|
421
|
+
}
|
|
422
|
+
export declare namespace DescribeInferenceSchedulerRequest {
|
|
423
|
+
|
|
424
|
+
const filterSensitiveLog: (obj: DescribeInferenceSchedulerRequest) => any;
|
|
425
|
+
}
|
|
426
|
+
export interface DescribeInferenceSchedulerResponse {
|
|
427
|
+
|
|
428
|
+
ModelArn?: string;
|
|
429
|
+
|
|
430
|
+
ModelName?: string;
|
|
431
|
+
|
|
432
|
+
InferenceSchedulerName?: string;
|
|
433
|
+
|
|
434
|
+
InferenceSchedulerArn?: string;
|
|
435
|
+
|
|
436
|
+
Status?: InferenceSchedulerStatus | string;
|
|
437
|
+
|
|
438
|
+
DataDelayOffsetInMinutes?: number;
|
|
439
|
+
|
|
440
|
+
DataUploadFrequency?: DataUploadFrequency | string;
|
|
441
|
+
|
|
442
|
+
CreatedAt?: Date;
|
|
443
|
+
|
|
444
|
+
UpdatedAt?: Date;
|
|
445
|
+
|
|
446
|
+
DataInputConfiguration?: InferenceInputConfiguration;
|
|
447
|
+
|
|
448
|
+
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
449
|
+
|
|
450
|
+
RoleArn?: string;
|
|
451
|
+
|
|
452
|
+
ServerSideKmsKeyId?: string;
|
|
453
|
+
}
|
|
454
|
+
export declare namespace DescribeInferenceSchedulerResponse {
|
|
455
|
+
|
|
456
|
+
const filterSensitiveLog: (obj: DescribeInferenceSchedulerResponse) => any;
|
|
457
|
+
}
|
|
458
|
+
export interface DescribeModelRequest {
|
|
459
|
+
|
|
460
|
+
ModelName: string | undefined;
|
|
461
|
+
}
|
|
462
|
+
export declare namespace DescribeModelRequest {
|
|
463
|
+
|
|
464
|
+
const filterSensitiveLog: (obj: DescribeModelRequest) => any;
|
|
465
|
+
}
|
|
466
|
+
export interface DescribeModelResponse {
|
|
467
|
+
|
|
468
|
+
ModelName?: string;
|
|
469
|
+
|
|
470
|
+
ModelArn?: string;
|
|
471
|
+
|
|
472
|
+
DatasetName?: string;
|
|
473
|
+
|
|
474
|
+
DatasetArn?: string;
|
|
475
|
+
|
|
476
|
+
Schema?: __LazyJsonString | string;
|
|
477
|
+
|
|
478
|
+
LabelsInputConfiguration?: LabelsInputConfiguration;
|
|
479
|
+
|
|
480
|
+
TrainingDataStartTime?: Date;
|
|
481
|
+
|
|
482
|
+
TrainingDataEndTime?: Date;
|
|
483
|
+
|
|
484
|
+
EvaluationDataStartTime?: Date;
|
|
485
|
+
|
|
486
|
+
EvaluationDataEndTime?: Date;
|
|
487
|
+
|
|
488
|
+
RoleArn?: string;
|
|
489
|
+
|
|
490
|
+
DataPreProcessingConfiguration?: DataPreProcessingConfiguration;
|
|
491
|
+
|
|
492
|
+
Status?: ModelStatus | string;
|
|
493
|
+
|
|
494
|
+
TrainingExecutionStartTime?: Date;
|
|
495
|
+
|
|
496
|
+
TrainingExecutionEndTime?: Date;
|
|
497
|
+
|
|
498
|
+
FailedReason?: string;
|
|
499
|
+
|
|
500
|
+
ModelMetrics?: __LazyJsonString | string;
|
|
501
|
+
|
|
502
|
+
LastUpdatedTime?: Date;
|
|
503
|
+
|
|
504
|
+
CreatedAt?: Date;
|
|
505
|
+
|
|
506
|
+
ServerSideKmsKeyId?: string;
|
|
507
|
+
|
|
508
|
+
OffCondition?: string;
|
|
509
|
+
}
|
|
510
|
+
export declare namespace DescribeModelResponse {
|
|
511
|
+
|
|
512
|
+
const filterSensitiveLog: (obj: DescribeModelResponse) => any;
|
|
513
|
+
}
|
|
514
|
+
export interface ListDataIngestionJobsRequest {
|
|
515
|
+
|
|
516
|
+
DatasetName?: string;
|
|
517
|
+
|
|
518
|
+
NextToken?: string;
|
|
519
|
+
|
|
520
|
+
MaxResults?: number;
|
|
521
|
+
|
|
522
|
+
Status?: IngestionJobStatus | string;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace ListDataIngestionJobsRequest {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: ListDataIngestionJobsRequest) => any;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface DataIngestionJobSummary {
|
|
530
|
+
|
|
531
|
+
JobId?: string;
|
|
532
|
+
|
|
533
|
+
DatasetName?: string;
|
|
534
|
+
|
|
535
|
+
DatasetArn?: string;
|
|
536
|
+
|
|
537
|
+
IngestionInputConfiguration?: IngestionInputConfiguration;
|
|
538
|
+
|
|
539
|
+
Status?: IngestionJobStatus | string;
|
|
540
|
+
}
|
|
541
|
+
export declare namespace DataIngestionJobSummary {
|
|
542
|
+
|
|
543
|
+
const filterSensitiveLog: (obj: DataIngestionJobSummary) => any;
|
|
544
|
+
}
|
|
545
|
+
export interface ListDataIngestionJobsResponse {
|
|
546
|
+
|
|
547
|
+
NextToken?: string;
|
|
548
|
+
|
|
549
|
+
DataIngestionJobSummaries?: DataIngestionJobSummary[];
|
|
550
|
+
}
|
|
551
|
+
export declare namespace ListDataIngestionJobsResponse {
|
|
552
|
+
|
|
553
|
+
const filterSensitiveLog: (obj: ListDataIngestionJobsResponse) => any;
|
|
554
|
+
}
|
|
555
|
+
export interface ListDatasetsRequest {
|
|
556
|
+
|
|
557
|
+
NextToken?: string;
|
|
558
|
+
|
|
559
|
+
MaxResults?: number;
|
|
560
|
+
|
|
561
|
+
DatasetNameBeginsWith?: string;
|
|
562
|
+
}
|
|
563
|
+
export declare namespace ListDatasetsRequest {
|
|
564
|
+
|
|
565
|
+
const filterSensitiveLog: (obj: ListDatasetsRequest) => any;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export interface DatasetSummary {
|
|
569
|
+
|
|
570
|
+
DatasetName?: string;
|
|
571
|
+
|
|
572
|
+
DatasetArn?: string;
|
|
573
|
+
|
|
574
|
+
Status?: DatasetStatus | string;
|
|
575
|
+
|
|
576
|
+
CreatedAt?: Date;
|
|
577
|
+
}
|
|
578
|
+
export declare namespace DatasetSummary {
|
|
579
|
+
|
|
580
|
+
const filterSensitiveLog: (obj: DatasetSummary) => any;
|
|
581
|
+
}
|
|
582
|
+
export interface ListDatasetsResponse {
|
|
583
|
+
|
|
584
|
+
NextToken?: string;
|
|
585
|
+
|
|
586
|
+
DatasetSummaries?: DatasetSummary[];
|
|
587
|
+
}
|
|
588
|
+
export declare namespace ListDatasetsResponse {
|
|
589
|
+
|
|
590
|
+
const filterSensitiveLog: (obj: ListDatasetsResponse) => any;
|
|
591
|
+
}
|
|
592
|
+
export declare enum InferenceExecutionStatus {
|
|
593
|
+
FAILED = "FAILED",
|
|
594
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
595
|
+
SUCCESS = "SUCCESS"
|
|
596
|
+
}
|
|
597
|
+
export interface ListInferenceExecutionsRequest {
|
|
598
|
+
|
|
599
|
+
NextToken?: string;
|
|
600
|
+
|
|
601
|
+
MaxResults?: number;
|
|
602
|
+
|
|
603
|
+
InferenceSchedulerName: string | undefined;
|
|
604
|
+
|
|
605
|
+
DataStartTimeAfter?: Date;
|
|
606
|
+
|
|
607
|
+
DataEndTimeBefore?: Date;
|
|
608
|
+
|
|
609
|
+
Status?: InferenceExecutionStatus | string;
|
|
610
|
+
}
|
|
611
|
+
export declare namespace ListInferenceExecutionsRequest {
|
|
612
|
+
|
|
613
|
+
const filterSensitiveLog: (obj: ListInferenceExecutionsRequest) => any;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export interface S3Object {
|
|
617
|
+
|
|
618
|
+
Bucket: string | undefined;
|
|
619
|
+
|
|
620
|
+
Key: string | undefined;
|
|
621
|
+
}
|
|
622
|
+
export declare namespace S3Object {
|
|
623
|
+
|
|
624
|
+
const filterSensitiveLog: (obj: S3Object) => any;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
export interface InferenceExecutionSummary {
|
|
628
|
+
|
|
629
|
+
ModelName?: string;
|
|
630
|
+
|
|
631
|
+
ModelArn?: string;
|
|
632
|
+
|
|
633
|
+
InferenceSchedulerName?: string;
|
|
634
|
+
|
|
635
|
+
InferenceSchedulerArn?: string;
|
|
636
|
+
|
|
637
|
+
ScheduledStartTime?: Date;
|
|
638
|
+
|
|
639
|
+
DataStartTime?: Date;
|
|
640
|
+
|
|
641
|
+
DataEndTime?: Date;
|
|
642
|
+
|
|
643
|
+
DataInputConfiguration?: InferenceInputConfiguration;
|
|
644
|
+
|
|
645
|
+
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
646
|
+
|
|
647
|
+
CustomerResultObject?: S3Object;
|
|
648
|
+
|
|
649
|
+
Status?: InferenceExecutionStatus | string;
|
|
650
|
+
|
|
651
|
+
FailedReason?: string;
|
|
652
|
+
}
|
|
653
|
+
export declare namespace InferenceExecutionSummary {
|
|
654
|
+
|
|
655
|
+
const filterSensitiveLog: (obj: InferenceExecutionSummary) => any;
|
|
656
|
+
}
|
|
657
|
+
export interface ListInferenceExecutionsResponse {
|
|
658
|
+
|
|
659
|
+
NextToken?: string;
|
|
660
|
+
|
|
661
|
+
InferenceExecutionSummaries?: InferenceExecutionSummary[];
|
|
662
|
+
}
|
|
663
|
+
export declare namespace ListInferenceExecutionsResponse {
|
|
664
|
+
|
|
665
|
+
const filterSensitiveLog: (obj: ListInferenceExecutionsResponse) => any;
|
|
666
|
+
}
|
|
667
|
+
export interface ListInferenceSchedulersRequest {
|
|
668
|
+
|
|
669
|
+
NextToken?: string;
|
|
670
|
+
|
|
671
|
+
MaxResults?: number;
|
|
672
|
+
|
|
673
|
+
InferenceSchedulerNameBeginsWith?: string;
|
|
674
|
+
|
|
675
|
+
ModelName?: string;
|
|
676
|
+
}
|
|
677
|
+
export declare namespace ListInferenceSchedulersRequest {
|
|
678
|
+
|
|
679
|
+
const filterSensitiveLog: (obj: ListInferenceSchedulersRequest) => any;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
export interface InferenceSchedulerSummary {
|
|
683
|
+
|
|
684
|
+
ModelName?: string;
|
|
685
|
+
|
|
686
|
+
ModelArn?: string;
|
|
687
|
+
|
|
688
|
+
InferenceSchedulerName?: string;
|
|
689
|
+
|
|
690
|
+
InferenceSchedulerArn?: string;
|
|
691
|
+
|
|
692
|
+
Status?: InferenceSchedulerStatus | string;
|
|
693
|
+
|
|
694
|
+
DataDelayOffsetInMinutes?: number;
|
|
695
|
+
|
|
696
|
+
DataUploadFrequency?: DataUploadFrequency | string;
|
|
697
|
+
}
|
|
698
|
+
export declare namespace InferenceSchedulerSummary {
|
|
699
|
+
|
|
700
|
+
const filterSensitiveLog: (obj: InferenceSchedulerSummary) => any;
|
|
701
|
+
}
|
|
702
|
+
export interface ListInferenceSchedulersResponse {
|
|
703
|
+
|
|
704
|
+
NextToken?: string;
|
|
705
|
+
|
|
706
|
+
InferenceSchedulerSummaries?: InferenceSchedulerSummary[];
|
|
707
|
+
}
|
|
708
|
+
export declare namespace ListInferenceSchedulersResponse {
|
|
709
|
+
|
|
710
|
+
const filterSensitiveLog: (obj: ListInferenceSchedulersResponse) => any;
|
|
711
|
+
}
|
|
712
|
+
export interface ListModelsRequest {
|
|
713
|
+
|
|
714
|
+
NextToken?: string;
|
|
715
|
+
|
|
716
|
+
MaxResults?: number;
|
|
717
|
+
|
|
718
|
+
Status?: ModelStatus | string;
|
|
719
|
+
|
|
720
|
+
ModelNameBeginsWith?: string;
|
|
721
|
+
|
|
722
|
+
DatasetNameBeginsWith?: string;
|
|
723
|
+
}
|
|
724
|
+
export declare namespace ListModelsRequest {
|
|
725
|
+
|
|
726
|
+
const filterSensitiveLog: (obj: ListModelsRequest) => any;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface ModelSummary {
|
|
730
|
+
|
|
731
|
+
ModelName?: string;
|
|
732
|
+
|
|
733
|
+
ModelArn?: string;
|
|
734
|
+
|
|
735
|
+
DatasetName?: string;
|
|
736
|
+
|
|
737
|
+
DatasetArn?: string;
|
|
738
|
+
|
|
739
|
+
Status?: ModelStatus | string;
|
|
740
|
+
|
|
741
|
+
CreatedAt?: Date;
|
|
742
|
+
}
|
|
743
|
+
export declare namespace ModelSummary {
|
|
744
|
+
|
|
745
|
+
const filterSensitiveLog: (obj: ModelSummary) => any;
|
|
746
|
+
}
|
|
747
|
+
export interface ListModelsResponse {
|
|
748
|
+
|
|
749
|
+
NextToken?: string;
|
|
750
|
+
|
|
751
|
+
ModelSummaries?: ModelSummary[];
|
|
752
|
+
}
|
|
753
|
+
export declare namespace ListModelsResponse {
|
|
754
|
+
|
|
755
|
+
const filterSensitiveLog: (obj: ListModelsResponse) => any;
|
|
756
|
+
}
|
|
757
|
+
export interface ListTagsForResourceRequest {
|
|
758
|
+
|
|
759
|
+
ResourceArn: string | undefined;
|
|
760
|
+
}
|
|
761
|
+
export declare namespace ListTagsForResourceRequest {
|
|
762
|
+
|
|
763
|
+
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
764
|
+
}
|
|
765
|
+
export interface ListTagsForResourceResponse {
|
|
766
|
+
|
|
767
|
+
Tags?: Tag[];
|
|
768
|
+
}
|
|
769
|
+
export declare namespace ListTagsForResourceResponse {
|
|
770
|
+
|
|
771
|
+
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
772
|
+
}
|
|
773
|
+
export interface StartDataIngestionJobRequest {
|
|
774
|
+
|
|
775
|
+
DatasetName: string | undefined;
|
|
776
|
+
|
|
777
|
+
IngestionInputConfiguration: IngestionInputConfiguration | undefined;
|
|
778
|
+
|
|
779
|
+
RoleArn: string | undefined;
|
|
780
|
+
|
|
781
|
+
ClientToken?: string;
|
|
782
|
+
}
|
|
783
|
+
export declare namespace StartDataIngestionJobRequest {
|
|
784
|
+
|
|
785
|
+
const filterSensitiveLog: (obj: StartDataIngestionJobRequest) => any;
|
|
786
|
+
}
|
|
787
|
+
export interface StartDataIngestionJobResponse {
|
|
788
|
+
|
|
789
|
+
JobId?: string;
|
|
790
|
+
|
|
791
|
+
Status?: IngestionJobStatus | string;
|
|
792
|
+
}
|
|
793
|
+
export declare namespace StartDataIngestionJobResponse {
|
|
794
|
+
|
|
795
|
+
const filterSensitiveLog: (obj: StartDataIngestionJobResponse) => any;
|
|
796
|
+
}
|
|
797
|
+
export interface StartInferenceSchedulerRequest {
|
|
798
|
+
|
|
799
|
+
InferenceSchedulerName: string | undefined;
|
|
800
|
+
}
|
|
801
|
+
export declare namespace StartInferenceSchedulerRequest {
|
|
802
|
+
|
|
803
|
+
const filterSensitiveLog: (obj: StartInferenceSchedulerRequest) => any;
|
|
804
|
+
}
|
|
805
|
+
export interface StartInferenceSchedulerResponse {
|
|
806
|
+
|
|
807
|
+
ModelArn?: string;
|
|
808
|
+
|
|
809
|
+
ModelName?: string;
|
|
810
|
+
|
|
811
|
+
InferenceSchedulerName?: string;
|
|
812
|
+
|
|
813
|
+
InferenceSchedulerArn?: string;
|
|
814
|
+
|
|
815
|
+
Status?: InferenceSchedulerStatus | string;
|
|
816
|
+
}
|
|
817
|
+
export declare namespace StartInferenceSchedulerResponse {
|
|
818
|
+
|
|
819
|
+
const filterSensitiveLog: (obj: StartInferenceSchedulerResponse) => any;
|
|
820
|
+
}
|
|
821
|
+
export interface StopInferenceSchedulerRequest {
|
|
822
|
+
|
|
823
|
+
InferenceSchedulerName: string | undefined;
|
|
824
|
+
}
|
|
825
|
+
export declare namespace StopInferenceSchedulerRequest {
|
|
826
|
+
|
|
827
|
+
const filterSensitiveLog: (obj: StopInferenceSchedulerRequest) => any;
|
|
828
|
+
}
|
|
829
|
+
export interface StopInferenceSchedulerResponse {
|
|
830
|
+
|
|
831
|
+
ModelArn?: string;
|
|
832
|
+
|
|
833
|
+
ModelName?: string;
|
|
834
|
+
|
|
835
|
+
InferenceSchedulerName?: string;
|
|
836
|
+
|
|
837
|
+
InferenceSchedulerArn?: string;
|
|
838
|
+
|
|
839
|
+
Status?: InferenceSchedulerStatus | string;
|
|
840
|
+
}
|
|
841
|
+
export declare namespace StopInferenceSchedulerResponse {
|
|
842
|
+
|
|
843
|
+
const filterSensitiveLog: (obj: StopInferenceSchedulerResponse) => any;
|
|
844
|
+
}
|
|
845
|
+
export interface TagResourceRequest {
|
|
846
|
+
|
|
847
|
+
ResourceArn: string | undefined;
|
|
848
|
+
|
|
849
|
+
Tags: Tag[] | undefined;
|
|
850
|
+
}
|
|
851
|
+
export declare namespace TagResourceRequest {
|
|
852
|
+
|
|
853
|
+
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
854
|
+
}
|
|
855
|
+
export interface TagResourceResponse {
|
|
856
|
+
}
|
|
857
|
+
export declare namespace TagResourceResponse {
|
|
858
|
+
|
|
859
|
+
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
860
|
+
}
|
|
861
|
+
export interface UntagResourceRequest {
|
|
862
|
+
|
|
863
|
+
ResourceArn: string | undefined;
|
|
864
|
+
|
|
865
|
+
TagKeys: string[] | undefined;
|
|
866
|
+
}
|
|
867
|
+
export declare namespace UntagResourceRequest {
|
|
868
|
+
|
|
869
|
+
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
870
|
+
}
|
|
871
|
+
export interface UntagResourceResponse {
|
|
872
|
+
}
|
|
873
|
+
export declare namespace UntagResourceResponse {
|
|
874
|
+
|
|
875
|
+
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
876
|
+
}
|
|
877
|
+
export interface UpdateInferenceSchedulerRequest {
|
|
878
|
+
|
|
879
|
+
InferenceSchedulerName: string | undefined;
|
|
880
|
+
|
|
881
|
+
DataDelayOffsetInMinutes?: number;
|
|
882
|
+
|
|
883
|
+
DataUploadFrequency?: DataUploadFrequency | string;
|
|
884
|
+
|
|
885
|
+
DataInputConfiguration?: InferenceInputConfiguration;
|
|
886
|
+
|
|
887
|
+
DataOutputConfiguration?: InferenceOutputConfiguration;
|
|
888
|
+
|
|
889
|
+
RoleArn?: string;
|
|
890
|
+
}
|
|
891
|
+
export declare namespace UpdateInferenceSchedulerRequest {
|
|
892
|
+
|
|
893
|
+
const filterSensitiveLog: (obj: UpdateInferenceSchedulerRequest) => any;
|
|
894
|
+
}
|