@aws-sdk/client-cleanroomsml 3.682.0 → 3.687.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 +265 -1
- package/dist-cjs/index.js +2347 -97
- package/dist-es/CleanRoomsML.js +66 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +22 -0
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/CreateMLInputChannelCommand.js +23 -0
- package/dist-es/commands/CreateTrainedModelCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/DeleteMLConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +22 -0
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +22 -0
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +22 -0
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/GetMLConfigurationCommand.js +22 -0
- package/dist-es/commands/GetMLInputChannelCommand.js +23 -0
- package/dist-es/commands/GetTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +22 -0
- package/dist-es/commands/ListMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelsCommand.js +22 -0
- package/dist-es/commands/PutMLConfigurationCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/models/models_0.js +295 -0
- package/dist-es/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelExportJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmsPaginator.js +4 -0
- package/dist-es/pagination/ListMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +1320 -47
- package/dist-types/CleanRoomsML.d.ts +232 -0
- package/dist-types/CleanRoomsMLClient.d.ts +35 -2
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +82 -0
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +82 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +132 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +116 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +113 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +81 -0
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +82 -0
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +129 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +98 -0
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +107 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +124 -0
- package/dist-types/commands/GetTrainedModelCommand.d.ts +122 -0
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +123 -0
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +92 -0
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +93 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +87 -0
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +106 -0
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +92 -0
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +91 -0
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +3461 -205
- package/dist-types/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +297 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +610 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +198 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +938 -0
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +396 -0
- package/package.json +35 -35
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationTrainedModelExportJobsCommand, se_ListCollaborationTrainedModelExportJobsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationTrainedModelExportJobsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationTrainedModelExportJobsCommand)
|
|
20
|
+
.de(de_ListCollaborationTrainedModelExportJobsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationTrainedModelInferenceJobsCommand, se_ListCollaborationTrainedModelInferenceJobsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationTrainedModelInferenceJobsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationTrainedModelInferenceJobsCommand)
|
|
20
|
+
.de(de_ListCollaborationTrainedModelInferenceJobsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCollaborationTrainedModelsCommand, se_ListCollaborationTrainedModelsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCollaborationTrainedModelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListCollaborationTrainedModelsCommand)
|
|
20
|
+
.de(de_ListCollaborationTrainedModelsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListConfiguredModelAlgorithmAssociationsCommand, se_ListConfiguredModelAlgorithmAssociationsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListConfiguredModelAlgorithmAssociationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListConfiguredModelAlgorithmAssociationsCommand)
|
|
20
|
+
.de(de_ListConfiguredModelAlgorithmAssociationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListConfiguredModelAlgorithmsCommand, se_ListConfiguredModelAlgorithmsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListConfiguredModelAlgorithmsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListConfiguredModelAlgorithmsCommand)
|
|
20
|
+
.de(de_ListConfiguredModelAlgorithmsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListMLInputChannelsCommand, se_ListMLInputChannelsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListMLInputChannelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListMLInputChannels", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListMLInputChannelsCommand)
|
|
20
|
+
.de(de_ListMLInputChannelsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListTrainedModelInferenceJobsCommand, se_ListTrainedModelInferenceJobsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListTrainedModelInferenceJobsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListTrainedModelInferenceJobsCommand)
|
|
20
|
+
.de(de_ListTrainedModelInferenceJobsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListTrainedModelsCommand, se_ListTrainedModelsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListTrainedModelsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "ListTrainedModels", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "ListTrainedModelsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListTrainedModelsCommand)
|
|
20
|
+
.de(de_ListTrainedModelsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutMLConfigurationCommand, se_PutMLConfigurationCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutMLConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "PutMLConfiguration", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "PutMLConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_PutMLConfigurationCommand)
|
|
20
|
+
.de(de_PutMLConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartTrainedModelExportJobCommand, se_StartTrainedModelExportJobCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartTrainedModelExportJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "StartTrainedModelExportJob", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartTrainedModelExportJobCommand)
|
|
20
|
+
.de(de_StartTrainedModelExportJobCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartTrainedModelInferenceJobCommand, se_StartTrainedModelInferenceJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartTrainedModelInferenceJobCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
|
|
17
|
+
.n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_StartTrainedModelInferenceJobCommand)
|
|
20
|
+
.de(de_StartTrainedModelInferenceJobCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -1,25 +1,58 @@
|
|
|
1
|
+
export * from "./CancelTrainedModelCommand";
|
|
2
|
+
export * from "./CancelTrainedModelInferenceJobCommand";
|
|
1
3
|
export * from "./CreateAudienceModelCommand";
|
|
2
4
|
export * from "./CreateConfiguredAudienceModelCommand";
|
|
5
|
+
export * from "./CreateConfiguredModelAlgorithmAssociationCommand";
|
|
6
|
+
export * from "./CreateConfiguredModelAlgorithmCommand";
|
|
7
|
+
export * from "./CreateMLInputChannelCommand";
|
|
8
|
+
export * from "./CreateTrainedModelCommand";
|
|
3
9
|
export * from "./CreateTrainingDatasetCommand";
|
|
4
10
|
export * from "./DeleteAudienceGenerationJobCommand";
|
|
5
11
|
export * from "./DeleteAudienceModelCommand";
|
|
6
12
|
export * from "./DeleteConfiguredAudienceModelCommand";
|
|
7
13
|
export * from "./DeleteConfiguredAudienceModelPolicyCommand";
|
|
14
|
+
export * from "./DeleteConfiguredModelAlgorithmAssociationCommand";
|
|
15
|
+
export * from "./DeleteConfiguredModelAlgorithmCommand";
|
|
16
|
+
export * from "./DeleteMLConfigurationCommand";
|
|
17
|
+
export * from "./DeleteMLInputChannelDataCommand";
|
|
18
|
+
export * from "./DeleteTrainedModelOutputCommand";
|
|
8
19
|
export * from "./DeleteTrainingDatasetCommand";
|
|
9
20
|
export * from "./GetAudienceGenerationJobCommand";
|
|
10
21
|
export * from "./GetAudienceModelCommand";
|
|
22
|
+
export * from "./GetCollaborationConfiguredModelAlgorithmAssociationCommand";
|
|
23
|
+
export * from "./GetCollaborationMLInputChannelCommand";
|
|
24
|
+
export * from "./GetCollaborationTrainedModelCommand";
|
|
11
25
|
export * from "./GetConfiguredAudienceModelCommand";
|
|
12
26
|
export * from "./GetConfiguredAudienceModelPolicyCommand";
|
|
27
|
+
export * from "./GetConfiguredModelAlgorithmAssociationCommand";
|
|
28
|
+
export * from "./GetConfiguredModelAlgorithmCommand";
|
|
29
|
+
export * from "./GetMLConfigurationCommand";
|
|
30
|
+
export * from "./GetMLInputChannelCommand";
|
|
31
|
+
export * from "./GetTrainedModelCommand";
|
|
32
|
+
export * from "./GetTrainedModelInferenceJobCommand";
|
|
13
33
|
export * from "./GetTrainingDatasetCommand";
|
|
14
34
|
export * from "./ListAudienceExportJobsCommand";
|
|
15
35
|
export * from "./ListAudienceGenerationJobsCommand";
|
|
16
36
|
export * from "./ListAudienceModelsCommand";
|
|
37
|
+
export * from "./ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
38
|
+
export * from "./ListCollaborationMLInputChannelsCommand";
|
|
39
|
+
export * from "./ListCollaborationTrainedModelExportJobsCommand";
|
|
40
|
+
export * from "./ListCollaborationTrainedModelInferenceJobsCommand";
|
|
41
|
+
export * from "./ListCollaborationTrainedModelsCommand";
|
|
17
42
|
export * from "./ListConfiguredAudienceModelsCommand";
|
|
43
|
+
export * from "./ListConfiguredModelAlgorithmAssociationsCommand";
|
|
44
|
+
export * from "./ListConfiguredModelAlgorithmsCommand";
|
|
45
|
+
export * from "./ListMLInputChannelsCommand";
|
|
18
46
|
export * from "./ListTagsForResourceCommand";
|
|
47
|
+
export * from "./ListTrainedModelInferenceJobsCommand";
|
|
48
|
+
export * from "./ListTrainedModelsCommand";
|
|
19
49
|
export * from "./ListTrainingDatasetsCommand";
|
|
20
50
|
export * from "./PutConfiguredAudienceModelPolicyCommand";
|
|
51
|
+
export * from "./PutMLConfigurationCommand";
|
|
21
52
|
export * from "./StartAudienceExportJobCommand";
|
|
22
53
|
export * from "./StartAudienceGenerationJobCommand";
|
|
54
|
+
export * from "./StartTrainedModelExportJobCommand";
|
|
55
|
+
export * from "./StartTrainedModelInferenceJobCommand";
|
|
23
56
|
export * from "./TagResourceCommand";
|
|
24
57
|
export * from "./UntagResourceCommand";
|
|
25
58
|
export * from "./UpdateConfiguredAudienceModelCommand";
|
|
@@ -103,6 +103,276 @@ export const PolicyExistenceCondition = {
|
|
|
103
103
|
POLICY_MUST_EXIST: "POLICY_MUST_EXIST",
|
|
104
104
|
POLICY_MUST_NOT_EXIST: "POLICY_MUST_NOT_EXIST",
|
|
105
105
|
};
|
|
106
|
+
export const TrainedModelExportFileType = {
|
|
107
|
+
MODEL: "MODEL",
|
|
108
|
+
OUTPUT: "OUTPUT",
|
|
109
|
+
};
|
|
110
|
+
export const TrainedModelExportsMaxSizeUnitType = {
|
|
111
|
+
GB: "GB",
|
|
112
|
+
};
|
|
113
|
+
export const TrainedModelInferenceMaxOutputSizeUnitType = {
|
|
114
|
+
GB: "GB",
|
|
115
|
+
};
|
|
116
|
+
export const NoiseLevelType = {
|
|
117
|
+
HIGH: "HIGH",
|
|
118
|
+
LOW: "LOW",
|
|
119
|
+
MEDIUM: "MEDIUM",
|
|
120
|
+
NONE: "NONE",
|
|
121
|
+
};
|
|
122
|
+
export const MLInputChannelStatus = {
|
|
123
|
+
ACTIVE: "ACTIVE",
|
|
124
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
125
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
126
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
127
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
128
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
129
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
130
|
+
INACTIVE: "INACTIVE",
|
|
131
|
+
};
|
|
132
|
+
export const TrainedModelExportJobStatus = {
|
|
133
|
+
ACTIVE: "ACTIVE",
|
|
134
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
135
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
136
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
137
|
+
};
|
|
138
|
+
export const LogsStatus = {
|
|
139
|
+
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
140
|
+
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED",
|
|
141
|
+
};
|
|
142
|
+
export const MetricsStatus = {
|
|
143
|
+
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
144
|
+
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED",
|
|
145
|
+
};
|
|
146
|
+
export const TrainedModelInferenceJobStatus = {
|
|
147
|
+
ACTIVE: "ACTIVE",
|
|
148
|
+
CANCEL_FAILED: "CANCEL_FAILED",
|
|
149
|
+
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
150
|
+
CANCEL_PENDING: "CANCEL_PENDING",
|
|
151
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
152
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
153
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
154
|
+
INACTIVE: "INACTIVE",
|
|
155
|
+
};
|
|
156
|
+
export const TrainedModelStatus = {
|
|
157
|
+
ACTIVE: "ACTIVE",
|
|
158
|
+
CANCEL_FAILED: "CANCEL_FAILED",
|
|
159
|
+
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
160
|
+
CANCEL_PENDING: "CANCEL_PENDING",
|
|
161
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
162
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
163
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
164
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
165
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
166
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
167
|
+
INACTIVE: "INACTIVE",
|
|
168
|
+
};
|
|
169
|
+
export const WorkerComputeType = {
|
|
170
|
+
CR1X: "CR.1X",
|
|
171
|
+
CR4X: "CR.4X",
|
|
172
|
+
};
|
|
173
|
+
export var ComputeConfiguration;
|
|
174
|
+
(function (ComputeConfiguration) {
|
|
175
|
+
ComputeConfiguration.visit = (value, visitor) => {
|
|
176
|
+
if (value.worker !== undefined)
|
|
177
|
+
return visitor.worker(value.worker);
|
|
178
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
179
|
+
};
|
|
180
|
+
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
181
|
+
export var InputChannelDataSource;
|
|
182
|
+
(function (InputChannelDataSource) {
|
|
183
|
+
InputChannelDataSource.visit = (value, visitor) => {
|
|
184
|
+
if (value.protectedQueryInputParameters !== undefined)
|
|
185
|
+
return visitor.protectedQueryInputParameters(value.protectedQueryInputParameters);
|
|
186
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
187
|
+
};
|
|
188
|
+
})(InputChannelDataSource || (InputChannelDataSource = {}));
|
|
189
|
+
export const _InstanceType = {
|
|
190
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
191
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
192
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
193
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
194
|
+
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
195
|
+
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
196
|
+
ML_C5N_4XLARGE: "ml.c5n.4xlarge",
|
|
197
|
+
ML_C5N_9XLARGE: "ml.c5n.9xlarge",
|
|
198
|
+
ML_C5N_XLARGE: "ml.c5n.xlarge",
|
|
199
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
200
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
201
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
202
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
203
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
204
|
+
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
205
|
+
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
206
|
+
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
207
|
+
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
208
|
+
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
209
|
+
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
210
|
+
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
211
|
+
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
212
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
213
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
214
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
215
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
216
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
217
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
218
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
219
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
220
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
221
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
222
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
223
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
224
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
225
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
226
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
227
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
228
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
229
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
230
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
231
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
232
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
233
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
234
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
235
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
236
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
237
|
+
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
238
|
+
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
239
|
+
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
240
|
+
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
241
|
+
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
242
|
+
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
243
|
+
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
244
|
+
ML_M6I_LARGE: "ml.m6i.large",
|
|
245
|
+
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
246
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
247
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
248
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
249
|
+
ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
|
|
250
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
251
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
252
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
253
|
+
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
254
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
255
|
+
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
256
|
+
ML_R5D_12XLARGE: "ml.r5d.12xlarge",
|
|
257
|
+
ML_R5D_16XLARGE: "ml.r5d.16xlarge",
|
|
258
|
+
ML_R5D_24XLARGE: "ml.r5d.24xlarge",
|
|
259
|
+
ML_R5D_2XLARGE: "ml.r5d.2xlarge",
|
|
260
|
+
ML_R5D_4XLARGE: "ml.r5d.4xlarge",
|
|
261
|
+
ML_R5D_8XLARGE: "ml.r5d.8xlarge",
|
|
262
|
+
ML_R5D_LARGE: "ml.r5d.large",
|
|
263
|
+
ML_R5D_XLARGE: "ml.r5d.xlarge",
|
|
264
|
+
ML_R5_12XLARGE: "ml.r5.12xlarge",
|
|
265
|
+
ML_R5_16XLARGE: "ml.r5.16xlarge",
|
|
266
|
+
ML_R5_24XLARGE: "ml.r5.24xlarge",
|
|
267
|
+
ML_R5_2XLARGE: "ml.r5.2xlarge",
|
|
268
|
+
ML_R5_4XLARGE: "ml.r5.4xlarge",
|
|
269
|
+
ML_R5_8XLARGE: "ml.r5.8xlarge",
|
|
270
|
+
ML_R5_LARGE: "ml.r5.large",
|
|
271
|
+
ML_R5_XLARGE: "ml.r5.xlarge",
|
|
272
|
+
ML_T3_2XLARGE: "ml.t3.2xlarge",
|
|
273
|
+
ML_T3_LARGE: "ml.t3.large",
|
|
274
|
+
ML_T3_MEDIUM: "ml.t3.medium",
|
|
275
|
+
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
276
|
+
ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
|
|
277
|
+
ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
|
|
278
|
+
ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
|
|
279
|
+
};
|
|
280
|
+
export const InferenceInstanceType = {
|
|
281
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
282
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
283
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
284
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
285
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
286
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
287
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
288
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
289
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
290
|
+
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
291
|
+
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
292
|
+
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
293
|
+
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
294
|
+
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
295
|
+
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
296
|
+
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
297
|
+
ML_C6I_LARGE: "ml.c6i.large",
|
|
298
|
+
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
299
|
+
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
300
|
+
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
301
|
+
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
302
|
+
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
303
|
+
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
304
|
+
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
305
|
+
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
306
|
+
ML_C7I_LARGE: "ml.c7i.large",
|
|
307
|
+
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
308
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
309
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
310
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
311
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
312
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
313
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
314
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
315
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
316
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
317
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
318
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
319
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
320
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
321
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
322
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
323
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
324
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
325
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
326
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
327
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
328
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
329
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
330
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
331
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
332
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
333
|
+
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
334
|
+
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
335
|
+
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
336
|
+
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
337
|
+
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
338
|
+
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
339
|
+
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
340
|
+
ML_M6I_LARGE: "ml.m6i.large",
|
|
341
|
+
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
342
|
+
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
343
|
+
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
344
|
+
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
345
|
+
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
346
|
+
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
347
|
+
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
348
|
+
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
349
|
+
ML_M7I_LARGE: "ml.m7i.large",
|
|
350
|
+
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
351
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
352
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
353
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
354
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
355
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
356
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
357
|
+
ML_R6I_12XLARGE: "ml.r6i.12xlarge",
|
|
358
|
+
ML_R6I_16XLARGE: "ml.r6i.16xlarge",
|
|
359
|
+
ML_R6I_24XLARGE: "ml.r6i.24xlarge",
|
|
360
|
+
ML_R6I_2XLARGE: "ml.r6i.2xlarge",
|
|
361
|
+
ML_R6I_32XLARGE: "ml.r6i.32xlarge",
|
|
362
|
+
ML_R6I_4XLARGE: "ml.r6i.4xlarge",
|
|
363
|
+
ML_R6I_8XLARGE: "ml.r6i.8xlarge",
|
|
364
|
+
ML_R6I_LARGE: "ml.r6i.large",
|
|
365
|
+
ML_R6I_XLARGE: "ml.r6i.xlarge",
|
|
366
|
+
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
367
|
+
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
368
|
+
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
369
|
+
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
370
|
+
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
371
|
+
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
372
|
+
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
373
|
+
ML_R7I_LARGE: "ml.r7i.large",
|
|
374
|
+
ML_R7I_XLARGE: "ml.r7i.xlarge",
|
|
375
|
+
};
|
|
106
376
|
export const ColumnType = {
|
|
107
377
|
CATEGORICAL_FEATURE: "CATEGORICAL_FEATURE",
|
|
108
378
|
ITEM_ID: "ITEM_ID",
|
|
@@ -131,3 +401,28 @@ export const StartAudienceGenerationJobRequestFilterSensitiveLog = (obj) => ({
|
|
|
131
401
|
...obj,
|
|
132
402
|
...(obj.seedAudience && { seedAudience: AudienceGenerationJobDataSourceFilterSensitiveLog(obj.seedAudience) }),
|
|
133
403
|
});
|
|
404
|
+
export const ProtectedQueryInputParametersFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
...(obj.sqlParameters && { sqlParameters: SENSITIVE_STRING }),
|
|
407
|
+
...(obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }),
|
|
408
|
+
});
|
|
409
|
+
export const InputChannelDataSourceFilterSensitiveLog = (obj) => {
|
|
410
|
+
if (obj.protectedQueryInputParameters !== undefined)
|
|
411
|
+
return {
|
|
412
|
+
protectedQueryInputParameters: ProtectedQueryInputParametersFilterSensitiveLog(obj.protectedQueryInputParameters),
|
|
413
|
+
};
|
|
414
|
+
if (obj.$unknown !== undefined)
|
|
415
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
416
|
+
};
|
|
417
|
+
export const InputChannelFilterSensitiveLog = (obj) => ({
|
|
418
|
+
...obj,
|
|
419
|
+
...(obj.dataSource && { dataSource: InputChannelDataSourceFilterSensitiveLog(obj.dataSource) }),
|
|
420
|
+
});
|
|
421
|
+
export const CreateMLInputChannelRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
...(obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }),
|
|
424
|
+
});
|
|
425
|
+
export const GetMLInputChannelResponseFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
...(obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }),
|
|
428
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListCollaborationConfiguredModelAlgorithmAssociationsCommand, } from "../commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
4
|
+
export const paginateListCollaborationConfiguredModelAlgorithmAssociations = createPaginator(CleanRoomsMLClient, ListCollaborationConfiguredModelAlgorithmAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListCollaborationMLInputChannelsCommand, } from "../commands/ListCollaborationMLInputChannelsCommand";
|
|
4
|
+
export const paginateListCollaborationMLInputChannels = createPaginator(CleanRoomsMLClient, ListCollaborationMLInputChannelsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListCollaborationTrainedModelExportJobsCommand, } from "../commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
4
|
+
export const paginateListCollaborationTrainedModelExportJobs = createPaginator(CleanRoomsMLClient, ListCollaborationTrainedModelExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListCollaborationTrainedModelInferenceJobsCommand, } from "../commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
4
|
+
export const paginateListCollaborationTrainedModelInferenceJobs = createPaginator(CleanRoomsMLClient, ListCollaborationTrainedModelInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListCollaborationTrainedModelsCommand, } from "../commands/ListCollaborationTrainedModelsCommand";
|
|
4
|
+
export const paginateListCollaborationTrainedModels = createPaginator(CleanRoomsMLClient, ListCollaborationTrainedModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { CleanRoomsMLClient } from "../CleanRoomsMLClient";
|
|
3
|
+
import { ListConfiguredModelAlgorithmAssociationsCommand, } from "../commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
4
|
+
export const paginateListConfiguredModelAlgorithmAssociations = createPaginator(CleanRoomsMLClient, ListConfiguredModelAlgorithmAssociationsCommand, "nextToken", "nextToken", "maxResults");
|