@aws-sdk/client-lookoutequipment 3.410.0 → 3.414.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/README.md +64 -0
- package/dist-cjs/LookoutEquipment.js +16 -0
- package/dist-cjs/commands/CreateRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/DeleteRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/DescribeRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/ListRetrainingSchedulersCommand.js +46 -0
- package/dist-cjs/commands/StartRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/StopRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/UpdateModelCommand.js +46 -0
- package/dist-cjs/commands/UpdateRetrainingSchedulerCommand.js +46 -0
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_0.js +28 -6
- package/dist-cjs/pagination/ListRetrainingSchedulersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_0.js +502 -2
- package/dist-cjs/runtimeExtensions.js +3 -0
- package/dist-es/LookoutEquipment.js +16 -0
- package/dist-es/commands/CreateRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/DeleteRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/DescribeRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/ListRetrainingSchedulersCommand.js +42 -0
- package/dist-es/commands/StartRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/StopRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/UpdateModelCommand.js +42 -0
- package/dist-es/commands/UpdateRetrainingSchedulerCommand.js +42 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +27 -5
- package/dist-es/pagination/ListRetrainingSchedulersPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_0.js +484 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/LookoutEquipment.d.ts +56 -0
- package/dist-types/LookoutEquipmentClient.d.ts +10 -2
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -2
- package/dist-types/commands/CreateInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/commands/CreateLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/CreateModelCommand.d.ts +7 -7
- package/dist-types/commands/CreateRetrainingSchedulerCommand.d.ts +147 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInferenceSchedulerCommand.d.ts +4 -4
- package/dist-types/commands/DeleteLabelCommand.d.ts +3 -5
- package/dist-types/commands/DeleteLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/DeleteModelCommand.d.ts +4 -5
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteRetrainingSchedulerCommand.d.ts +106 -0
- package/dist-types/commands/DescribeDataIngestionJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLabelCommand.d.ts +3 -5
- package/dist-types/commands/DescribeLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/DescribeModelCommand.d.ts +15 -5
- package/dist-types/commands/DescribeModelVersionCommand.d.ts +6 -2
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRetrainingSchedulerCommand.d.ts +125 -0
- package/dist-types/commands/ImportDatasetCommand.d.ts +2 -2
- package/dist-types/commands/ImportModelVersionCommand.d.ts +3 -2
- package/dist-types/commands/ListDataIngestionJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceEventsCommand.d.ts +2 -2
- package/dist-types/commands/ListInferenceExecutionsCommand.d.ts +4 -2
- package/dist-types/commands/ListInferenceSchedulersCommand.d.ts +2 -2
- package/dist-types/commands/ListLabelGroupsCommand.d.ts +3 -5
- package/dist-types/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/commands/ListModelVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListModelsCommand.d.ts +7 -2
- package/dist-types/commands/ListRetrainingSchedulersCommand.d.ts +143 -0
- package/dist-types/commands/ListSensorStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -2
- package/dist-types/commands/StartDataIngestionJobCommand.d.ts +3 -4
- package/dist-types/commands/StartInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/StartRetrainingSchedulerCommand.d.ts +116 -0
- package/dist-types/commands/StopInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/StopRetrainingSchedulerCommand.d.ts +116 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -6
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateActiveModelVersionCommand.d.ts +2 -2
- package/dist-types/commands/UpdateInferenceSchedulerCommand.d.ts +2 -2
- package/dist-types/commands/UpdateLabelGroupCommand.d.ts +3 -5
- package/dist-types/commands/UpdateModelCommand.d.ts +116 -0
- package/dist-types/commands/UpdateRetrainingSchedulerCommand.d.ts +111 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +895 -433
- package/dist-types/pagination/ListRetrainingSchedulersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +72 -0
- package/dist-types/ts3.4/LookoutEquipment.d.ts +136 -0
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +50 -2
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +137 -9
- package/dist-types/ts3.4/pagination/ListRetrainingSchedulersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +96 -0
- package/package.json +29 -28
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import { DeleteRetrainingSchedulerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteRetrainingSchedulerCommandInput
|
|
17
|
+
extends DeleteRetrainingSchedulerRequest {}
|
|
18
|
+
export interface DeleteRetrainingSchedulerCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class DeleteRetrainingSchedulerCommand extends $Command<
|
|
21
|
+
DeleteRetrainingSchedulerCommandInput,
|
|
22
|
+
DeleteRetrainingSchedulerCommandOutput,
|
|
23
|
+
LookoutEquipmentClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: DeleteRetrainingSchedulerCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: DeleteRetrainingSchedulerCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
DeleteRetrainingSchedulerCommandInput,
|
|
34
|
+
DeleteRetrainingSchedulerCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeRetrainingSchedulerRequest,
|
|
16
|
+
DescribeRetrainingSchedulerResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeRetrainingSchedulerCommandInput
|
|
20
|
+
extends DescribeRetrainingSchedulerRequest {}
|
|
21
|
+
export interface DescribeRetrainingSchedulerCommandOutput
|
|
22
|
+
extends DescribeRetrainingSchedulerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeRetrainingSchedulerCommand extends $Command<
|
|
25
|
+
DescribeRetrainingSchedulerCommandInput,
|
|
26
|
+
DescribeRetrainingSchedulerCommandOutput,
|
|
27
|
+
LookoutEquipmentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeRetrainingSchedulerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeRetrainingSchedulerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeRetrainingSchedulerCommandInput,
|
|
38
|
+
DescribeRetrainingSchedulerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import {
|
|
15
|
+
ListRetrainingSchedulersRequest,
|
|
16
|
+
ListRetrainingSchedulersResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListRetrainingSchedulersCommandInput
|
|
20
|
+
extends ListRetrainingSchedulersRequest {}
|
|
21
|
+
export interface ListRetrainingSchedulersCommandOutput
|
|
22
|
+
extends ListRetrainingSchedulersResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListRetrainingSchedulersCommand extends $Command<
|
|
25
|
+
ListRetrainingSchedulersCommandInput,
|
|
26
|
+
ListRetrainingSchedulersCommandOutput,
|
|
27
|
+
LookoutEquipmentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListRetrainingSchedulersCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListRetrainingSchedulersCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListRetrainingSchedulersCommandInput,
|
|
38
|
+
ListRetrainingSchedulersCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import {
|
|
15
|
+
StartRetrainingSchedulerRequest,
|
|
16
|
+
StartRetrainingSchedulerResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartRetrainingSchedulerCommandInput
|
|
20
|
+
extends StartRetrainingSchedulerRequest {}
|
|
21
|
+
export interface StartRetrainingSchedulerCommandOutput
|
|
22
|
+
extends StartRetrainingSchedulerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartRetrainingSchedulerCommand extends $Command<
|
|
25
|
+
StartRetrainingSchedulerCommandInput,
|
|
26
|
+
StartRetrainingSchedulerCommandOutput,
|
|
27
|
+
LookoutEquipmentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartRetrainingSchedulerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartRetrainingSchedulerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartRetrainingSchedulerCommandInput,
|
|
38
|
+
StartRetrainingSchedulerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import {
|
|
15
|
+
StopRetrainingSchedulerRequest,
|
|
16
|
+
StopRetrainingSchedulerResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StopRetrainingSchedulerCommandInput
|
|
20
|
+
extends StopRetrainingSchedulerRequest {}
|
|
21
|
+
export interface StopRetrainingSchedulerCommandOutput
|
|
22
|
+
extends StopRetrainingSchedulerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StopRetrainingSchedulerCommand extends $Command<
|
|
25
|
+
StopRetrainingSchedulerCommandInput,
|
|
26
|
+
StopRetrainingSchedulerCommandOutput,
|
|
27
|
+
LookoutEquipmentClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StopRetrainingSchedulerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StopRetrainingSchedulerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StopRetrainingSchedulerCommandInput,
|
|
38
|
+
StopRetrainingSchedulerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import { UpdateModelRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface UpdateModelCommandInput extends UpdateModelRequest {}
|
|
17
|
+
export interface UpdateModelCommandOutput extends __MetadataBearer {}
|
|
18
|
+
export declare class UpdateModelCommand extends $Command<
|
|
19
|
+
UpdateModelCommandInput,
|
|
20
|
+
UpdateModelCommandOutput,
|
|
21
|
+
LookoutEquipmentClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UpdateModelCommandInput;
|
|
24
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
+
constructor(input: UpdateModelCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<UpdateModelCommandInput, UpdateModelCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
LookoutEquipmentClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../LookoutEquipmentClient";
|
|
14
|
+
import { UpdateRetrainingSchedulerRequest } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface UpdateRetrainingSchedulerCommandInput
|
|
17
|
+
extends UpdateRetrainingSchedulerRequest {}
|
|
18
|
+
export interface UpdateRetrainingSchedulerCommandOutput
|
|
19
|
+
extends __MetadataBearer {}
|
|
20
|
+
export declare class UpdateRetrainingSchedulerCommand extends $Command<
|
|
21
|
+
UpdateRetrainingSchedulerCommandInput,
|
|
22
|
+
UpdateRetrainingSchedulerCommandOutput,
|
|
23
|
+
LookoutEquipmentClientResolvedConfig
|
|
24
|
+
> {
|
|
25
|
+
readonly input: UpdateRetrainingSchedulerCommandInput;
|
|
26
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
+
constructor(input: UpdateRetrainingSchedulerCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: LookoutEquipmentClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<
|
|
33
|
+
UpdateRetrainingSchedulerCommandInput,
|
|
34
|
+
UpdateRetrainingSchedulerCommandOutput
|
|
35
|
+
>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -3,12 +3,14 @@ export * from "./CreateInferenceSchedulerCommand";
|
|
|
3
3
|
export * from "./CreateLabelCommand";
|
|
4
4
|
export * from "./CreateLabelGroupCommand";
|
|
5
5
|
export * from "./CreateModelCommand";
|
|
6
|
+
export * from "./CreateRetrainingSchedulerCommand";
|
|
6
7
|
export * from "./DeleteDatasetCommand";
|
|
7
8
|
export * from "./DeleteInferenceSchedulerCommand";
|
|
8
9
|
export * from "./DeleteLabelCommand";
|
|
9
10
|
export * from "./DeleteLabelGroupCommand";
|
|
10
11
|
export * from "./DeleteModelCommand";
|
|
11
12
|
export * from "./DeleteResourcePolicyCommand";
|
|
13
|
+
export * from "./DeleteRetrainingSchedulerCommand";
|
|
12
14
|
export * from "./DescribeDataIngestionJobCommand";
|
|
13
15
|
export * from "./DescribeDatasetCommand";
|
|
14
16
|
export * from "./DescribeInferenceSchedulerCommand";
|
|
@@ -17,6 +19,7 @@ export * from "./DescribeLabelGroupCommand";
|
|
|
17
19
|
export * from "./DescribeModelCommand";
|
|
18
20
|
export * from "./DescribeModelVersionCommand";
|
|
19
21
|
export * from "./DescribeResourcePolicyCommand";
|
|
22
|
+
export * from "./DescribeRetrainingSchedulerCommand";
|
|
20
23
|
export * from "./ImportDatasetCommand";
|
|
21
24
|
export * from "./ImportModelVersionCommand";
|
|
22
25
|
export * from "./ListDataIngestionJobsCommand";
|
|
@@ -28,14 +31,19 @@ export * from "./ListLabelGroupsCommand";
|
|
|
28
31
|
export * from "./ListLabelsCommand";
|
|
29
32
|
export * from "./ListModelVersionsCommand";
|
|
30
33
|
export * from "./ListModelsCommand";
|
|
34
|
+
export * from "./ListRetrainingSchedulersCommand";
|
|
31
35
|
export * from "./ListSensorStatisticsCommand";
|
|
32
36
|
export * from "./ListTagsForResourceCommand";
|
|
33
37
|
export * from "./PutResourcePolicyCommand";
|
|
34
38
|
export * from "./StartDataIngestionJobCommand";
|
|
35
39
|
export * from "./StartInferenceSchedulerCommand";
|
|
40
|
+
export * from "./StartRetrainingSchedulerCommand";
|
|
36
41
|
export * from "./StopInferenceSchedulerCommand";
|
|
42
|
+
export * from "./StopRetrainingSchedulerCommand";
|
|
37
43
|
export * from "./TagResourceCommand";
|
|
38
44
|
export * from "./UntagResourceCommand";
|
|
39
45
|
export * from "./UpdateActiveModelVersionCommand";
|
|
40
46
|
export * from "./UpdateInferenceSchedulerCommand";
|
|
41
47
|
export * from "./UpdateLabelGroupCommand";
|
|
48
|
+
export * from "./UpdateModelCommand";
|
|
49
|
+
export * from "./UpdateRetrainingSchedulerCommand";
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
|
|
2
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
3
4
|
export interface LookoutEquipmentExtensionConfiguration
|
|
4
5
|
extends HttpHandlerExtensionConfiguration,
|
|
5
|
-
DefaultExtensionConfiguration
|
|
6
|
+
DefaultExtensionConfiguration,
|
|
7
|
+
AwsRegionExtensionConfiguration {}
|
|
@@ -11,6 +11,15 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
11
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
12
12
|
);
|
|
13
13
|
}
|
|
14
|
+
export declare const AutoPromotionResult: {
|
|
15
|
+
readonly MODEL_NOT_PROMOTED: "MODEL_NOT_PROMOTED";
|
|
16
|
+
readonly MODEL_PROMOTED: "MODEL_PROMOTED";
|
|
17
|
+
readonly RETRAINING_CANCELLED: "RETRAINING_CANCELLED";
|
|
18
|
+
readonly RETRAINING_CUSTOMER_ERROR: "RETRAINING_CUSTOMER_ERROR";
|
|
19
|
+
readonly RETRAINING_INTERNAL_ERROR: "RETRAINING_INTERNAL_ERROR";
|
|
20
|
+
};
|
|
21
|
+
export type AutoPromotionResult =
|
|
22
|
+
(typeof AutoPromotionResult)[keyof typeof AutoPromotionResult];
|
|
14
23
|
export declare class ConflictException extends __BaseException {
|
|
15
24
|
readonly name: "ConflictException";
|
|
16
25
|
readonly $fault: "client";
|
|
@@ -220,6 +229,33 @@ export interface CreateModelResponse {
|
|
|
220
229
|
ModelArn?: string;
|
|
221
230
|
Status?: ModelStatus | string;
|
|
222
231
|
}
|
|
232
|
+
export declare const ModelPromoteMode: {
|
|
233
|
+
readonly MANAGED: "MANAGED";
|
|
234
|
+
readonly MANUAL: "MANUAL";
|
|
235
|
+
};
|
|
236
|
+
export type ModelPromoteMode =
|
|
237
|
+
(typeof ModelPromoteMode)[keyof typeof ModelPromoteMode];
|
|
238
|
+
export interface CreateRetrainingSchedulerRequest {
|
|
239
|
+
ModelName: string | undefined;
|
|
240
|
+
RetrainingStartDate?: Date;
|
|
241
|
+
RetrainingFrequency: string | undefined;
|
|
242
|
+
LookbackWindow: string | undefined;
|
|
243
|
+
PromoteMode?: ModelPromoteMode | string;
|
|
244
|
+
ClientToken?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare const RetrainingSchedulerStatus: {
|
|
247
|
+
readonly PENDING: "PENDING";
|
|
248
|
+
readonly RUNNING: "RUNNING";
|
|
249
|
+
readonly STOPPED: "STOPPED";
|
|
250
|
+
readonly STOPPING: "STOPPING";
|
|
251
|
+
};
|
|
252
|
+
export type RetrainingSchedulerStatus =
|
|
253
|
+
(typeof RetrainingSchedulerStatus)[keyof typeof RetrainingSchedulerStatus];
|
|
254
|
+
export interface CreateRetrainingSchedulerResponse {
|
|
255
|
+
ModelName?: string;
|
|
256
|
+
ModelArn?: string;
|
|
257
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
258
|
+
}
|
|
223
259
|
export interface DeleteDatasetRequest {
|
|
224
260
|
DatasetName: string | undefined;
|
|
225
261
|
}
|
|
@@ -239,6 +275,9 @@ export interface DeleteModelRequest {
|
|
|
239
275
|
export interface DeleteResourcePolicyRequest {
|
|
240
276
|
ResourceArn: string | undefined;
|
|
241
277
|
}
|
|
278
|
+
export interface DeleteRetrainingSchedulerRequest {
|
|
279
|
+
ModelName: string | undefined;
|
|
280
|
+
}
|
|
242
281
|
export interface DescribeDataIngestionJobRequest {
|
|
243
282
|
JobId: string | undefined;
|
|
244
283
|
}
|
|
@@ -387,6 +426,15 @@ export interface DescribeLabelGroupResponse {
|
|
|
387
426
|
export interface DescribeModelRequest {
|
|
388
427
|
ModelName: string | undefined;
|
|
389
428
|
}
|
|
429
|
+
export declare const ModelVersionStatus: {
|
|
430
|
+
readonly CANCELED: "CANCELED";
|
|
431
|
+
readonly FAILED: "FAILED";
|
|
432
|
+
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
433
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
434
|
+
readonly SUCCESS: "SUCCESS";
|
|
435
|
+
};
|
|
436
|
+
export type ModelVersionStatus =
|
|
437
|
+
(typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
390
438
|
export interface DescribeModelResponse {
|
|
391
439
|
ModelName?: string;
|
|
392
440
|
ModelArn?: string;
|
|
@@ -418,6 +466,16 @@ export interface DescribeModelResponse {
|
|
|
418
466
|
PreviousActiveModelVersion?: number;
|
|
419
467
|
PreviousActiveModelVersionArn?: string;
|
|
420
468
|
PreviousModelVersionActivatedAt?: Date;
|
|
469
|
+
PriorModelMetrics?: __LazyJsonString | string;
|
|
470
|
+
LatestScheduledRetrainingFailedReason?: string;
|
|
471
|
+
LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
|
|
472
|
+
LatestScheduledRetrainingModelVersion?: number;
|
|
473
|
+
LatestScheduledRetrainingStartTime?: Date;
|
|
474
|
+
LatestScheduledRetrainingAvailableDataInDays?: number;
|
|
475
|
+
NextScheduledRetrainingStartDate?: Date;
|
|
476
|
+
AccumulatedInferenceDataStartTime?: Date;
|
|
477
|
+
AccumulatedInferenceDataEndTime?: Date;
|
|
478
|
+
RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
|
|
421
479
|
}
|
|
422
480
|
export interface DescribeModelVersionRequest {
|
|
423
481
|
ModelName: string | undefined;
|
|
@@ -430,15 +488,6 @@ export declare const ModelVersionSourceType: {
|
|
|
430
488
|
};
|
|
431
489
|
export type ModelVersionSourceType =
|
|
432
490
|
(typeof ModelVersionSourceType)[keyof typeof ModelVersionSourceType];
|
|
433
|
-
export declare const ModelVersionStatus: {
|
|
434
|
-
readonly CANCELED: "CANCELED";
|
|
435
|
-
readonly FAILED: "FAILED";
|
|
436
|
-
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
437
|
-
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
438
|
-
readonly SUCCESS: "SUCCESS";
|
|
439
|
-
};
|
|
440
|
-
export type ModelVersionStatus =
|
|
441
|
-
(typeof ModelVersionStatus)[keyof typeof ModelVersionStatus];
|
|
442
491
|
export interface DescribeModelVersionResponse {
|
|
443
492
|
ModelName?: string;
|
|
444
493
|
ModelArn?: string;
|
|
@@ -468,6 +517,10 @@ export interface DescribeModelVersionResponse {
|
|
|
468
517
|
ImportJobStartTime?: Date;
|
|
469
518
|
ImportJobEndTime?: Date;
|
|
470
519
|
ImportedDataSizeInBytes?: number;
|
|
520
|
+
PriorModelMetrics?: string;
|
|
521
|
+
RetrainingAvailableDataInDays?: number;
|
|
522
|
+
AutoPromotionResult?: AutoPromotionResult | string;
|
|
523
|
+
AutoPromotionResultReason?: string;
|
|
471
524
|
}
|
|
472
525
|
export interface DescribeResourcePolicyRequest {
|
|
473
526
|
ResourceArn: string | undefined;
|
|
@@ -478,6 +531,20 @@ export interface DescribeResourcePolicyResponse {
|
|
|
478
531
|
CreationTime?: Date;
|
|
479
532
|
LastModifiedTime?: Date;
|
|
480
533
|
}
|
|
534
|
+
export interface DescribeRetrainingSchedulerRequest {
|
|
535
|
+
ModelName: string | undefined;
|
|
536
|
+
}
|
|
537
|
+
export interface DescribeRetrainingSchedulerResponse {
|
|
538
|
+
ModelName?: string;
|
|
539
|
+
ModelArn?: string;
|
|
540
|
+
RetrainingStartDate?: Date;
|
|
541
|
+
RetrainingFrequency?: string;
|
|
542
|
+
LookbackWindow?: string;
|
|
543
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
544
|
+
PromoteMode?: ModelPromoteMode | string;
|
|
545
|
+
CreatedAt?: Date;
|
|
546
|
+
UpdatedAt?: Date;
|
|
547
|
+
}
|
|
481
548
|
export interface ImportDatasetRequest {
|
|
482
549
|
SourceDatasetArn: string | undefined;
|
|
483
550
|
DatasetName?: string;
|
|
@@ -491,6 +558,13 @@ export interface ImportDatasetResponse {
|
|
|
491
558
|
Status?: DatasetStatus | string;
|
|
492
559
|
JobId?: string;
|
|
493
560
|
}
|
|
561
|
+
export declare const InferenceDataImportStrategy: {
|
|
562
|
+
readonly ADD_WHEN_EMPTY: "ADD_WHEN_EMPTY";
|
|
563
|
+
readonly NO_IMPORT: "NO_IMPORT";
|
|
564
|
+
readonly OVERWRITE: "OVERWRITE";
|
|
565
|
+
};
|
|
566
|
+
export type InferenceDataImportStrategy =
|
|
567
|
+
(typeof InferenceDataImportStrategy)[keyof typeof InferenceDataImportStrategy];
|
|
494
568
|
export interface ImportModelVersionRequest {
|
|
495
569
|
SourceModelVersionArn: string | undefined;
|
|
496
570
|
ModelName?: string;
|
|
@@ -500,6 +574,7 @@ export interface ImportModelVersionRequest {
|
|
|
500
574
|
RoleArn?: string;
|
|
501
575
|
ServerSideKmsKeyId?: string;
|
|
502
576
|
Tags?: Tag[];
|
|
577
|
+
InferenceDataImportStrategy?: InferenceDataImportStrategy | string;
|
|
503
578
|
}
|
|
504
579
|
export interface ImportModelVersionResponse {
|
|
505
580
|
ModelName?: string;
|
|
@@ -587,6 +662,8 @@ export interface InferenceExecutionSummary {
|
|
|
587
662
|
CustomerResultObject?: S3Object;
|
|
588
663
|
Status?: InferenceExecutionStatus | string;
|
|
589
664
|
FailedReason?: string;
|
|
665
|
+
ModelVersion?: number;
|
|
666
|
+
ModelVersionArn?: string;
|
|
590
667
|
}
|
|
591
668
|
export interface ListInferenceExecutionsResponse {
|
|
592
669
|
NextToken?: string;
|
|
@@ -668,6 +745,11 @@ export interface ModelSummary {
|
|
|
668
745
|
CreatedAt?: Date;
|
|
669
746
|
ActiveModelVersion?: number;
|
|
670
747
|
ActiveModelVersionArn?: string;
|
|
748
|
+
LatestScheduledRetrainingStatus?: ModelVersionStatus | string;
|
|
749
|
+
LatestScheduledRetrainingModelVersion?: number;
|
|
750
|
+
LatestScheduledRetrainingStartTime?: Date;
|
|
751
|
+
NextScheduledRetrainingStartDate?: Date;
|
|
752
|
+
RetrainingSchedulerStatus?: RetrainingSchedulerStatus | string;
|
|
671
753
|
}
|
|
672
754
|
export interface ListModelsResponse {
|
|
673
755
|
NextToken?: string;
|
|
@@ -697,6 +779,24 @@ export interface ListModelVersionsResponse {
|
|
|
697
779
|
NextToken?: string;
|
|
698
780
|
ModelVersionSummaries?: ModelVersionSummary[];
|
|
699
781
|
}
|
|
782
|
+
export interface ListRetrainingSchedulersRequest {
|
|
783
|
+
ModelNameBeginsWith?: string;
|
|
784
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
785
|
+
NextToken?: string;
|
|
786
|
+
MaxResults?: number;
|
|
787
|
+
}
|
|
788
|
+
export interface RetrainingSchedulerSummary {
|
|
789
|
+
ModelName?: string;
|
|
790
|
+
ModelArn?: string;
|
|
791
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
792
|
+
RetrainingStartDate?: Date;
|
|
793
|
+
RetrainingFrequency?: string;
|
|
794
|
+
LookbackWindow?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface ListRetrainingSchedulersResponse {
|
|
797
|
+
RetrainingSchedulerSummaries?: RetrainingSchedulerSummary[];
|
|
798
|
+
NextToken?: string;
|
|
799
|
+
}
|
|
700
800
|
export interface ListSensorStatisticsRequest {
|
|
701
801
|
DatasetName: string | undefined;
|
|
702
802
|
IngestionJobId?: string;
|
|
@@ -790,6 +890,14 @@ export interface StartInferenceSchedulerResponse {
|
|
|
790
890
|
InferenceSchedulerArn?: string;
|
|
791
891
|
Status?: InferenceSchedulerStatus | string;
|
|
792
892
|
}
|
|
893
|
+
export interface StartRetrainingSchedulerRequest {
|
|
894
|
+
ModelName: string | undefined;
|
|
895
|
+
}
|
|
896
|
+
export interface StartRetrainingSchedulerResponse {
|
|
897
|
+
ModelName?: string;
|
|
898
|
+
ModelArn?: string;
|
|
899
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
900
|
+
}
|
|
793
901
|
export interface StopInferenceSchedulerRequest {
|
|
794
902
|
InferenceSchedulerName: string | undefined;
|
|
795
903
|
}
|
|
@@ -800,6 +908,14 @@ export interface StopInferenceSchedulerResponse {
|
|
|
800
908
|
InferenceSchedulerArn?: string;
|
|
801
909
|
Status?: InferenceSchedulerStatus | string;
|
|
802
910
|
}
|
|
911
|
+
export interface StopRetrainingSchedulerRequest {
|
|
912
|
+
ModelName: string | undefined;
|
|
913
|
+
}
|
|
914
|
+
export interface StopRetrainingSchedulerResponse {
|
|
915
|
+
ModelName?: string;
|
|
916
|
+
ModelArn?: string;
|
|
917
|
+
Status?: RetrainingSchedulerStatus | string;
|
|
918
|
+
}
|
|
803
919
|
export interface TagResourceRequest {
|
|
804
920
|
ResourceArn: string | undefined;
|
|
805
921
|
Tags: Tag[] | undefined;
|
|
@@ -834,3 +950,15 @@ export interface UpdateLabelGroupRequest {
|
|
|
834
950
|
LabelGroupName: string | undefined;
|
|
835
951
|
FaultCodes?: string[];
|
|
836
952
|
}
|
|
953
|
+
export interface UpdateModelRequest {
|
|
954
|
+
ModelName: string | undefined;
|
|
955
|
+
LabelsInputConfiguration?: LabelsInputConfiguration;
|
|
956
|
+
RoleArn?: string;
|
|
957
|
+
}
|
|
958
|
+
export interface UpdateRetrainingSchedulerRequest {
|
|
959
|
+
ModelName: string | undefined;
|
|
960
|
+
RetrainingStartDate?: Date;
|
|
961
|
+
RetrainingFrequency?: string;
|
|
962
|
+
LookbackWindow?: string;
|
|
963
|
+
PromoteMode?: ModelPromoteMode | string;
|
|
964
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListRetrainingSchedulersCommandInput,
|
|
4
|
+
ListRetrainingSchedulersCommandOutput,
|
|
5
|
+
} from "../commands/ListRetrainingSchedulersCommand";
|
|
6
|
+
import { LookoutEquipmentPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListRetrainingSchedulers(
|
|
8
|
+
config: LookoutEquipmentPaginationConfiguration,
|
|
9
|
+
input: ListRetrainingSchedulersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListRetrainingSchedulersCommandOutput>;
|
|
@@ -8,4 +8,5 @@ export * from "./ListLabelGroupsPaginator";
|
|
|
8
8
|
export * from "./ListLabelsPaginator";
|
|
9
9
|
export * from "./ListModelVersionsPaginator";
|
|
10
10
|
export * from "./ListModelsPaginator";
|
|
11
|
+
export * from "./ListRetrainingSchedulersPaginator";
|
|
11
12
|
export * from "./ListSensorStatisticsPaginator";
|